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 f321c0a + 59fd19d commit a14029fCopy full SHA for a14029f
ibllib/__init__.py
@@ -2,7 +2,7 @@
2
import logging
3
import warnings
4
5
-__version__ = '2.33.0'
+__version__ = '2.34.0'
6
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')
7
8
# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev
release_notes.md
@@ -1,3 +1,13 @@
1
+## Release Note 2.34.0
+
+## features
+- Task assert_expected_input now take into account revisions
+- Camera qc and video motion now take into account dynamic pipeline folder
+## bugfixes
+- Typo in raw_ephys_data documentation
9
+- oneibl.register_datasets accounts for non existing sessions when checking protected dsets
10
11
## Release Note 2.33.0
12
13
## features
0 commit comments