-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2194 from SpikeInterface/prepare_release
Prepare release 0.99.1
- Loading branch information
Showing
4 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
.. _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, #2191, #2196) | ||
* Fix maxwell tests by setting HDF5_PLUGIN_PATH env in action (#2161) | ||
* Add read_npz_sorting to extractors module (#2183) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="[email protected]" }, | ||
{ name="Samuel Garcia", email="[email protected]" }, | ||
|
@@ -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 = [ | ||
|
@@ -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 | ||
|
||
] | ||
|
||
|