Skip to content

Commit

Permalink
Merge branch 'release/3.2.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Dec 18, 2024
2 parents 42c5b0b + 549265e commit 7295c07
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import warnings

__version__ = '3.1.0'
__version__ = '3.2.0'
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')

# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev
Expand Down
12 changes: 12 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Release Note 3.2.0

### features
- Add session delay info during registration of Bpod session
- Add detailed criteria info to behaviour plots
- Add column filtering, sorting and color-coding of values to metrics table of
task_qc_viewer

### Bugfixes
- Read in updated json keys from task settings to establish ready4recording
- Handle extraction of sessions with dud spacers

## Release Note 3.1.0

### features
Expand Down

0 comments on commit 7295c07

Please sign in to comment.