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 6764f8c commit f754392Copy full SHA for f754392
CHANGELOG.md
@@ -3,6 +3,12 @@
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.3.5] - 2024-08-16
7
+
8
++ Fix - Improve `spikeglx` loader in extracting neuropixels probe type from the meta file
9
++ Update - Explicit call to `probe.create_neuropixels_probe_types()` to create entries in ProbeType
10
11
12
## [0.3.4] - 2024-03-22
13
14
+ Add - pytest
element_array_ephys/version.py
@@ -1,3 +1,3 @@
1
"""Package metadata."""
2
-__version__ = "0.3.4"
+__version__ = "0.3.5"
0 commit comments