-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Brian2 submodule to Brian release 2.7.1
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule brian2
updated
15 files
+3 −0 | .coveragerc | |
+4 −4 | .github/workflows/publish.yml | |
+3 −6 | .github/workflows/testsuite.yml | |
+36 −36 | brian2/spatialneuron/morphology.py | |
+1 −1 | brian2/synapses/synapses.py | |
+4 −0 | brian2/tests/pytest.ini | |
+10 −1 | brian2/tests/test_cpp_standalone.py | |
+10 −2 | brian2/tests/test_logger.py | |
+99 −0 | brian2/tests/test_morphology.py | |
+31 −0 | brian2/tests/test_synapses.py | |
+0 −2 | brian2/utils/logger.py | |
+14 −2 | dev/continuous-integration/run_test_suite.py | |
+32 −0 | docs_sphinx/introduction/release_notes.rst | |
+1 −1 | numpy2.pyproject.toml | |
+1 −1 | pyproject.toml |