Skip to content

Commit 40ac965

Browse files
committed
bump version and release notes
1 parent 160ed6a commit 40ac965

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## Release Notes 2.31
2+
3+
### features
4+
- training status uses new extractor map
5+
- refactor neurodsp to ibldsp
6+
- task qc update for new ITI defintion
7+
8+
### bugfixes
9+
- NP2 waveforms extracted with correct dtype
10+
- Sorted cluster ids in single unit metrics
11+
112
## Release Notes 2.30
213

314
### features

0 commit comments

Comments
 (0)