-
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 #2558 from alejoe91/prepare_0.100.1_release
Prepare minor 0.100.1 release
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
.. _release0.100.1: | ||
|
||
SpikeInterface 0.100.1 release notes | ||
------------------------------------ | ||
|
||
11th March 2024 | ||
|
||
Minor release with some bug fixes and Kilosort4 support. | ||
|
||
* Use `has_channel_location` instead of `get_property("contact_vector")` (#2475) | ||
* Fix singularity issue in deleting py_user_folder (#2493) | ||
* Small bug fix in zscore : gain / offset must be reset (#2510) | ||
* Fix mutually exclusive keys in job_kwargs (#2511) | ||
* Fix scaling of inject templates with copy (#2521) | ||
* **Added support for Kilosort4** (#2529) |
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" | ||
version = "0.100.1" | ||
authors = [ | ||
{ name="Alessio Buccino", email="[email protected]" }, | ||
{ name="Samuel Garcia", email="[email protected]" }, | ||
|