Skip to content

Commit d9531ab

Browse files
authored
Merge pull request #2194 from SpikeInterface/prepare_release
Prepare release 0.99.1
2 parents 4e5d4b6 + ec061ad commit d9531ab

4 files changed

Lines changed: 26 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ With SpikeInterface, users can:
6767

6868
## Documentation
6969

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

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

doc/releases/0.99.1.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _release0.99.1:
2+
3+
SpikeInterface 0.99.1 release notes
4+
-----------------------------------
5+
6+
14th November 2023
7+
8+
Minor release with some bug fixes.
9+
10+
* Fix crash when default start / end frame arguments on motion interpolation are used (#2176)
11+
* Fix bug in `make_match_count_matrix()` when computing matching events (#2182, #2191, #2196)
12+
* Fix maxwell tests by setting HDF5_PLUGIN_PATH env in action (#2161)
13+
* Add read_npz_sorting to extractors module (#2183)

doc/whatisnew.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Release notes
88
.. toctree::
99
:maxdepth: 1
1010

11+
releases/0.99.1.rst
1112
releases/0.99.0.rst
1213
releases/0.98.2.rst
1314
releases/0.98.1.rst
@@ -32,6 +33,12 @@ Release notes
3233
releases/0.9.1.rst
3334

3435

36+
Version 0.99.1
37+
==============
38+
39+
* Minor release with some bug fixes
40+
41+
3542
Version 0.99.0
3643
==============
3744

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "spikeinterface"
3-
version = "0.100.0.dev0"
3+
version = "0.99.1"
44
authors = [
55
{ name="Alessio Buccino", email="alessiop.buccino@gmail.com" },
66
{ name="Samuel Garcia", email="sam.garcia.die@gmail.com" },
@@ -146,8 +146,8 @@ test = [
146146

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

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

170170
]
171171

0 commit comments

Comments
 (0)