|
| 1 | +.. _release0.101.2: |
| 2 | + |
| 3 | +SpikeInterface 0.101.2 release notes |
| 4 | +------------------------------------ |
| 5 | + |
| 6 | +4th October 2024 |
| 7 | + |
| 8 | +Minor release with bug fixes |
| 9 | + |
| 10 | +core: |
| 11 | + |
| 12 | +* Fix `random_spikes_selection()` (#3456) |
| 13 | +* Expose `backend_options` at the analyzer level to set `storage_options` and `saving_options` (#3446) |
| 14 | +* Avoid warnings in `SortingAnalyzer` (#3455) |
| 15 | +* Fix `reset_global_job_kwargs` (#3452) |
| 16 | +* Allow to save recordingless analyzer as (#3443) |
| 17 | +* Fix compute analyzer pipeline with tmp recording (#3433) |
| 18 | +* Fix bug in saving zarr recordings (#3432) |
| 19 | +* Set `run_info` to `None` for `load_waveforms` (#3430) |
| 20 | +* Fix integer overflow in parallel computing (#3426) |
| 21 | +* Refactor `pandas` save load and `convert_dtypes` (#3412) |
| 22 | +* Add spike-train based lazy `SortingGenerator` (#2227) |
| 23 | + |
| 24 | + |
| 25 | +extractors: |
| 26 | + |
| 27 | +* Improve IBL recording extractors by PID (#3449) |
| 28 | + |
| 29 | +sorters: |
| 30 | + |
| 31 | +* Get default encoding for `Popen` (#3439) |
| 32 | + |
| 33 | +postprocessing: |
| 34 | + |
| 35 | +* Add `max_threads_per_process` and `mp_context` to pca by channel computation and PCA metrics (#3434) |
| 36 | + |
| 37 | +widgets: |
| 38 | + |
| 39 | +* Fix metrics widgets for convert_dtypes (#3417) |
| 40 | +* Fix plot motion for multi-segment (#3414) |
| 41 | + |
| 42 | +motion correction: |
| 43 | + |
| 44 | +* Auto-cast recording to float prior to interpolation (#3415) |
| 45 | + |
| 46 | +documentation: |
| 47 | + |
| 48 | +* Add docstring for `generate_unit_locations` (#3418) |
| 49 | +* Add `get_channel_locations` to the base recording API (#3403) |
| 50 | + |
| 51 | +continuous integration: |
| 52 | + |
| 53 | +* Enable testing arm64 Mac architecture in the CI (#3422) |
| 54 | +* Add kachery_zone secret (#3416) |
| 55 | + |
| 56 | +testing: |
| 57 | + |
| 58 | +* Relax causal filter tests (#3445) |
| 59 | + |
| 60 | +Contributors: |
| 61 | + |
| 62 | +* @alejoe91 |
| 63 | +* @h-mayorquin |
| 64 | +* @jiumao2 |
| 65 | +* @samuelgarcia |
| 66 | +* @zm711 |
0 commit comments