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 76dfc94 commit 9094754Copy full SHA for 9094754
CHANGELOG.md
@@ -3,6 +3,11 @@
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.4.0] - 2024-05-28
7
+
8
++ Add - support for SpikeInterface version >= 0.101.0 (updated API)
9
10
11
## [0.3.4] - 2024-03-22
12
13
+ Add - pytest
element_array_ephys/version.py
@@ -1,3 +1,3 @@
1
"""Package metadata."""
2
-__version__ = "0.3.4"
+__version__ = "0.4.0"
0 commit comments