Skip to content

Commit 378bc59

Browse files
Release 0.11.1 (#475)
* bumped version number to 0.11.1 * added doi for elephant 0.11.0 to citation * fixed typo in version * added initial draft of release note to release_notes.rst * fixed link to all versions of elephant * updated release notes * edited section to cite specific elephant version * update title in .zenodo.json
1 parent d045dbd commit 378bc59

File tree

4 files changed

+30
-15
lines changed

4 files changed

+30
-15
lines changed

.zenodo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
}
7373
],
7474

75-
"title": "Elephant 0.11.0",
75+
"title": "Elephant 0.11.1",
7676

7777
"keywords": [
7878
"neuroscience",

doc/citation.rst

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,12 @@ Citing Elephant
33
***************
44
To refer to the Elephant software package in publications, please use:
55

6-
Elephant (`doi:10.5281/zenodo.1186602 <https://doi.org/10.5281/zenodo.4582366>`_;
6+
Elephant (`doi:10.5281/zenodo.1186602 <https://doi.org/10.5281/zenodo.1186602>`_;
77
`RRID:SCR_003833 <https://scicrunch.org/resolver/RRID:SCR_003833>`_)
88

9-
To cite a specific version of Elephant use:
10-
11-
* v0.10.0 `doi:10.5281/zenodo.4582366 <https://doi.org/10.5281/zenodo.4582366>`_
12-
* v0.9.0 `doi:10.5281/zenodo.4271489 <https://doi.org/10.5281/zenodo.4271489>`_
13-
* v0.8.0 `doi:10.5281/zenodo.3975676 <https://doi.org/10.5281/zenodo.3975676>`_
14-
* v0.7.0 `doi:10.5281/zenodo.3695277 <https://doi.org/10.5281/zenodo.3695277>`_
15-
* v0.6.4 `doi:10.5281/zenodo.3524331 <https://doi.org/10.5281/zenodo.3524331>`_
16-
* v0.6.3 `doi:10.5281/zenodo.3346596 <https://doi.org/10.5281/zenodo.3346596>`_
17-
* v0.6.1 `doi:10.5281/zenodo.2620229 <https://doi.org/10.5281/zenodo.2620229>`_
18-
* v0.5.0 `doi:10.5281/zenodo.1216145 <https://doi.org/10.5281/zenodo.1216145>`_
19-
* v0.4.3 `doi:10.5281/zenodo.1187084 <https://doi.org/10.5281/zenodo.1187084>`_
20-
* v0.4.2 `doi:10.5281/zenodo.1186603 <https://doi.org/10.5281/zenodo.1186603>`_
9+
To cite a specific version of Elephant please see version-specific DOIs at:
10+
11+
`doi:10.5281/zenodo.1186602 <https://doi.org/10.5281/zenodo.1186602>`_
2112

2213
To cite Elephant, please use:
2314

doc/release_notes.rst

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

5+
Elephant 0.11.1 release notes
6+
=============================
7+
8+
Bug fixes
9+
-------------
10+
* Fix installation on macOS (#472)
11+
12+
Documentation
13+
-------------
14+
* Added example to `asset.discretise_spiketimes` docstring (#468)
15+
16+
Optimizations
17+
-------------
18+
* Performance improvement of Spike Time Tiling Coefficient (STTC) (#438)
19+
20+
Other changes
21+
-------------
22+
* Continuous Integration (CI): added two workflows for macOS (#474)
23+
* Fixed failing unit test asset on macOS (#474)
24+
25+
Selected dependency changes
26+
-------------
27+
* scipy >=1.5.4 (#473)
28+
529
Elephant 0.11.0 release notes
630
=============================
731

elephant/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0b1
1+
0.11.1

0 commit comments

Comments
 (0)