Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
k1o0 committed Jul 8, 2024
1 parent bf35e28 commit 91ba20d
Show file tree
Hide file tree
Showing 2 changed files with 14 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.37.0'
__version__ = '2.38.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
13 changes: 13 additions & 0 deletions release_notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Release Note 2.38.0

### features
- Support running large pipeline jobs within multiple python environments
- Extraction and QC of of task pause periods
- Register animated GIF snapshots and tiff images
- Load waveforms low level changes in spike sorting loader
- Loading of additional channel object attributes (qc labels) in spike sorting loader
- Stimulus times now extracted in a more robust manner

### bugfixes
- Fix in training plots when no trials in block

## Release Note 2.37.0

### features
Expand Down

0 comments on commit 91ba20d

Please sign in to comment.