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 d85435f commit 236ae29Copy full SHA for 236ae29
ibllib/__init__.py
@@ -1,5 +1,5 @@
1
"""Library implementing the International Brain Laboratory data pipeline."""
2
-__version__ = "2.15.3"
+__version__ = "2.16.0"
3
import warnings
4
5
from iblutil.util import get_logger
release_notes.md
@@ -1,6 +1,11 @@
-## Develop features
+## Release 2.16
+### Release Notes 2.16.0 2022-09-27
+### features
- swanson flatmap: the algorithm to propagate down the hierarchy has been refined
6
+### bugfixes
7
+- set exists flag to false for all data repos when registering datasets with tasks
8
+
9
## Release Notes 2.15
10
### Release Notes 2.15.3 - 2022-09-26
11
- SessionLoader error handling and bug fix
0 commit comments