You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://bsky.app/profile/pyelephant.bsky.social)
"description": "Elephant (Electrophysiology Analysis Toolkit) is an open-source, community centered library for the analysis of electrophysiological data in the Python programming language. The focus of Elephant is on generic analysis functions for spike train data and time series recordings from electrodes, such as the local field potentials (LFP) or intracellular voltages.In addition to providing a common platform for analysis code from different laboratories, the Elephant project aims to provide a consistent and homogeneous analysis framework that is built on a modular foundation. \nElephant is the direct successor to Neurotools and maintains ties to complementary projects such as OpenElectrophy and spykeviewer.",
Copy file name to clipboardExpand all lines: doc/release_notes.rst
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,24 @@ Release Notes
3
3
=============
4
4
5
5
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).
0 commit comments