Skip to content

Commit ff3fca0

Browse files
committed
feat:
1 parent 496c210 commit ff3fca0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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-12-15
7+
+ Add `build_electrode_layouts` function in `probe.py` to compute the electrode layout for all types of probes.
68
## [0.2.0] - 2022-10-28
79

810
+ Add - New schema `ephys_report` to compute and store figures from results
@@ -53,7 +55,8 @@ Observes [Semantic Versioning](https://semver.org/spec/v2.0.0.html) standard and
5355
+ Add - Readers for: `SpikeGLX`, `Open Ephys`, `Kilosort`
5456
+ Add - Probe table supporting: Neuropixels probes 1.0 - 3A, 1.0 - 3B, 2.0 - SS,
5557
2.0 - MS
56-
58+
59+
[0.2.1]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.1
5760
[0.2.0]: https://github.com/datajoint/element-array-ephys/releases/tag/0.2.0
5861
[0.1.4]: https://github.com/datajoint/element-array-ephys/releases/tag/0.1.4
5962
[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.0'
2+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)