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.
2 parents 160ed6a + ebf37b4 commit 297c736Copy full SHA for 297c736
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,15 @@
1
+## Release Notes 2.31
+
+### features
+- training status uses new extractor map
+- refactor neurodsp to ibldsp
+- ITI qc check for iblrig v8
+- Support habituationChoiceWorld extraction in iblrig v8.15.0
9
+### bugfixes
10
+- NP2 waveforms extracted with correct dtype
11
+- Sorted cluster ids in single unit metrics
12
13
## Release Notes 2.30
14
15
### features
0 commit comments