From 184a5409497fa5e3b9b463c849fbe6e5e8b0186b Mon Sep 17 00:00:00 2001 From: Gaelle Date: Wed, 28 Jun 2023 19:28:15 +0200 Subject: [PATCH 1/2] comma --- ibllib/qc/critical_reasons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibllib/qc/critical_reasons.py b/ibllib/qc/critical_reasons.py index 9dbf7f789..378db9571 100644 --- a/ibllib/qc/critical_reasons.py +++ b/ibllib/qc/critical_reasons.py @@ -344,7 +344,7 @@ class CriticalInsertionNote(CriticalNote): 'Noise and artifact', 'Drift', 'Poor neural yield', - 'Brain Damage' + 'Brain Damage', 'Other' ] From a5facc968aeaa069aeed324020f4518665e51eff Mon Sep 17 00:00:00 2001 From: olivier Date: Fri, 25 Aug 2023 15:22:17 +0100 Subject: [PATCH 2/2] release 2.25.0 --- ibllib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ibllib/__init__.py b/ibllib/__init__.py index c5a8c4227..3a1a43a09 100644 --- a/ibllib/__init__.py +++ b/ibllib/__init__.py @@ -2,7 +2,7 @@ import logging import warnings -__version__ = '2.24.0' +__version__ = '2.25.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