Skip to content

Commit

Permalink
Merge branch 'release/2.16' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mayofaulkner committed Sep 27, 2022
2 parents d85435f + 236ae29 commit e04a13f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibllib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Library implementing the International Brain Laboratory data pipeline."""
__version__ = "2.15.3"
__version__ = "2.16.0"
import warnings

from iblutil.util import get_logger
Expand Down
7 changes: 6 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
@@ -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

### bugfixes
- set exists flag to false for all data repos when registering datasets with tasks

## Release Notes 2.15
### Release Notes 2.15.3 - 2022-09-26
- SessionLoader error handling and bug fix
Expand Down

0 comments on commit e04a13f

Please sign in to comment.