|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention. |
| 3 | +Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and |
| 4 | + [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention. |
4 | 5 |
|
| 6 | +## [0.1.5] - 2022-07-11 |
| 7 | + |
| 8 | ++ Add - New `QualityMetrics` table to store clusters' and waveforms' metrics after the spike sorting analysis. |
| 9 | + |
| 10 | +## [0.1.4] - 2022-07-11 |
| 11 | + |
| 12 | ++ Bugfix - Handle case where `spike_depths` data is present. |
| 13 | + |
| 14 | +## [0.1.3] - 2022-06-16 |
| 15 | + |
| 16 | ++ Update - Allow for the `precluster_output_dir` attribute to be nullable when no pre-clustering is performed. |
| 17 | + |
| 18 | +## [0.1.2] - 2022-06-09 |
| 19 | + |
| 20 | ++ Bugfix - Handle case where `pc_features.npy` does not exist. |
| 21 | + |
| 22 | +## [0.1.1] - 2022-06-01 |
| 23 | + |
| 24 | ++ Add - Secondary attributes to `PreClusterParamSteps` table |
| 25 | + |
| 26 | +## [0.1.0] - 2022-05-26 |
| 27 | + |
| 28 | ++ Update - Rename module for acute probe insertions from `ephys.py` to `ephys_acute.py`. |
| 29 | ++ Add - Module for pre-clustering steps (`ephys_precluster.py`), which is built off of `ephys_acute.py`. |
| 30 | ++ Add - Module for chronic probe insertions (`ephys_chronic.py`). |
| 31 | ++ Bugfix - Missing `fileTimeSecs` key in SpikeGLX meta file. |
| 32 | ++ Update - Move common functions to `element-interface` package. |
| 33 | ++ Add - NWB export function |
5 | 34 |
|
6 | 35 | ## [0.1.0b4] - 2021-11-29 |
7 | 36 | ### Added |
8 | 37 | + Processing with Kilosort and pyKilosort for Open Ephys and SpikeGLX |
9 | 38 |
|
10 | 39 |
|
11 | 40 | ## [0.1.0b0] - 2021-05-07 |
12 | | -### Added |
13 | | -+ First beta release |
14 | 41 |
|
| 42 | ++ Update - First beta release |
15 | 43 |
|
16 | 44 | ## [0.1.0a5] - 2021-05-05 |
17 | | -### Added |
18 | | -+ Added GitHub Action release process |
19 | | -+ `probe` and `ephys` elements |
20 | | -+ Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort` |
21 | | -+ Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS |
22 | 45 |
|
| 46 | ++ Add - GitHub Action release process |
| 47 | ++ Add - `probe` and `ephys` elements |
| 48 | ++ Add - Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort` |
| 49 | ++ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS |
23 | 50 |
|
| 51 | +[0.1.4]: https://github.com/datajoint/element-array-ephys/compare/0.1.3...0.1.4 |
| 52 | +[0.1.3]: https://github.com/datajoint/element-array-ephys/compare/0.1.2...0.1.3 |
| 53 | +[0.1.2]: https://github.com/datajoint/element-array-ephys/compare/0.1.1...0.1.2 |
| 54 | +[0.1.1]: https://github.com/datajoint/element-array-ephys/compare/0.1.0...0.1.1 |
| 55 | +[0.1.0]: https://github.com/datajoint/element-array-ephys/compare/0.1.0b0...0.1.0 |
24 | 56 | [0.1.0b0]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a5...0.1.0b0 |
25 | 57 | [0.1.0a5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a5 |
0 commit comments