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.
2 parents 98f7972 + f82cf5d commit 483c0c5Copy full SHA for 483c0c5
ibllib/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "2.12.2"
+__version__ = "2.13.0"
2
import warnings
3
4
from ibllib.misc import logger_config
release_notes.md
@@ -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
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
9
10
## Release Notes 2.12
11
## Release Notes 2.12.2 2022-05-27
0 commit comments