From 378bc593ead97a9a46583ddd0a7c59ad80db47ce Mon Sep 17 00:00:00 2001 From: Moritz Kern <92092328+Moritz-Alexander-Kern@users.noreply.github.com> Date: Thu, 14 Apr 2022 17:36:22 +0200 Subject: [PATCH] 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 --- .zenodo.json | 2 +- doc/citation.rst | 17 ++++------------- doc/release_notes.rst | 24 ++++++++++++++++++++++++ elephant/VERSION | 2 +- 4 files changed, 30 insertions(+), 15 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index 240195b29..b8933c2e9 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -72,7 +72,7 @@ } ], - "title": "Elephant 0.11.0", + "title": "Elephant 0.11.1", "keywords": [ "neuroscience", diff --git a/doc/citation.rst b/doc/citation.rst index 62896cdca..92bcf0f7b 100644 --- a/doc/citation.rst +++ b/doc/citation.rst @@ -3,21 +3,12 @@ Citing Elephant *************** To refer to the Elephant software package in publications, please use: -Elephant (`doi:10.5281/zenodo.1186602 `_; +Elephant (`doi:10.5281/zenodo.1186602 `_; `RRID:SCR_003833 `_) -To cite a specific version of Elephant use: - -* v0.10.0 `doi:10.5281/zenodo.4582366 `_ -* v0.9.0 `doi:10.5281/zenodo.4271489 `_ -* v0.8.0 `doi:10.5281/zenodo.3975676 `_ -* v0.7.0 `doi:10.5281/zenodo.3695277 `_ -* v0.6.4 `doi:10.5281/zenodo.3524331 `_ -* v0.6.3 `doi:10.5281/zenodo.3346596 `_ -* v0.6.1 `doi:10.5281/zenodo.2620229 `_ -* v0.5.0 `doi:10.5281/zenodo.1216145 `_ -* v0.4.3 `doi:10.5281/zenodo.1187084 `_ -* v0.4.2 `doi:10.5281/zenodo.1186603 `_ +To cite a specific version of Elephant please see version-specific DOIs at: + + `doi:10.5281/zenodo.1186602 `_ To cite Elephant, please use: diff --git a/doc/release_notes.rst b/doc/release_notes.rst index f37be2b90..eba563f83 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -2,6 +2,30 @@ Release Notes ============= +Elephant 0.11.1 release notes +============================= + +Bug fixes +------------- +* Fix installation on macOS (#472) + +Documentation +------------- +* Added example to `asset.discretise_spiketimes` docstring (#468) + +Optimizations +------------- +* Performance improvement of Spike Time Tiling Coefficient (STTC) (#438) + +Other changes +------------- +* Continuous Integration (CI): added two workflows for macOS (#474) +* Fixed failing unit test asset on macOS (#474) + +Selected dependency changes +------------- +* scipy >=1.5.4 (#473) + Elephant 0.11.0 release notes ============================= diff --git a/elephant/VERSION b/elephant/VERSION index 5a267eebd..af88ba824 100644 --- a/elephant/VERSION +++ b/elephant/VERSION @@ -1 +1 @@ -0.12.0b1 +0.11.1