File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 22import logging
33import warnings
44
5- __version__ = '2.32.5 '
5+ __version__ = '2.33.0 '
66warnings .filterwarnings ('always' , category = DeprecationWarning , module = 'ibllib' )
77
88# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev
Original file line number Diff line number Diff line change 1+ ## Release Note 2.33.0
2+
3+ ## features
4+ - Datasets no longer registered by default if protected, need to force registration
5+ - Tasks now allows datasets to be registered before qc computation
6+ - Histology channel upload now reads in channel map from data when available
7+
8+ ## bugfixes
9+ - PostDLC tasks looks in alf folder for lick datasets
10+
111## Release Notes 2.32
212
313## features
You can’t perform that action at this time.
0 commit comments