Skip to content

Release 1.1.0

Latest
Compare
Choose a tag to compare
@Moritz-Alexander-Kern Moritz-Alexander-Kern released this 10 Apr 14:46
· 3 commits to master since this release
15e8ef8

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