Version 1.9.0.dev20+g013d6c9f6 (development) (2024-09-05)#
Dependencies#
Bugfixes#
Fix handling of MRI file-path in
mne.SourceSpaces
and safeguard saving ofpathlib.Path
withh5io
by casting tostr
, by Mathieu Scheltienne. (#12803)Cast
fwd["info"]
toInfo
andfwd["src"]
toSourceSpaces
when loading a forward solution from an HDF5 file, by Mathieu Scheltienne. (#12804)
New features#
Add reader for ANT Neuro files in the
*.cnt
format withread_raw_ant()
, by Mathieu Scheltienne and Eric Larson. (#12792)Add support for a
mne.transforms.Transform
in the argumenttrans
of the coregistration GUI called withmne.gui.coregistration()
, by Mathieu Scheltienne. (#12801)
Added support for
sensor_scales
tomne.viz.Brain.add_sensors()
andmne.viz.plot_alignment()
, by new contributor Alex Lepauvre. (#12805)Raw()
andsave()
now return the path to the saved file(s), by Victor Ferat. (#12811)