Skip to content

Commit 8f294b1

Browse files
update release notes
1 parent a8388bd commit 8f294b1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

doc/release_notes.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ Release Notes
33
=============
44

55

6+
Release 1.1.1
7+
=============
8+
Bug fixes
9+
---------
10+
- Resolved deprecated `.A` attribute in `scipy.sparse` matrices (scipy >=1.14.0).
11+
Replaced usage of the deprecated `.A` attribute with `.toarray()` in SPADE, ensuring compatibility with SciPy 1.14.0 (https://github.com/NeuralEnsemble/elephant/pull/636).
12+
13+
- 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 (https://github.com/NeuralEnsemble/elephant/pull/634).
14+
15+
- 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 (https://github.com/NeuralEnsemble/elephant/pull/646).
16+
17+
Selected dependency changes
18+
---------------------------
19+
- SciPy >= 1.14.0
20+
- Neo >= 0.13.1
21+
- Numpy < 2.0.0
22+
23+
624
Release 1.1.0
725
=============
826
New functionality and features

0 commit comments

Comments
 (0)