|
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.0] - 2022-05-26 |
| 7 | + |
| 8 | ++ Update - Rename module for acute probe insertions from `ephys.py` to `ephys_acute.py`. |
| 9 | ++ Add - Module for pre-clustering steps (`ephys_precluster.py`), which is built off of `ephys_acute.py`. |
| 10 | ++ Add - Module for chronic probe insertions (`ephys_chronic.py`). |
| 11 | ++ Bugfix - Missing `fileTimeSecs` key in SpikeGLX meta file. |
| 12 | ++ Update - Move common functions to `element-interface` package. |
| 13 | ++ Add - NWB export function |
5 | 14 |
|
6 | 15 | ## [0.1.0b0] - 2021-05-07
|
7 |
| -### Added |
8 |
| -+ First beta release |
9 | 16 |
|
| 17 | ++ Update - First beta release |
10 | 18 |
|
11 | 19 | ## [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 | 20 |
|
| 21 | ++ Add - GitHub Action release process |
| 22 | ++ Add - `probe` and `ephys` elements |
| 23 | ++ Add - Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort` |
| 24 | ++ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS |
18 | 25 |
|
| 26 | +[0.1.0b1]: https://github.com/datajoint/element-array-ephys/compare/0.1.0b0...0.1.0 |
19 | 27 | [0.1.0b0]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a5...0.1.0b0
|
20 | 28 | [0.1.0a5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a5
|
0 commit comments