Version 1.10.0.dev26+g4f53a3732 (development) (2025-01-20)#
Bugfixes#
Fixed behavior of
mne.viz.plot_source_estimates()
where thetitle
was not displayed properly, by new contributor Shristi Baral. (#12828)Fix epoch indexing in
mne.time_frequency.EpochsTFRArray
when initialising the class with the defaultdrop_log
parameter, by Thomas Binns. (#13028)Fix loading and saving of
EpochsSpectrum
objects that contain slash-separators in their condition names, by Daniel McCloy. (#13042)Fix input boxes for the max value not showing when plotting fieldlines with
plot_evoked_field()
whenshow_density=False
, by Marijn van Vliet. (#13048)Fix bug with saving of anonymized data when helium info is present in measurement info, by Eric Larson. (#13056)
Fix computation of time intervals in
mne.preprocessing.compute_fine_calibration()
by Eric Larson. (#13062)Fix bug in the colorbars created by
mne.viz.plot_evoked_topomap()
by Santeri Ruuskanen. (#13063)Fix bug where taper weights were not correctly applied when computing multitaper power with
mne.Epochs.compute_tfr()
andmne.time_frequency.tfr_array_multitaper()
, by Thomas Binns. (#13067)Fix bug cause by unnecessary assertion when loading mixed frequency EDFs without preloading
mne.io.read_raw_edf()
by Simon Kern. (#13069)
New features#
Added the option to return taper weights from
mne.time_frequency.tfr_array_multitaper()
, and taper weights are now stored in themne.time_frequency.BaseTFR
objects, by Thomas Binns. (#12910)Add
fig.mne
container forColorbar
inplot_connectivity_circle
to allow users to access it directly, by Santeri Ruuskanen. (#13019)Add PCA-OBS preprocessing for the removal of heart-artefacts from EEG or ESG datasets via
mne.preprocessing.apply_pca_obs()
, by new contributor Emma Bailey and new contributor Steinn Hauser Magnusson. (#13037)Added
mne.time_frequency.combine_tfr()
to allow combining TFRs across tapers, by Thomas Binns. (#13054)Add the function
mne.time_frequency.combine_spectrum()
for combining data acrossmne.time_frequency.Spectrum
objects, and allowmne.grand_average()
to operate onmne.time_frequency.Spectrum
objects, by Thomas Binns. (#13058)