Skip to content

Commit

Permalink
Version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
juhuntenburg committed Jun 30, 2022
1 parent 0c5a87c commit be1e43f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ibllib/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.12.2"
__version__ = "2.13.0"
import warnings

from ibllib.misc import logger_config
Expand Down
6 changes: 5 additions & 1 deletion release_notes.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
## Release Notes 2.13
## Release Notes 2.13.0 PRERELEASE
## Release Notes 2.13.0 2022-06-30
- Deprecated ibllib.version
- Fix Globus patcher
- Add SpikeSorting Loader samples2times function
- Fix atlas.BrainCoordinate.xyz2i functions to not quietly wrap indices out of volume bounds.
- Set jobs to Held if parent jobs are Started or Abandoned as well
- Reverse matplotlib colorbars in density displays

## Release Notes 2.12
## Release Notes 2.12.2 2022-05-27
Expand Down

0 comments on commit be1e43f

Please sign in to comment.