We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb6029b commit a76e83fCopy full SHA for a76e83f
2 files changed
CHANGELOG.md
@@ -3,6 +3,10 @@
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.6.2] - 2025-09-15
7
+
8
+- Fix - Convert unsigned to signed in `organoid_preprocessing` for SI v.0.103+
9
10
## [0.6.1] - 2025-06-04
11
12
- Fix - Use Spikeinterface official released versions
element_array_ephys/version.py
@@ -1,3 +1,3 @@
1
"""Package metadata."""
2
-__version__ = "0.6.1"
+__version__ = "0.6.2"
0 commit comments