Skip to content

Commit 297c736

Browse files
committed
Merge branch 'release/2.31.0' into develop
2 parents 160ed6a + ebf37b4 commit 297c736

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ibllib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import warnings
44

5-
__version__ = '2.30.0'
5+
__version__ = '2.31.0'
66
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')
77

88
# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev

release_notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## Release Notes 2.31
2+
3+
### features
4+
- training status uses new extractor map
5+
- refactor neurodsp to ibldsp
6+
- ITI qc check for iblrig v8
7+
- Support habituationChoiceWorld extraction in iblrig v8.15.0
8+
9+
### bugfixes
10+
- NP2 waveforms extracted with correct dtype
11+
- Sorted cluster ids in single unit metrics
12+
113
## Release Notes 2.30
214

315
### features

0 commit comments

Comments
 (0)