Skip to content

Commit fdf54ea

Browse files
Merge branch 'master' into enh/tutorial_signal_processing
2 parents 816c70b + febc7ce commit fdf54ea

File tree

3 files changed

+25
-7
lines changed

3 files changed

+25
-7
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
],
1919

20-
"title": "Elephant 1.1.0",
20+
"title": "Elephant 1.1.1",
2121

2222
"keywords": [
2323
"neuroscience",

codemeta.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"contIntegration": "https://github.com/NeuralEnsemble/elephant/actions",
77
"dateCreated": "2022-03-14",
88
"datePublished": "2015-04-08",
9-
"dateModified": "2024-03-19",
10-
"downloadUrl": "https://files.pythonhosted.org/packages/cb/b5/893fadd5505e638a4c8788bf0a2f5a211f59f45203f3dfa3919469e83ed4/elephant-1.0.0.tar.gz",
9+
"dateModified": "2024-10-28",
10+
"downloadUrl": "https://files.pythonhosted.org/packages/83/2e/479328a34751bb6cd626beadca334f267763fe940706a0236979efd7301c/elephant-1.1.1.tar.gz",
1111
"issueTracker": "https://github.com/NeuralEnsemble/elephant/issues",
1212
"name": "Elephant",
13-
"version": "1.1.0",
13+
"version": "1.1.1",
1414
"identifier": "https://doi.org/10.5281/zenodo.1186602",
1515
"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.",
1616
"applicationCategory": "library",
17-
"releaseNotes": "https://github.com/NeuralEnsemble/elephant/releases/tag/v1.1.0",
17+
"releaseNotes": "https://github.com/NeuralEnsemble/elephant/releases/tag/v1.1.1",
1818
"funding": "EU Grant 604102 (HBP), EU Grant 720270(HBP), EU Grant 785907(HBP), EU Grant 945539(HBP)",
1919
"developmentStatus": "active",
2020
"keywords": [
@@ -34,7 +34,7 @@
3434
"MacOS"
3535
],
3636
"softwareRequirements": [
37-
"https://github.com/NeuralEnsemble/elephant/tree/v1.1.0/requirements"
37+
"https://github.com/NeuralEnsemble/elephant/tree/v1.1.1/requirements"
3838
],
3939
"relatedLink": [
4040
"http://python-elephant.org",
@@ -72,4 +72,4 @@
7272
}
7373
}
7474
]
75-
}
75+
}

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)