-
Notifications
You must be signed in to change notification settings - Fork 767
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'wrap/' changes from cdcf23207..38a1bfa01
38a1bfa01 Merge pull request #166 from borglab/pybind-update 129e81b3e fix for compiling on Clang dcdacc833 upgrade to pybind11 v2.13.1 16934a98d Merge pull request #165 from borglab/remove-matrix-assumptions ff222ecf9 update DOCS.md 48232621e remove unused fixture e60ed9f10 unit test showing better control of Vector and Matrix definitions 2559b4f95 remove special checks for Vector and Matrix, leaving the onus on the developer git-subtree-dir: wrap git-subtree-split: 38a1bfa0123e36561104502e86f89a569873638b
- Loading branch information
1 parent
3b969bf
commit 5a97336
Showing
175 changed files
with
4,562 additions
and
1,310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ platform: | |
- x86 | ||
environment: | ||
matrix: | ||
- PYTHON: 36 | ||
- PYTHON: 38 | ||
CONFIG: Debug | ||
install: | ||
- ps: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
docs: | ||
- any: | ||
- 'docs/**/*.rst' | ||
- '!docs/changelog.rst' | ||
- '!docs/upgrade.rst' | ||
all: | ||
- changed-files: | ||
- all-globs-to-all-files: | ||
- '!docs/changelog.rst' | ||
- '!docs/upgrade.rst' | ||
- base-branch: "^(?!dependabot).*" | ||
- base-branch: "^(?!pre-commit-ci).*" | ||
|
||
ci: | ||
- '.github/workflows/*.yml' | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- '.github/workflows/*.yml' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
# Add 'needs changelog` label to any change to code files as long as the `CHANGELOG` hasn't changed | ||
# Skip dependabot and pre-commit-ci PRs | ||
needs changelog: | ||
- all: | ||
- '!docs/changelog.rst' | ||
- all: | ||
- changed-files: | ||
- all-globs-to-all-files: "!docs/changelog.rst" | ||
- base-branch: "^(?!dependabot).*" | ||
- base-branch: "^(?!pre-commit-ci).*" |
Oops, something went wrong.