Skip to content

Commit 2e0cffe

Browse files
committed
Version and CHANGELOG 0.2.1 -> 0.2.0
1 parent 473ca98 commit 2e0cffe

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,14 @@
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.2.1] - 2022-11-1
7-
8-
+ Add - mkdocs for Element Documentation
9-
106
## [0.2.0] - 2022-10-28
117

128
+ Add - New schema `ephys_report` to compute and store figures from results
139
+ Add - Widget to display figures
14-
+ Add - Add `ephys_no_curation` and routines to trigger spike-sorting analysis using Kilosort (2.0, 2.5)
10+
+ Add - Add `ephys_no_curation` and routines to trigger spike-sorting analysis
11+
using Kilosort (2.0, 2.5)
12+
+ Add - mkdocs for Element Documentation
13+
1514

1615
## 0.1.5 - 2022-09-29
1716

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

61-
[0.2.1]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.1
6260
[0.2.0]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.0
6361
[0.1.4]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.4
6462
[0.1.3]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.3

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.2.1'
2+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)