Skip to content

Release 1.1.1

Latest
Compare
Choose a tag to compare
@Moritz-Alexander-Kern Moritz-Alexander-Kern released this 28 Oct 15:26
· 1 commit to release-v1.1.1 since this release
6b1cd7b

Bug fixes

  • Resolved deprecated .A attribute in scipy.sparse matrices (scipy >=1.14.0).
    Replaced usage of the deprecated .A attribute with .toarray() in SPADE, ensuring compatibility with SciPy 1.14.0 (#636).

  • Modified tests to accommodate Neo 0.13.1, where adding the same object multiple times to a container is no longer permitted. These changes fix the generation of test data without affecting Elephant’s core functionality (#634).

  • Fixed deprecated copy method for neo objects (neo >=0.13.4), updated Elephant to handle the removal of the copy method from neo objects in version 0.13.4 (#646).

Selected dependency changes

  • SciPy >= 1.14.0
  • Neo >= 0.13.1
  • Numpy < 2.0.0