Skip to content

Commit f754392

Browse files
committed
update: version and changelog
1 parent 6764f8c commit f754392

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.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+
612
## [0.3.4] - 2024-03-22
713

814
+ Add - pytest

element_array_ephys/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package metadata."""
22

3-
__version__ = "0.3.4"
3+
__version__ = "0.3.5"

0 commit comments

Comments
 (0)