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 c16fda2 commit 3a2671aCopy full SHA for 3a2671a
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.2] - 2022-06-09
7
+
8
++ Bugfix - Handle case where `pc_features.npy` does not exist.
9
10
## [0.1.1] - 2022-06-01
11
12
+ Add - Secondary attributes to `PreClusterParamSteps` table
element_array_ephys/version.py
@@ -1,2 +1,2 @@
1
"""Package metadata."""
2
-__version__ = '0.1.1'
+__version__ = '0.1.2'
0 commit comments