Introduced a new method autoreject.AutoReject.save()
and function autoreject.read_auto_reject()
for IO of autoreject objects, by Mainak Jas in #120
Make MEG interpolation faster by precomputing dot products for the interpolation, by Mainak Jas in #122
Add default option for param_range in autoreject.validation_curve()
, by Alex Gramfort
in #129
Fixed bug in picking bad channels during interpolation. This bug only affects users who got an assertion
error when running autoreject.Autoreject
. Fixed by Mainak Jas in #115
Added check for channel locations so that autoreject does not hang when the channel positions are nan. Fixed by Mainak Jas in #130
Fixed bug in random seed for the Ransac algorithm when n_jobs > 1, by Legrand Nico and Mainak Jas in #138
Added ch_types argument to autoreject.get_rejection_threshold()
to find
rejection thresholds for only subset of channel types in the data, by Mainak Jas in #140