Skip to content

Commit 91ba20d

Browse files
committed
Update changelog and version
1 parent bf35e28 commit 91ba20d

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-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.37.0'
5+
__version__ = '2.38.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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## Release Note 2.38.0
2+
3+
### features
4+
- Support running large pipeline jobs within multiple python environments
5+
- Extraction and QC of of task pause periods
6+
- Register animated GIF snapshots and tiff images
7+
- Load waveforms low level changes in spike sorting loader
8+
- Loading of additional channel object attributes (qc labels) in spike sorting loader
9+
- Stimulus times now extracted in a more robust manner
10+
11+
### bugfixes
12+
- Fix in training plots when no trials in block
13+
114
## Release Note 2.37.0
215

316
### features

0 commit comments

Comments
 (0)