Skip to content

Commit

Permalink
Update Brian2 submodule to 2.7.0
Browse files Browse the repository at this point in the history
mstimberg committed Jun 6, 2024
1 parent b72bf51 commit 36a7bd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frozen_repos/brian2
Submodule brian2 updated 40 files
+2 −3 .github/workflows/publish.yml
+20 −0 .github/workflows/test_latest.yml
+16 −2 .github/workflows/testsuite.yml
+1 −1 .pre-commit-config.yaml
+1 −0 AUTHORS
+9 −6 CITATION.cff
+72 −0 README.md
+0 −125 README.rst
+1 −1 brian2/__init__.py
+9 −0 brian2/codegen/runtime/GSLcython_rt/GSLcython_rt.py
+5 −3 brian2/codegen/runtime/numpy_rt/numpy_rt.py
+24 −9 brian2/core/base.py
+1 −2 brian2/core/functions.py
+3 −0 brian2/core/network.py
+11 −3 brian2/core/variables.py
+3 −6 brian2/devices/cpp_standalone/templates/objects.cpp
+3 −5 brian2/groups/neurongroup.py
+5 −0 brian2/groups/subgroup.py
+10 −1 brian2/parsing/rendering.py
+1 −1 brian2/sphinxext/docscrape.py
+6 −2 brian2/sphinxext/examplefinder.py
+21 −0 brian2/tests/test_codegen.py
+1 −1 brian2/tests/test_cpp_standalone.py
+64 −1 brian2/tests/test_logger.py
+15 −0 brian2/tests/test_network.py
+15 −15 brian2/tests/test_neurongroup.py
+1 −1 brian2/units/fundamentalunits.py
+16 −2 brian2/utils/logger.py
+4 −3 dev/continuous-integration/run_test_suite.py
+1 −1 dev/tools/docs/build_html_brian2.py
+1 −1 dev/tools/docs/quick_rebuild_html_brian2.py
+41 −36 docs_sphinx/conf.py
+44 −0 docs_sphinx/introduction/release_notes.rst
+2 −2 examples/advanced/stochastic_odes.py
+0 −4 examples/frompapers/Brunel_Wang_2001.py
+ examples/multiprocessing/standalone307987/main
+1 −1 numpy2.pyproject.toml
+8 −7 pyproject.toml
+0 −5 setup.py
+1 −2 versions.md

0 comments on commit 36a7bd1

Please sign in to comment.