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 2b34974 commit 7ac90a1Copy full SHA for 7ac90a1
ibllib/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.12.1"
+__version__ = "2.12.2"
2
import warnings
3
4
from ibllib.misc import logger_config
release_notes.md
@@ -1,4 +1,6 @@
## Release Notes 2.12
+## Release Noter 2.12.2 2022-05-27
+- Fixes to plotting in training_status
5
## Release Notes 2.12.1 2022-05-26
6
- ibllib.pipes.training_status: pipeline to compute training status of mice on local servers, new TrainingStatus task (Mayo)
0 commit comments