Skip to content

Commit 1865be6

Browse files
authored
Update changelog and version
1 parent 787d33d commit 1865be6

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 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.4] - 2022-07-05
7+
8+
+ Bugfix - Save values of `spike_depths` if data is present.
9+
610
## [0.1.3] - 2022-06-16
711

812
+ Update - Allow for the `precluster_output_dir` attribute to be nullable when no pre-clustering is performed.
@@ -35,7 +39,10 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
3539
+ Add - Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort`
3640
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS, 2.0 - MS
3741

38-
[0.1.1]: https://github.com/datajoint/element-array-ephys/compare/0.1.0...0.1.1
42+
[0.1.4]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.4
43+
[0.1.3]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.3
44+
[0.1.2]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.2
45+
[0.1.1]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.1
3946
[0.1.0]: https://github.com/datajoint/element-array-ephys/compare/0.1.0b0...0.1.0
40-
[0.1.0b0]: https://github.com/datajoint/element-array-ephys/compare/0.1.0a5...0.1.0b0
47+
[0.1.0b0]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0b0
4148
[0.1.0a5]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.0a5

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.3'
2+
__version__ = '0.1.4'

0 commit comments

Comments
 (0)