|
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.4] - 2022-07-11 |
| 7 | + |
| 8 | ++ Bugfix - Handle case where `spike_depths` data is present. |
| 9 | + |
| 10 | +## [0.1.3] - 2022-06-16 |
| 11 | + |
| 12 | ++ Update - Allow for the `precluster_output_dir` attribute to be nullable when no pre-clustering is performed. |
| 13 | + |
| 14 | +## [0.1.2] - 2022-06-09 |
| 15 | + |
| 16 | ++ Bugfix - Handle case where `pc_features.npy` does not exist. |
| 17 | + |
| 18 | +## [0.1.1] - 2022-06-01 |
| 19 | + |
| 20 | ++ Add - Secondary attributes to `PreClusterParamSteps` table |
| 21 | + |
| 22 | +## [0.1.0] - 2022-05-26 |
| 23 | + |
| 24 | ++ Update - Rename module for acute probe insertions from `ephys.py` to `ephys_acute.py`. |
| 25 | ++ Add - Module for pre-clustering steps (`ephys_precluster.py`), which is built off of `ephys_acute.py`. |
| 26 | ++ Add - Module for chronic probe insertions (`ephys_chronic.py`). |
| 27 | ++ Bugfix - Missing `fileTimeSecs` key in SpikeGLX meta file. |
| 28 | ++ Update - Move common functions to `element-interface` package. |
| 29 | ++ Add - NWB export function |
5 | 30 |
|
6 | 31 | ## [0.1.0b0] - 2021-05-07
|
7 |
| -### Added |
8 |
| -+ First beta release |
9 | 32 |
|
| 33 | ++ Update - First beta release |
10 | 34 |
|
11 | 35 | ## [0.1.0a5] - 2021-05-05
|
12 |
| -### Added |
13 |
| -+ Added GitHub Action release process |
14 |
| -+ `probe` and `ephys` elements |
15 |
| -+ Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort` |
16 |
| -+ Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS |
17 | 36 |
|
| 37 | ++ Add - GitHub Action release process |
| 38 | ++ Add - `probe` and `ephys` elements |
| 39 | ++ Add - Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort` |
| 40 | ++ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS |
18 | 41 |
|
19 |
| -[0.1.0b0]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a5...0.1.0b0 |
| 42 | +[0.1.4]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.4 |
| 43 | +[0.1.3]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.3 |
| 44 | +[0.1.2]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.2 |
| 45 | +[0.1.1]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.1 |
| 46 | +[0.1.0]: https://github.com/datajoint/element-array-ephys/compare/0.1.0b0...0.1.0 |
| 47 | +[0.1.0b0]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0b0 |
20 | 48 | [0.1.0a5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a5
|
0 commit comments