Skip to content

Commit c250857

Browse files
author
Thinh Nguyen
authored
bump version, add to CHANGELOG
1 parent 35e8193 commit c250857

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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
7+
8+
+ Add - New `ClusterMetrics` table to store clusters' and waveforms' metrics after the spike sorting analysis.
9+
610
## [0.1.4] - 2022-07-11
711

812
+ Bugfix - Handle case where `spike_depths` data is present.

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.4'
2+
__version__ = '0.1.5'

0 commit comments

Comments
 (0)