We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cb696 commit 4b6ee1fCopy full SHA for 4b6ee1f
ibllib/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.12.0"
+__version__ = "2.12.1"
2
import warnings
3
4
from ibllib.misc import logger_config
release_notes.md
@@ -1,6 +1,9 @@
## Release Notes 2.12
-### develop
-- ibllib.pipes.training_status: pipeline to compute training status of mice on local servers, new TrainingStatus task
+
+## Release Notes 2.12.1 2022-05-26
+- ibllib.pipes.training_status: pipeline to compute training status of mice on local servers, new TrainingStatus task (Mayo)
5
+- Fix swanson regions (Olivier)
6
+- Swanson to Beryl mapping
7
8
### Release Notes 2.12.0 2022-05-10
9
- ibllib.atlas: add the Swanson flatmap backend (Olivier)
0 commit comments