We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e8193 commit c250857Copy full SHA for c250857
CHANGELOG.md
@@ -3,6 +3,10 @@
3
Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
4
[Keep a Changelog](https://keepachangelog.com/en/1.0.0/) convention.
5
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
10
## [0.1.4] - 2022-07-11
11
12
+ Bugfix - Handle case where `spike_depths` data is present.
element_array_ephys/version.py
@@ -1,2 +1,2 @@
1
"""Package metadata."""
2
-__version__ = '0.1.4'
+__version__ = '0.1.5'
0 commit comments