Skip to content

Commit 7295c07

Browse files
committed
Merge branch 'release/3.2.0' into develop
2 parents 42c5b0b + 549265e commit 7295c07

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__ = '3.1.0'
5+
__version__ = '3.2.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 Note 3.2.0
2+
3+
### features
4+
- Add session delay info during registration of Bpod session
5+
- Add detailed criteria info to behaviour plots
6+
- Add column filtering, sorting and color-coding of values to metrics table of
7+
task_qc_viewer
8+
9+
### Bugfixes
10+
- Read in updated json keys from task settings to establish ready4recording
11+
- Handle extraction of sessions with dud spacers
12+
113
## Release Note 3.1.0
214

315
### features

0 commit comments

Comments
 (0)