File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
import logging
3
3
import warnings
4
4
5
- __version__ = '2.39.rc2 '
5
+ __version__ = '2.39.0 '
6
6
warnings .filterwarnings ('always' , category = DeprecationWarning , module = 'ibllib' )
7
7
8
8
# 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.39.0
2
+
3
+ ### features
4
+ - register inputs without rename in registerSnapshots
5
+ - iterate only plane folders in Suite2P
6
+ - removed old pipeline
7
+
8
+ ### bugfixes
9
+ - NeuromodulatorCW is a subclass of Advanced CW regarding debiasing
10
+ - Behaviour QC: StimFreeze QC due to indexing errors, ITI duration and negative feedback delay for nogo trials
11
+ - Camera QC fixes
12
+
1
13
## Release Note 2.38.0
2
14
3
15
### features
You can’t perform that action at this time.
0 commit comments