diff --git a/ibllib/__init__.py b/ibllib/__init__.py index 3525165e1..c1857164d 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -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 diff --git a/release_notes.md b/release_notes.md index e2eb6ce78..a89c2b60d 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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