File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 3
3
Observes [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) standard and
4
4
[ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) convention.
5
5
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
7
15
8
16
* Change - Revert GHA Semantic Release caller and update changelog
9
17
10
- ## [ v0 .3.7] - 2024-11-01
18
+ ## [ 0 .3.7] - 2024-11-01
11
19
12
20
* Fix - robust IMAX value detection from IMEC file (metadata 3.0)
13
21
14
- ## [ v0 .3.6] - 2024-10-01
22
+ ## [ 0 .3.6] - 2024-10-01
15
23
16
24
* Fix - Minor bugfix in reading npx probe model of older versions and in reaeding probe model
17
25
* Add - New GitHub Action callers for devcontainer, mkdocs, and semantic release
Original file line number Diff line number Diff line change 1
1
"""Package metadata."""
2
2
3
- __version__ = "0.3.8 "
3
+ __version__ = "0.4.0 "
You can’t perform that action at this time.
0 commit comments