From 8ad2ebb5109cd0e4735281040aee7c9803af63d0 Mon Sep 17 00:00:00 2001 From: Miles Wells Date: Thu, 18 Jan 2024 17:52:12 +0200 Subject: [PATCH] Update release notes --- ibllib/__init__.py | 2 +- release_notes.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ibllib/__init__.py b/ibllib/__init__.py index 2cbd2f779..770ead37d 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -2,7 +2,7 @@ import logging import warnings -__version__ = '2.28' +__version__ = '2.28.1' 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 2114de337..9320ad36c 100644 --- a/release_notes.md +++ b/release_notes.md @@ -9,6 +9,10 @@ ### other - Change behavior qc to pass if number of trials > 400 (from start) can be found for which easy trial performance > 0.9 +#### 2.28.1 +- Typo in ibllib.pipes.video_tasks.EphysPostDLC class +- ibllib.io.raw_data_loaders.patch_settings works with iblrigv8 settings files + ## Release Notes 2.27 ### features