Version 0.7 (2013-11-26)#
Changelog#
Add capability for real-time feedback via trigger codes using StimServer and StimClient classes by Mainak Jas
New decoding module for MEG analysis containing sklearn compatible transformers by Mainak Jas and Alex Gramfort
New realtime module containing RtEpochs, RtClient and MockRtClient class by Martin Luessi, Christopher Dinh, Alex Gramfort, Denis Engemann and Mainak Jas
Allow picking normal orientation in LCMV beamformers by Roman Goj, Alex Gramfort, Denis Engemann and Martin Luessi
Add printing summary to terminal for measurement info by Denis Engemann
Add read and write info attribute ICA objects by Denis Engemann
Decoding with Common Spatial Patterns (CSP) by Romain Trachel and Alex Gramfort
Add ICA
plot_topomap
function and method for displaying the spatial sensitivity of ICA sources by Denis EngemannPlotting multiple brain views at once by Eric Larson
Reading head positions from raw FIFF files by Eric Larson
Add decimation parameter to ICA.decompose* methods by Denis Engemann and Alex Gramfort
Add rejection buffer to ICA.decompose* methods by Denis Engemann and Alex Gramfort
Improve ICA computation speed and memory usage by Denis Engemann and Alex Gramfort
Add polygonal surface decimation function to preprocess head surfaces for coregistration by Denis Engemann and Alex Gramfort
DICS time-frequency beamforming for epochs, evoked and for estimating source power by Roman Goj, Alex Gramfort and Denis Engemann
Add method for computing cross-spectral density (CSD) from epochs and class for storing CSD data by Roman Goj, Alex Gramfort and Denis Engemann
Add trellis plot function and method for visualizing single epochs by Denis Engemann
Add fiducials read/write support by Christian Brodbeck and Alex Gramfort
Add select / drop bad channels in
plot_raw
on click by Denis EngemannAdd
ico
andoct
source space creation in native Python by Eric LarsonAdd interactive rejection of bad trials in
plot_epochs
by Denis EngemannAdd morph map calculation by Eric Larson and Martin Luessi
Add volume and discrete source space creation and I/O support by Eric Larson
Time-frequency beamforming to obtain spectrograms in source space using LCMV and DICS by Roman Goj, Alex Gramfort and Denis Engemann
Compute epochs power spectral density function by Denis Engemann
Plot raw power spectral density by Eric Larson
Computing of distances along the cortical surface by Eric Larson
Add reading BEM solutions by Eric Larson
Add forward solution calculation in native Python by Eric Larson
Add (Neuro)debian license compatibility by Eric Larson
Automatic QRS threshold selection for ECG events by Eric Larson
Add Travis continuous integration service by Denis Engemann
Add SPM face data set by Denis Engemann Martin Luessi and Alex Gramfort
Support reading of EDF+,BDF data by Teon Brooks
Tools for scaling MRIs (mne.scale_mri) by Christian Brodbeck
GUI for head-MRI coregistration (mne.gui.coregistration) by Christian Brodbeck
GUI for ki2fiff conversion (mne.gui.kit2fiff) by Christian Brodbeck
Support reading of EEG BrainVision data by Teon Brooks
Improve CTF compensation handling by Martin Luessi and Eric Larson
Improve and extend automated layout guessing by Denis Engemann
Add Continuum Analytics Anaconda support by Denis Engemann
Add
subtract evoked
option to beamformers by Andrew DykstraAdd new
transform
method to SourceEstimate(s) by Andrew Dykstra
API#
The pick_normal parameter for minimum norm solvers has been renamed as
pick_ori
and normal orientation picking is now achieved by passing the value “normal” for thepick_ori
parameter.ICA objects now expose the measurement info of the object fitted.
Average EEG reference is now added by default to Raw instances.
Removed deprecated read/write_stc/w, use SourceEstimate methods instead
The
chs
argument inmne.layouts.find_layout
is deprecated and will be removed in MNE-Python 0.9. Useinfo
instead.plot_evoked
andEpochs.plot
now open a new figure by default. To plot on an existing figure please specify theaxes
parameter.