File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 22import logging
33import warnings
44
5- __version__ = '2.37 .0'
5+ __version__ = '2.38 .0'
66warnings .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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments