-
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 #2998 from alejoe91/prepare-0.100.0rc0
Updated release notes and pyproject for 0.101.0rc0
- Loading branch information
Showing
6 changed files
with
74 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
.. _release0.100.5: | ||
|
||
SpikeInterface 0.100.5 release notes | ||
------------------------------------ | ||
|
||
6th April 2024 | ||
|
||
Minor release with bug fixes | ||
|
||
* Open Ephys: Use discovered recording ids to load sync timestamps (#2655) | ||
* Fix channel gains in NwbRecordingExtractor with backend (#2661) | ||
* Fix depth location in spikes on traces map (#2676) |
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.100.6: | ||
|
||
SpikeInterface 0.100.6 release notes | ||
------------------------------------ | ||
|
||
30th April 2024 | ||
|
||
Minor release with bug fixes | ||
|
||
* Avoid np.prod in make_shared_array (#2621) | ||
* Improve caching of MS5 sorter (#2690) | ||
* Allow for remove_excess_spikes to remove negative spike times (#2716) | ||
* Update ks4 wrapper for newer version>=4.0.3 (#2701, #2774) |
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,14 @@ | ||
.. _release0.100.7: | ||
|
||
SpikeInterface 0.100.7 release notes | ||
------------------------------------ | ||
|
||
7th June 2024 | ||
|
||
Minor release with bug fixes | ||
|
||
* Fix get_traces for a local common reference (#2649) | ||
* Update KS4 parameters (#2810) | ||
* Zarr: extract time vector once and for all! (#2828) | ||
* Fix waveforms save in recordingless mode (#2889) | ||
* Fix the new way of handling cmap in matpltolib. This fix the matplotib 3.9 problem related to this (#2891) |
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.101.0" | ||
version = "0.101.0rc0" | ||
authors = [ | ||
{ name="Alessio Buccino", email="[email protected]" }, | ||
{ name="Samuel Garcia", email="[email protected]" }, | ||
|
@@ -121,8 +121,8 @@ test_core = [ | |
|
||
# 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", | ||
] | ||
|
||
test = [ | ||
|
@@ -154,8 +154,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 = [ | ||
|
@@ -175,8 +175,8 @@ docs = [ | |
"xarray", # For use of SortingAnalyzer zarr format | ||
"networkx", | ||
# 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 | ||
|
||
] | ||
|
||
|
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