Skip to content

Commit

Permalink
Release 0.11.1 (#475)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
Moritz-Alexander-Kern authored Apr 14, 2022
1 parent d045dbd commit 378bc59
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}
],

"title": "Elephant 0.11.0",
"title": "Elephant 0.11.1",

"keywords": [
"neuroscience",
Expand Down
17 changes: 4 additions & 13 deletions doc/citation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,12 @@ Citing Elephant
***************
To refer to the Elephant software package in publications, please use:

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

To cite a specific version of Elephant use:

* v0.10.0 `doi:10.5281/zenodo.4582366 <https://doi.org/10.5281/zenodo.4582366>`_
* v0.9.0 `doi:10.5281/zenodo.4271489 <https://doi.org/10.5281/zenodo.4271489>`_
* v0.8.0 `doi:10.5281/zenodo.3975676 <https://doi.org/10.5281/zenodo.3975676>`_
* v0.7.0 `doi:10.5281/zenodo.3695277 <https://doi.org/10.5281/zenodo.3695277>`_
* v0.6.4 `doi:10.5281/zenodo.3524331 <https://doi.org/10.5281/zenodo.3524331>`_
* v0.6.3 `doi:10.5281/zenodo.3346596 <https://doi.org/10.5281/zenodo.3346596>`_
* v0.6.1 `doi:10.5281/zenodo.2620229 <https://doi.org/10.5281/zenodo.2620229>`_
* v0.5.0 `doi:10.5281/zenodo.1216145 <https://doi.org/10.5281/zenodo.1216145>`_
* v0.4.3 `doi:10.5281/zenodo.1187084 <https://doi.org/10.5281/zenodo.1187084>`_
* v0.4.2 `doi:10.5281/zenodo.1186603 <https://doi.org/10.5281/zenodo.1186603>`_
To cite a specific version of Elephant please see version-specific DOIs at:

`doi:10.5281/zenodo.1186602 <https://doi.org/10.5281/zenodo.1186602>`_

To cite Elephant, please use:

Expand Down
24 changes: 24 additions & 0 deletions doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=============================

Expand Down
2 changes: 1 addition & 1 deletion elephant/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.12.0b1
0.11.1

0 comments on commit 378bc59

Please sign in to comment.