Skip to content

Commit

Permalink
release notes and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
oliche committed Oct 9, 2024
1 parent 4dba233 commit e89f12d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ibllib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
import warnings

__version__ = '2.39.rc2'
__version__ = '2.39.0'
warnings.filterwarnings('always', category=DeprecationWarning, module='ibllib')

# if this becomes a full-blown library we should let the logging configuration to the discretion of the dev
Expand Down
12 changes: 12 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Release Note 2.39.0

### features
- register inputs without rename in registerSnapshots
- iterate only plane folders in Suite2P
- removed old pipeline

### bugfixes
- NeuromodulatorCW is a subclass of Advanced CW regarding debiasing
- Behaviour QC: StimFreeze QC due to indexing errors, ITI duration and negative feedback delay for nogo trials
- Camera QC fixes

## Release Note 2.38.0

### features
Expand Down

0 comments on commit e89f12d

Please sign in to comment.