Skip to content

Commit 02fb576

Browse files
author
Thinh Nguyen
authored
add to changelog, bump version
1 parent 3e9b675 commit 02fb576

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
33
Observes [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.1.5] - 2022-07-11
6+
## [0.2.0] - 2022-10-28
7+
8+
+ Add - New schema `ephys_report` to compute and store figures from results
9+
+ Add - Widget to display figures
10+
+ Add - Add `ephys_no_curation` and routines to trigger spike-sorting analysis using Kilosort (2.0, 2.5)
11+
12+
## [0.1.5] - 2022-09-29
713

814
+ Add - New `QualityMetrics` table to store clusters' and waveforms' metrics after the spike sorting analysis.
915

@@ -48,6 +54,7 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4854
+ Add - Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort`
4955
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS
5056

57+
[0.2.0]: https://github.com/datajoint/element-calcium-imaging/releases/tag/0.2.0
5158
[0.1.4]: https://github.com/datajoint/element-array-ephys/compare/0.1.3...0.1.4
5259
[0.1.3]: https://github.com/datajoint/element-array-ephys/compare/0.1.2...0.1.3
5360
[0.1.2]: https://github.com/datajoint/element-array-ephys/compare/0.1.1...0.1.2

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Package metadata."""
2-
__version__ = '0.1.5'
2+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)