3
3
Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
4
4
[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
5
5
6
+ ## [ 0.2.2] - Unreleased
7
+
8
+ + Update & fix docstrings
9
+ + ` UnitLevelReport ` depends on ` ClusterQualityLabel `
10
+ + Add ` .pre-commit-config.yaml `
11
+
6
12
## [ 0.2.1] - Unreleased
7
13
8
14
+ Update - clustering step, update duration for "median_subtraction" step
@@ -38,7 +44,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
38
44
39
45
+ Update - Rename module for acute probe insertions from ` ephys.py ` to ` ephys_acute.py ` .
40
46
+ Add - Module for pre-clustering steps (` ephys_precluster.py ` ), which is built off of ` ephys_acute.py ` .
41
- + Add - Module for chronic probe insertions (` ephys_chronic.py ` ).
47
+ + Add - Module for chronic probe insertions (` ephys_chronic.py ` ).
42
48
+ Bugfix - Missing ` fileTimeSecs ` key in SpikeGLX meta file.
43
49
+ Update - Move common functions to ` element-interface ` package.
44
50
+ Add - NWB export function
@@ -60,6 +66,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
60
66
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
61
67
2.0 - MS
62
68
69
+ [ 0.2.2 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.2
63
70
[ 0.2.1 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.1
64
71
[ 0.2.0 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.0
65
72
[ 0.1.4 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.1.4
0 commit comments