Skip to content

Commit c52424f

Browse files
authored
Merge pull request #4188 from SpikeInterface/prepare_release
Prepare release v0.103.1
2 parents 04b67e2 + 630b6c1 commit c52424f

File tree

5 files changed

+117
-13
lines changed

5 files changed

+117
-13
lines changed

doc/development/development.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,12 +433,13 @@ Where the start date is the date of the last release and the end date is the cur
433433

434434
The date of the last release can be found on `PyPI <https://pypi.org/project/spikeinterface/>`_.
435435

436-
437436
As a specific example:
437+
438438
.. code-block:: bash
439439
440440
bash auto-release-notes.sh 2025-02-19 2025-03-24
441441
442+
* Add the release to `doc/whatisnew.rst`, by adding it to the list of releases and providing a short description of the release.
442443
* Finish the release notes and merge
443444
* Locally tag the main branch with the newly merged release notes with the new version
444445
* Push the tag to the remote repository which will trigger the release action (.github/workflows/publish-to-pypi.yml)

doc/releases/0.103.1.rst

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
.. _release0.103.1:
2+
3+
SpikeInterface 0.103.1 release notes
4+
------------------------------------
5+
6+
November 3rd 2025
7+
8+
Minor release with bug fixes
9+
10+
11+
core:
12+
13+
* faster write_binary_recording() (#4171)
14+
* Add RMS method to `get_noise_levels` (#4130)
15+
16+
extractors:
17+
18+
* Update `get_neuropixels_sample_shifts_from_probe` to use `adc_sample_order` (#4184)
19+
* Add `experiment_name` argument to `OpenEphysBinaryRecordingExtractor` (#4177)
20+
* Updates for probeinterface 0.3.0 (#4092)
21+
22+
sorters:
23+
24+
* Add gpu requirements to rtsort (#4143)
25+
26+
postprocessing:
27+
28+
* Patch for memory usage in `template_similarity` (#4152)
29+
30+
qualitymetrics:
31+
32+
* Alter how quality metrics check extension dependencies (#4080)
33+
34+
curation:
35+
36+
* Future-proof hyperparameter search space for auto-curation (#4174)
37+
38+
widgets:
39+
40+
* Metric list in plot (#4137)
41+
* Fix `plot_traces` with `t_start` and no times (#4135)
42+
* Fix `plot_amplitudes` for sortingview (#4097)
43+
44+
generators:
45+
46+
* Fix bug in waveform generation + adapt parameters (#4167)
47+
48+
sortingcomponents:
49+
50+
* Reducing memory footprint for Overlaps during matching (#4157)
51+
* Big clean in components and reoraginze in folder (#4140)
52+
* Improve tdc-clustering with a merging step (#4122)
53+
* Implement isosplit6 into spikeinterface in pure numpy/numba (#4113)
54+
* Improvement of TDC2, SC2 and ISOSPLIT (#4182)
55+
56+
motion correction:
57+
58+
* dredge: Do more things in place with the larger matrices (#4119)
59+
60+
documentation:
61+
62+
* Improve docs for curation module and model (#4138)
63+
* Fix typos and buggy code in modules docs (#4105)
64+
* Improve assertion error message of SortingAnalyzer job kwargs (#4178)
65+
66+
continuous integration:
67+
68+
* Check install ci - use uv (#4123)
69+
70+
packaging:
71+
72+
* Update deprecated cuda import (#4111)
73+
74+
testing:
75+
76+
* Fix size comparison in sorting tools test case (#4112)
77+
* Fix ks4 tests (#4187)
78+
79+
deprecations:
80+
81+
* Update deprecated cuda import (#4111)
82+
* Deprecated `spikeinterface.compraison.hybrid` module (#4093)
83+
* More return_scaled > return_in_uV (#4090)
84+
85+
Contributors:
86+
87+
* @alejoe91
88+
* @chrishalcrow
89+
* @cwindolf
90+
* @emmanuel-ferdman
91+
* @h-mayorquin
92+
* @lochhh
93+
* @nwatters01
94+
* @samuelgarcia
95+
* @yger
96+
* @zm711
97+
* @MGAMZ

doc/whatisnew.rst

Lines changed: 6 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.103.1.rst
1112
releases/0.103.0.rst
1213
releases/0.102.3.rst
1314
releases/0.102.2.rst
@@ -50,6 +51,11 @@ Release notes
5051
releases/0.9.1.rst
5152

5253

54+
Version 0.103.1
55+
===============
56+
57+
* Minor release with bug fixes
58+
5359
Version 0.103.0
5460
===============
5561

pyproject.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies = [
2525
"threadpoolctl>=3.0.0",
2626
"tqdm",
2727
"zarr>=2.18,<3",
28-
"neo>=0.14.1",
29-
"probeinterface>=0.3.0",
28+
"neo>=0.14.3",
29+
"probeinterface>=0.3.1",
3030
"packaging",
3131
"pydantic",
3232
"numcodecs<0.16.0", # For supporting zarr < 3
@@ -127,8 +127,8 @@ test_core = [
127127

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

133133
# for slurm jobs,
134134
"pytest-mock"
@@ -139,8 +139,8 @@ test_extractors = [
139139
"pooch>=1.8.2",
140140
"datalad>=1.0.2",
141141
# Commenting out for release
142-
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
143-
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
142+
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git",
143+
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git",
144144
]
145145

146146
test_preprocessing = [
@@ -185,8 +185,8 @@ test = [
185185

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

191191
# for slurm jobs
192192
"pytest-mock",
@@ -213,8 +213,8 @@ docs = [
213213
"huggingface_hub", # For automated curation
214214

215215
# for release we need pypi, so this needs to be commented
216-
"probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
217-
"neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
216+
# "probeinterface @ git+https://github.com/SpikeInterface/probeinterface.git", # We always build from the latest version
217+
# "neo @ git+https://github.com/NeuralEnsemble/python-neo.git", # We always build from the latest version
218218
]
219219

220220
dev = [

src/spikeinterface/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
# This flag must be set to False for release
2828
# This avoids using versioning that contains ".dev0" (and this is a better choice)
2929
# This is mainly useful when using run_sorter in a container and spikeinterface install
30-
DEV_MODE = True
31-
# DEV_MODE = False
30+
# DEV_MODE = True
31+
DEV_MODE = False

0 commit comments

Comments
 (0)