File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .. _release0.102.1 :
2+
3+ SpikeInterface 0.102.1 release notes
4+ ------------------------------------
5+
6+ 19th February 2025
7+
8+ Minor release with bug fixes
9+
10+ core:
11+
12+ * Add parents in HTML representation and always print class name (#3700)
13+ * Add `SortingAnalyzer.set_sorting_property()/get_sorting_property() ` functions (#3694)
14+ * Add `_parent ` to `select_segment ` classes (#3692)
15+ * Fix `chunk_size_limit ` in `get_random_recording_slices ` (#3691)
16+ * Fix bug in `super_zarr_open ` (#3686)
17+ * Fix `si.load ` for `WaveformExtarctor ` (#3680)
18+
19+ sorters:
20+
21+ * Add BaseSorter._dynamic_params to be to retrieve parameters dynamically (#3697)
22+
23+ continuous integration:
24+
25+ * Add torch to test installation (#3706)
26+
27+ testing:
28+
29+ * Test Python 3.13 (#3683)
30+
31+ Contributors:
32+
33+ * @alejoe91
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ Release notes
88.. toctree ::
99 :maxdepth: 1
1010
11+ releases/0.102.1.rst
1112 releases/0.102.0.rst
1213 releases/0.101.2.rst
1314 releases/0.101.1.rst
@@ -46,6 +47,21 @@ Release notes
4647 releases/0.9.1.rst
4748
4849
50+ Version 0.102.1
51+ ===============
52+
53+ * Minor release with bug fixes
54+
55+ Version 0.102.0
56+ ===============
57+
58+ * Added auto-label functions in curation module (#2918)
59+ * Refactored and improved auto-merge functions in curation module (#3435, #3601)
60+ * Added `spikeinterface.load() ` function to load any SpikeInterface object (#3613, #3651)
61+ * Improved handling of time in base recording (#3509, #3623)
62+ * Multi-segment handling of motion interpolation (#3659)
63+ * Support for Numpy 2.0 and Zarr<3.0 (#3481,#3598)
64+
4965Version 0.101.2
5066===============
5167
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments