Skip to content

Commit 236ae29

Browse files
committed
release notes and version
1 parent d85435f commit 236ae29

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ibllib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Library implementing the International Brain Laboratory data pipeline."""
2-
__version__ = "2.15.3"
2+
__version__ = "2.16.0"
33
import warnings
44

55
from iblutil.util import get_logger

release_notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
## Develop features
1+
## Release 2.16
2+
### Release Notes 2.16.0 2022-09-27
3+
### features
24
- swanson flatmap: the algorithm to propagate down the hierarchy has been refined
35

6+
### bugfixes
7+
- set exists flag to false for all data repos when registering datasets with tasks
8+
49
## Release Notes 2.15
510
### Release Notes 2.15.3 - 2022-09-26
611
- SessionLoader error handling and bug fix

0 commit comments

Comments
 (0)