Version 0.5 (2012-12-27)#
Changelog#
Multi-taper PSD estimation for single epochs in source space using minimum norm by Martin Luessi
Read and visualize .dip files obtained with xfit or mne_dipole_fit by Alex Gramfort
Make EEG layout by Eric Larson
Ability to specify SSP projectors when computing covariance from raw by Eric Larson
Read and write txt based event files (.eve or .txt) by Eric Larson
Pass qrs threshold to preprocessing functions by Eric Larson
Compute SSP projections from continuous raw data by Eric Larson
Support for applied SSP projections when loading Raw by Eric Larson and Alex Gramfort
Support for loading Raw stored in different fif files by Eric Larson
IO of many Evoked in a single fif file + compute Epochs.standard_error by Eric Larson and Alex Gramfort
ICA computation on Raw and Epochs with automatic component selection by Denis Engemann and Alex Gramfort
Saving ICA sources to fif files and creating ICA topography layouts by Denis Engemann
Save and restore ICA session to and from fif by Denis Engemann
Export raw, epochs and evoked data as data frame to the pandas library by Denis Engemann
Export raw, epochs and evoked data to the nitime library by Denis Engemann
Copy methods for raw and epochs objects by Denis Engemann, Martin Luessi and Alex Gramfort
New raw objects method to get the time at certain indices by Denis Engemann and Alex Gramfort
Plot method for evoked objects by Denis Engemann
Enhancement of cluster-level stats (speed and memory efficiency) by Eric Larson and Martin Luessi
Reading of source space distances by Eric Larson
Support for filling / smoothing labels and speedup of morphing by Eric Larson
Adding options for morphing by Eric Larson
Plotting functions for time frequency and epochs image topographies by Denis Engemann and Alex Gramfort
Plotting ERP/ERF images by Alex Gramfort
See detailed subplot when cliking on a channel inside a topography plot by Martin Luessi, Eric Larson and Denis Engemann
Misc channel type support plotting functions by Denis Engemann
Improved logging support by Eric Larson
Whitening of evoked data for plotting and quality checking by Alex Gramfort
Transparent I/O of gzipped fif files (as .fif.gz) by Eric Larson
Spectral connectivity estimation in sensor and source space by Martin Luessi
Read and write Epochs in FIF files by Alex Gramfort
Resampling of Raw, Epochs, and Evoked by Eric Larson
Creating epochs objects for different conditions and accessing conditions via user-defined name by Denis Engemann , Eric Larson, Alex Gramfort and Christian Brodbeck
Visualizing evoked responses from different conditions in one topography plot by Denis Engemann and Alex Gramfort
Support for L21 MxNE solver using coordinate descent using scikit-learn by Alex Gramfort and Daniel Strohmeier
Support IIR filters (butterworth, chebyshev, bessel, etc.) by Eric Larson
Read labels from FreeSurfer parcellation by Martin Luessi
Combining labels in source space by Christian Brodbeck
Read and write source spaces, surfaces and coordinate transforms to and from files by Christian Brodbeck
Downsample epochs by Christian Brodbeck and Eric Larson
New labels class for handling source estimates by Christian Brodbeck, Martin Luessi and Alex Gramfort
New plotting routines to easily display SourceEstimates using PySurfer by Alex Gramfort
Function to extract label time courses from SourceEstimate(s) by Martin Luessi
Function to visualize connectivity as circular graph by Martin Luessi and Alex Gramfort
Time-frequency Mixed Norm Estimates (TF-MxNE) by Alex Gramfort and Daniel Strohmeier
API#
Added nave parameter to source_induced_power() and source_band_induced_power(), use nave=1 by default (wrong nave was used before).
Use mne.layout.read_layout instead of mne.layout.Layout to read a layout file (.lout)
Use raw.time_as_index instead of time_to_index (still works but is deprecated).
The artifacts module (mne.artifacts) is now merged into mne.preprocessing
Epochs objects now also take dicts as values for the event_id argument. They now can represent multiple conditions.