File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
import logging
3
3
import warnings
4
4
5
- __version__ = '3.1 .0'
5
+ __version__ = '3.2 .0'
6
6
warnings .filterwarnings ('always' , category = DeprecationWarning , module = 'ibllib' )
7
7
8
8
# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev
Original file line number Diff line number Diff line change
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
+
1
13
## Release Note 3.1.0
2
14
3
15
### features
You can’t perform that action at this time.
0 commit comments