Today we released MNE-Python version 1.1.0! It is available now on PyPI and conda-forge. The standalone installers should be updated within a few hours.
There were 49 contributors to this release, including 23 new contributors: Adeline Fecker, Alessandro Tonin, Alex Ciok, Archit Singhal, Ashley Drew, Ben Beasley, Carina Forster, Frederik D. Weber, Hamid Maymandi, Ilias Machairas, Jordan Drew, Lukas Gemein, Matt Courtemanche, Matthias Dold, Matti Toivonen, Michiru Kaneda, Mingjian He, Naveen Srinivasan, Reza Nasri, Scott Huberty, Sondre Foslien, T. Wang, and Tziona NessAiver. Welcome and thanks!
Notable API changes:
-
When creating BEM surfaces via
mne.bem.make_watershed_bem
andmne.bem.make_flash_bem
, thecopy
parameter now defaults toTrue
. -
In
mne.bem.convert_flash_mris
theconvert
parameter is now deprecated and theflash5
andflash30
params now accept list of file names or nibabel images. -
The ordering of channels returned by
mne.io.read_raw_nirx
is now ordered by channel name, rather than the order provided by the manufacturer. -
New interpolation options ‘linear’ and ‘nearest’ (previously was always ‘cubic’) for many of our topomap functions, passed as the
image_interp
parameter. -
The various
.to_data_frame()
methods all now have defaulttime_format=None
(keep time in seconds) instead oftime_format='ms'
. -
mne.Evoked.decimate
is now consistent withmne.Epochs.decimate
in aligning to the sample at time=0 (so that the exact sample when the event occurred is preserved).
Please see the online changelog for full details: What’s new — MNE 1.1.0 documentation