From f8d7c6a3a7398a3dcc8b9a9e10d3deef3ed051d2 Mon Sep 17 00:00:00 2001 From: Mayo Faulkner Date: Wed, 18 Dec 2024 10:14:25 +0000 Subject: [PATCH 1/3] release notes and version number --- ibllib/__init__.py | 2 +- release_notes.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) 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..2292f42fe 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,12 @@ +## Release Note 3.2.0 + +### features +- Add session delay info during registration of Bpod session +- Add detailed criteria info to behaviour plots + +### Bugfixes +- Read in updated json keys from task settings to establish ready4recording + ## Release Note 3.1.0 ### features From 9a0dd190e8dd8a61f2693ac5d536fa44601b4e84 Mon Sep 17 00:00:00 2001 From: Florian Rau Date: Wed, 18 Dec 2024 10:18:47 +0000 Subject: [PATCH 2/3] Update release_notes.md --- release_notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release_notes.md b/release_notes.md index 2292f42fe..2a63db6ec 100644 --- a/release_notes.md +++ b/release_notes.md @@ -3,6 +3,8 @@ ### 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 From 549265e18b18f663726687dc07a66957a887cc36 Mon Sep 17 00:00:00 2001 From: Miles Wells Date: Wed, 18 Dec 2024 12:22:27 +0200 Subject: [PATCH 3/3] Update release notes --- release_notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/release_notes.md b/release_notes.md index 2a63db6ec..a89c2b60d 100644 --- a/release_notes.md +++ b/release_notes.md @@ -3,11 +3,12 @@ ### 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 +- 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