-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update changelog * Update requirements * Update submodule to 2.5.0 * Revert validation tests to python 3.8 because of allensdk incompat * See last commit * Update changelog * Update dandi req * Fix intersphinx * Fix missing crossref * Update release template * Increase timeout to reduce validation timeout errors * Improve comments * Temporarily run all CircleCI tests * Don't run ros3 examples in validation tests * Revert "Temporarily run all CircleCI tests" This reverts commit 5f6a9a5.
- Loading branch information
Showing
15 changed files
with
60 additions
and
51 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
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
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,9 +1,11 @@ | ||
# pinned dependencies to reproduce an entire development environment to use PyNWB, run PyNWB tests, check code style, | ||
# compute coverage, and create test environments | ||
codecov==2.1.11 | ||
coverage==5.5 | ||
flake8==3.9.2 | ||
flake8-debugger==4.0.0 | ||
flake8-print==4.0.0 | ||
importlib-metadata==4.6.1 | ||
tox==3.23.1 | ||
codecov==2.1.12 | ||
coverage==6.3.2 | ||
flake8==4.0.1 | ||
flake8-debugger==4.1.2 | ||
flake8-print==5.0.0 | ||
importlib-metadata==4.2.0 | ||
pytest==7.1.2 | ||
pytest-cov==3.0.0 | ||
tox==3.25.0 |
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,7 +1,7 @@ | ||
# pinned dependencies to reproduce an entire development environment to use PyNWB | ||
h5py==3.3.0 | ||
hdmf==3.3.1 | ||
numpy==1.21.0 | ||
pandas==1.3.0 | ||
python-dateutil==2.8.1 | ||
setuptools==57.1.0 | ||
h5py==3.6.0 | ||
hdmf==3.3.2 | ||
numpy==1.21.5 # note that numpy 1.22 dropped python 3.7 support | ||
pandas==1.3.5 # note that pandas 1.4 dropped python 3.7 support | ||
python-dateutil==2.8.2 | ||
setuptools==62.2.0 |
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
Submodule nwb-schema
updated
5 files
+2 −2 | README.rst | |
+1 −1 | core/nwb.file.yaml | |
+1 −1 | core/nwb.namespace.yaml | |
+1 −1 | docs/format/source/conf.py | |
+6 −6 | docs/format/source/format_release_notes.rst |
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