@@ -6,19 +6,23 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
66## [ 0.2.2] - 2022-01-11
77
88+ Bugfix - Revert import order in ` __init__.py ` to avoid circular import error.
9- + Update - ` .pre-commit-config.yaml ` to disable automatic positioning of import statement at the top.
9+ + Update - ` .pre-commit-config.yaml ` to disable automatic positioning of import
10+ statement at the top.
1011+ Bugfix - Update docstrings to render API for documentation website.
1112
1213## [ 0.2.1] - 2022-01-06
1314
14- + Add - ` build_electrode_layouts ` function in ` probe.py ` to compute the electrode layout for all types of probes.
15- + Update - parameterize run_CatGT step from parameters retrieved from ` ClusteringParamSet ` table
15+ + Add - ` build_electrode_layouts ` function in ` probe.py ` to compute the electrode layout
16+ for all types of probes.
17+ + Update - parameterize run_CatGT step from parameters retrieved from
18+ ` ClusteringParamSet ` table
1619+ Update - clustering step, update duration for "median_subtraction" step
1720+ Bugfix - handles single probe recording in "Neuropix-PXI" format
1821+ Update - safeguard in creating/inserting probe types upon probe activation
1922+ Add - quality control metric dashboard
2023+ Update & fix docstrings
21- + Update - ` ephys_report.UnitLevelReport ` to add ` ephys.ClusterQualityLabel ` as a foreign key reference
24+ + Update - ` ephys_report.UnitLevelReport ` to add ` ephys.ClusterQualityLabel ` as a
25+ foreign key reference
2226+ Add - ` .pre-commit-config.yaml `
2327
2428## [ 0.2.0] - 2022-10-28
@@ -28,15 +32,17 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2832+ Add - Add ` ephys_no_curation ` and routines to trigger spike-sorting analysis
2933 using Kilosort (2.0, 2.5)
3034+ Add - mkdocs for Element Documentation
31- + Add - New ` QualityMetrics ` table to store clusters' and waveforms' metrics after the spike sorting analysis.
35+ + Add - New ` QualityMetrics ` table to store clusters' and waveforms' metrics after the
36+ spike sorting analysis.
3237
3338## [ 0.1.4] - 2022-07-11
3439
3540+ Bugfix - Handle case where ` spike_depths ` data is present.
3641
3742## [ 0.1.3] - 2022-06-16
3843
39- + Update - Allow for the ` precluster_output_dir ` attribute to be nullable when no pre-clustering is performed.
44+ + Update - Allow for the ` precluster_output_dir ` attribute to be nullable when no
45+ pre-clustering is performed.
4046
4147## [ 0.1.2] - 2022-06-09
4248
@@ -49,7 +55,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4955## [ 0.1.0] - 2022-05-26
5056
5157+ Update - Rename module for acute probe insertions from ` ephys.py ` to ` ephys_acute.py ` .
52- + Add - Module for pre-clustering steps (` ephys_precluster.py ` ), which is built off of ` ephys_acute.py ` .
58+ + Add - Module for pre-clustering steps (` ephys_precluster.py ` ), which is built off of
59+ ` ephys_acute.py ` .
5360+ Add - Module for chronic probe insertions (` ephys_chronic.py ` ).
5461+ Bugfix - Missing ` fileTimeSecs ` key in SpikeGLX meta file.
5562+ Update - Move common functions to ` element-interface ` package.
@@ -59,7 +66,6 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
5966
6067+ Add - Processing with Kilosort and pyKilosort for Open Ephys and SpikeGLX
6168
62-
6369## [ 0.1.0b0] - 2021-05-07
6470
6571+ Update - First beta release
@@ -72,7 +78,6 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
7278+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
7379 2.0 - MS
7480
75-
7681[ 0.2.2 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.2
7782[ 0.2.1 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.1
7883[ 0.2.0 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.0
0 commit comments