From ced2259847fb2663f460c762649e4317b67abb2a Mon Sep 17 00:00:00 2001 From: olivier Date: Wed, 12 Jun 2024 16:22:58 +0100 Subject: [PATCH] release 2.36.0 --- ibllib/__init__.py | 2 +- release_notes.md | 6 ++++++ requirements.txt | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ibllib/__init__.py b/ibllib/__init__.py index a8547479f..8f7a2aca5 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -2,7 +2,7 @@ import logging import warnings -__version__ = '2.35.3' +__version__ = '2.36.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 69e41573b..07e473596 100644 --- a/release_notes.md +++ b/release_notes.md @@ -1,3 +1,9 @@ +## Release Note 2.36.0 + +### features +- Adding spike sorting iblsort task + + ## Release Note 2.35.0 ### features diff --git a/requirements.txt b/requirements.txt index 27ad516d9..e8be00875 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,12 +21,12 @@ sparse seaborn>=0.9.0 tqdm>=4.32.1 # ibl libraries -iblatlas>=0.4.0 +iblatlas>=0.5.3 ibl-neuropixel>=1.0.1 -iblutil>=1.7.0 +iblutil>=1.9.0 mtscomp>=1.0.1 ONE-api~=2.7rc1 -phylib>=2.4 +phylib>=2.6.0 psychofit slidingRP>=1.1.1 # steinmetz lab refractory period metrics pyqt5