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 160ed6a commit 40ac965Copy full SHA for 40ac965
ibllib/__init__.py
@@ -2,7 +2,7 @@
2
import logging
3
import warnings
4
5
-__version__ = '2.30.0'
+__version__ = '2.31.0'
6
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')
7
8
# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev
release_notes.md
@@ -1,3 +1,14 @@
1
+## Release Notes 2.31
+
+### features
+- training status uses new extractor map
+- refactor neurodsp to ibldsp
+- task qc update for new ITI defintion
+### bugfixes
9
+- NP2 waveforms extracted with correct dtype
10
+- Sorted cluster ids in single unit metrics
11
12
## Release Notes 2.30
13
14
### features
0 commit comments