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.1 ] - Unreleased
6+ ## [ 0.2.3 ] - Unreleased
77
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+
14+ ## [ 0.2.2] - 2022-01-11
15+
16+ + Bugfix - Revert import order in ` __init__.py ` to avoid circular import error.
17+ + Update - ` .pre-commit-config.yaml ` to disable automatic positioning of import
18+ statement at the top.
19+ + Bugfix - Update docstrings to render API for documentation website.
20+
21+ ## [ 0.2.1] - 2022-01-06
22+
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
827+ Update - clustering step, update duration for "median_subtraction" step
928+ Bugfix - handles single probe recording in "Neuropix-PXI" format
1029+ Update - safeguard in creating/inserting probe types upon probe activation
30+ + Add - quality control metric dashboard
31+ + Update & fix docstrings
32+ + Update - ` ephys_report.UnitLevelReport ` to add ` ephys.ClusterQualityLabel ` as a
33+ foreign key reference
34+ + Add - ` .pre-commit-config.yaml `
1135
1236## [ 0.2.0] - 2022-10-28
1337
@@ -16,15 +40,17 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
1640+ Add - Add ` ephys_no_curation ` and routines to trigger spike-sorting analysis
1741 using Kilosort (2.0, 2.5)
1842+ Add - mkdocs for Element Documentation
19- + 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.
2045
2146## [ 0.1.4] - 2022-07-11
2247
2348+ Bugfix - Handle case where ` spike_depths ` data is present.
2449
2550## [ 0.1.3] - 2022-06-16
2651
27- + 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.
2854
2955## [ 0.1.2] - 2022-06-09
3056
@@ -37,8 +63,9 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
3763## [ 0.1.0] - 2022-05-26
3864
3965+ Update - Rename module for acute probe insertions from ` ephys.py ` to ` ephys_acute.py ` .
40- + 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 ` ).
66+ + Add - Module for pre-clustering steps (` ephys_precluster.py ` ), which is built off of
67+ ` ephys_acute.py ` .
68+ + Add - Module for chronic probe insertions (` ephys_chronic.py ` ).
4269+ Bugfix - Missing ` fileTimeSecs ` key in SpikeGLX meta file.
4370+ Update - Move common functions to ` element-interface ` package.
4471+ Add - NWB export function
@@ -47,7 +74,6 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4774
4875+ Add - Processing with Kilosort and pyKilosort for Open Ephys and SpikeGLX
4976
50-
5177## [ 0.1.0b0] - 2021-05-07
5278
5379+ Update - First beta release
@@ -60,6 +86,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
6086+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
6187 2.0 - MS
6288
89+ [ 0.2.3 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.3
90+ [ 0.2.2 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.2
6391[ 0.2.1 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.1
6492[ 0.2.0 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.2.0
6593[ 0.1.4 ] : https://github.com/datajoint/element-array-ephys/releases/tag/0.1.4
0 commit comments