Release 1.1.0
Moritz-Alexander-Kern
released this
10 Apr 14:46
·
12 commits
to master
since this release
New functionality and features
- New method "Total spiking probability edges" (TPSE) for inferring functional connectivity (#560).
Bug fixes
- Fixed expired SciPy deprecations and breaking changes related to
sp.sqrt
, ensuring continued compatibility with the latest version of SciPy (#616). - Addressed failing unit tests for
neo_tools
with Neo 0.13.0, ensuring compatibility with the latest Neo release (#617).
Documentation
- Fixed a bug in the CI docs runner to resolve formatting issues, ensuring documentation build is tested (#615).
Other changes
- added Python 3.12 CI runner to ensure compatibility with the latest Python language features (#611).
- Integrated
Trials
object with GPFA, allowing for a more formal way of specifying trials (#610).
Selected dependency changes
- scipy>=1.10.0
- Support for Python 3.12