Skip to content

Commit

Permalink
Prepare release 0.99.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Nov 13, 2023
1 parent db9e93b commit 5b59a50
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ With SpikeInterface, users can:

## Documentation

Detailed documentation of the latest PyPI release of SpikeInterface can be found [here](https://spikeinterface.readthedocs.io/en/0.99.0).
Detailed documentation of the latest PyPI release of SpikeInterface can be found [here](https://spikeinterface.readthedocs.io/en/0.99.1).

Detailed documentation of the development version of SpikeInterface can be found [here](https://spikeinterface.readthedocs.io/en/latest).

Expand Down
14 changes: 14 additions & 0 deletions doc/releases/0.99.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. _release0.99.1:

SpikeInterface 0.99.1 release notes
-----------------------------------

14th November 2023

Minor release with some bug fixes.

* Fix crash when default start / end frame arguments on motion interpolation are used (#2176)
* Fix bug in `make_match_count_matrix()` when computing matching events (#2182)
* Fix corner case in `make_match_count_matrix()` and make it symmetric (#2191)
* Fix maxwell tests by setting HDF5_PLUGIN_PATH env in action (#2161)
* Add read_npz_sorting to extractors module (#2183)
7 changes: 7 additions & 0 deletions doc/whatisnew.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Release notes
.. toctree::
:maxdepth: 1

releases/0.99.1.rst
releases/0.99.0.rst
releases/0.98.2.rst
releases/0.98.1.rst
Expand All @@ -32,6 +33,12 @@ Release notes
releases/0.9.1.rst


Version 0.99.1
==============

* Minor release with some bug fixes


Version 0.99.0
==============

Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "spikeinterface"
version = "0.100.0.dev0"
version = "0.99.1"
authors = [
{ name="Alessio Buccino", email="alessiop.buccino@gmail.com" },
{ name="Samuel Garcia", email="sam.garcia.die@gmail.com" },
Expand Down Expand Up @@ -146,8 +146,8 @@ test = [

# for github test : probeinterface and neo from master
# for release we need pypi, so this need to be commented
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
]

docs = [
Expand All @@ -164,8 +164,8 @@ docs = [
"hdbscan>=0.8.33", # For sorters spykingcircus2 + tridesclous
"numba", # For many postprocessing functions
# for release we need pypi, so this needs to be commented
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version

]

Expand Down

0 comments on commit 5b59a50

Please sign in to comment.