Skip to content

Commit e4d959d

Browse files
committed
update: version 0.4.0
1 parent 0f51791 commit e4d959d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,23 @@
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-
## [v0.3.8] - 2025-01-16
6+
## [0.4.0] - 2025-01-24
7+
8+
+ Update - No longer support multiple variation of ephys module, keep only `ephys_no_curation` module, renamed to `ephys`
9+
+ Update - Remove other ephys modules (e.g. `ephys_acute`, `ephys_chronic`) (moved to different branches)
10+
+ Update - Add support for `SpikeInterface`
11+
+ Update - Remove support for `ecephys_spike_sorting` (moved to a different branch)
12+
+ Update - Simplify the "activate" mechanism
13+
14+
## [0.3.8] - 2025-01-16
715

816
* Change - Revert GHA Semantic Release caller and update changelog
917

10-
## [v0.3.7] - 2024-11-01
18+
## [0.3.7] - 2024-11-01
1119

1220
* Fix - robust IMAX value detection from IMEC file (metadata 3.0)
1321

14-
## [v0.3.6] - 2024-10-01
22+
## [0.3.6] - 2024-10-01
1523

1624
* Fix - Minor bugfix in reading npx probe model of older versions and in reaeding probe model
1725
* Add - New GitHub Action callers for devcontainer, mkdocs, and semantic release

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.8"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)