Skip to content

Commit bbe9f3f

Browse files
committed
Update changelog
1 parent 44c86bf commit bbe9f3f

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,28 @@
11
# Changelog
22

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.
45

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
514

615
## [0.1.0b0] - 2021-05-07
7-
### Added
8-
+ First beta release
916

17+
+ Update - First beta release
1018

1119
## [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
1720

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
1825

26+
[0.1.0b1]: https://github.com/datajoint/element-array-ephys/compare/0.1.0b0...0.1.0
1927
[0.1.0b0]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a5...0.1.0b0
2028
[0.1.0a5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a5

0 commit comments

Comments
 (0)