Skip to content

Commit e89f12d

Browse files
committed
release notes and version number
1 parent 4dba233 commit e89f12d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

ibllib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import logging
33
import warnings
44

5-
__version__ = '2.39.rc2'
5+
__version__ = '2.39.0'
66
warnings.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

release_notes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
## Release Note 2.38.0
214

315
### features

0 commit comments

Comments
 (0)