33Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
44 [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
55
6+ ## [ 0.2.3] - Unreleased
7+
8+ + Add - extras_require install options for nwb and development requirement sets
9+ + Add - mkdocs notebook rendering
10+ + Add - markdown linting and spellcheck config files, with implementation edits
11+ + Update - license for 2023
12+ + Update - blackify previous updates
13+
614## [ 0.2.2] - 2022-01-11
715
816+ 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.
17+ + Update - ` .pre-commit-config.yaml ` to disable automatic positioning of import
18+ statement at the top.
1019+ Bugfix - Update docstrings to render API for documentation website.
1120
1221## [ 0.2.1] - 2022-01-06
1322
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
23+ + Add - ` build_electrode_layouts ` function in ` probe.py ` to compute the electrode layout
24+ for all types of probes.
25+ + Update - parameterize run_CatGT step from parameters retrieved from
26+ ` ClusteringParamSet ` table
1627+ Update - clustering step, update duration for "median_subtraction" step
1728+ Bugfix - handles single probe recording in "Neuropix-PXI" format
1829+ Update - safeguard in creating/inserting probe types upon probe activation
1930+ Add - quality control metric dashboard
2031+ Update & fix docstrings
21- + Update - ` ephys_report.UnitLevelReport ` to add ` ephys.ClusterQualityLabel ` as a foreign key reference
32+ + Update - ` ephys_report.UnitLevelReport ` to add ` ephys.ClusterQualityLabel ` as a
33+ foreign key reference
2234+ Add - ` .pre-commit-config.yaml `
2335
2436## [ 0.2.0] - 2022-10-28
@@ -28,15 +40,17 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
2840+ Add - Add ` ephys_no_curation ` and routines to trigger spike-sorting analysis
2941 using Kilosort (2.0, 2.5)
3042+ Add - mkdocs for Element Documentation
31- + Add - New ` QualityMetrics ` table to store clusters' and waveforms' metrics after the spike sorting analysis.
43+ + Add - New ` QualityMetrics ` table to store clusters' and waveforms' metrics after the
44+ spike sorting analysis.
3245
3346## [ 0.1.4] - 2022-07-11
3447
3548+ Bugfix - Handle case where ` spike_depths ` data is present.
3649
3750## [ 0.1.3] - 2022-06-16
3851
39- + Update - Allow for the ` precluster_output_dir ` attribute to be nullable when no pre-clustering is performed.
52+ + Update - Allow for the ` precluster_output_dir ` attribute to be nullable when no
53+ pre-clustering is performed.
4054
4155## [ 0.1.2] - 2022-06-09
4256
@@ -49,7 +63,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4963## [ 0.1.0] - 2022-05-26
5064
5165+ 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 ` .
66+ + Add - Module for pre-clustering steps (` ephys_precluster.py ` ), which is built off of
67+ ` ephys_acute.py ` .
5368+ Add - Module for chronic probe insertions (` ephys_chronic.py ` ).
5469+ Bugfix - Missing ` fileTimeSecs ` key in SpikeGLX meta file.
5570+ Update - Move common functions to ` element-interface ` package.
@@ -59,7 +74,6 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
5974
6075+ Add - Processing with Kilosort and pyKilosort for Open Ephys and SpikeGLX
6176
62-
6377## [ 0.1.0b0] - 2021-05-07
6478
6579+ Update - First beta release
@@ -72,7 +86,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
7286+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
7387 2.0 - MS
7488
75-
89+ [ 0.2.3 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.3
7690[ 0.2.2 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.2
7791[ 0.2.1 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.1
7892[ 0.2.0 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.0
0 commit comments