2022.05
[2022.05] - 2022-05-13
Bugfixes and features additions for EventData
objects.
NEW
- Added support for flexible columns in
EventData
(thanks to @KatharineShapcott)
CHANGED
- Include specific example how to create an "all-to-all"
trialdefinition
array
by invokingdefinetrial
without arguments in the function's docstring. - Modified versioning scheme: use a date-based scheme instead of increasing
version numbers - Aligned padding API to FieldTrip in both
freqanalysis
andconnectivityanalysis
:
usepad
instead ofpad_to_length
with three supported modes ('maxperlen',
float, 'nextpow2').
DEPRECATED
- Removed support for calling
freqanalysis
with atoi
array as well as an
input dataset that has an active in-place time-selection attached
FIXED
- Improved legibility of
spy.__version__
for non-release installations - Correctly process equidistant
toi
arrays with large spacing infreqanalysis
- Corrected
trialtime
forDiscreteData
objects (thanks to @KatharineShapcott)