Skip to content

Commit 483c0c5

Browse files
committed
Merge branch 'master' into develop
2 parents 98f7972 + f82cf5d commit 483c0c5

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ibllib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "2.12.2"
1+
__version__ = "2.13.0"
22
import warnings
33

44
from ibllib.misc import logger_config

release_notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
## Release Notes 2.13
2-
## Release Notes 2.13.0 PRERELEASE
2+
## Release Notes 2.13.0 2022-06-30
33
- Deprecated ibllib.version
44
- Fix Globus patcher
5+
- Add SpikeSorting Loader samples2times function
6+
- Fix atlas.BrainCoordinate.xyz2i functions to not quietly wrap indices out of volume bounds.
7+
- Set jobs to Held if parent jobs are Started or Abandoned as well
8+
- Reverse matplotlib colorbars in density displays
59

610
## Release Notes 2.12
711
## Release Notes 2.12.2 2022-05-27

0 commit comments

Comments
 (0)