Skip to content

Latest commit

 

History

History
239 lines (140 loc) · 10.5 KB

v0.9.rst

File metadata and controls

239 lines (140 loc) · 10.5 KB

Version 0.9 (2015-05-22)

Changelog

BUG

  • Fix energy conservation for STFT with tight frames by `Daniel Strohmeier`_
  • Fix incorrect data matrix when tfr was plotted with parameters tmin, tmax, fmin and fmax by `Mainak Jas`_
  • Fix channel names in topomaps by `Alex Gramfort`_
  • Fix mapping of l_trans_bandwidth (to low frequency) and h_trans_bandwidth (to high frequency) in _BaseRaw.filter by `Denis Engemann`_
  • Fix scaling source spaces when distances have to be recomputed by `Christian Brodbeck`_
  • Fix repeated samples in client to FieldTrip buffer by `Mainak Jas`_ and `Federico Raimondo`_
  • Fix highpass and lowpass units read from Brainvision vhdr files by `Alex Gramfort`_
  • Add missing attributes for BrainVision and KIT systems needed for resample by `Teon Brooks`_
  • Fix file extensions of SSP projection files written by mne commands (from _proj.fif to -prof.fif) by `Alex Gramfort`_
  • Generating EEG layouts no longer requires digitization points by `Marijn van Vliet`_
  • Add missing attributes to BTI, KIT, and BrainVision by `Eric Larson`_
  • The API change to the edf, brainvision, and egi break backwards compatibility for when importing eeg data by `Teon Brooks`_
  • Fix bug in mne.viz.plot_topo if ylim was passed for single sensor layouts by `Denis Engemann`_
  • Average reference projections will no longer by automatically added after applying a custom EEG reference by `Marijn van Vliet`_
  • Fix picks argument to filter in n dimensions (affects FilterEstimator), and highpass filter in FilterEstimator by `Mainak Jas`_
  • Fix beamformer code LCMV/DICS for CTF data with reference channels by `Denis Engemann`_ and `Alex Gramfort`_
  • Fix scalings for bad EEG channels in mne.viz.plot_topo by `Marijn van Vliet`_
  • Fix EGI reading when no events are present by `Federico Raimondo`_
  • Add functionality to determine plot limits automatically or by data percentiles by `Mark Wronkiewicz`_
  • Fix bug in mne.io.edf where the channel offsets were omitted in the voltage calculations by `Teon Brooks`_
  • Decouple section ordering in command-line from python interface for mne-report by `Mainak Jas`_
  • Fix bug with ICA resetting by `Denis Engemann`_

API

  • apply_inverse functions have a new boolean parameter prepared which saves computation time by calling prepare_inverse_operator only if it is False
  • find_events and read_events functions have a new parameter mask to set some bits to a don't care state by `Teon Brooks`_
  • New channels module including layouts, electrode montages, and neighbor definitions of sensors which deprecates mne.layouts by `Denis Engemann`_
  • read_raw_brainvision, read_raw_edf, read_raw_egi all use a standard montage import by `Teon Brooks`_
  • Fix missing calibration factors for mne.io.egi.read_raw_egi by `Denis Engemann`_ and `Federico Raimondo`_
  • Allow multiple filename patterns as a list (e.g., *raw.fif and *-eve.fif) to be parsed by mne report in Report.parse_folder() by `Mainak Jas`_
  • read_hsp, read_elp, and write_hsp, write_mrk were removed and made private by `Teon Brooks`_
  • When computing the noise covariance or MNE inverse solutions, the rank is estimated empirically using more sensitive thresholds, which stabilizes results by `Denis Engemann`_ and `Eric Larson`_ and `Alex Gramfort`_
  • Raw FIFF files can be preloaded after class instantiation using raw.preload_data()
  • Add label parameter to apply_inverse by `Teon Brooks`_
  • Deprecated label_time_courses for in_label method in SourceEstimate by `Teon Brooks`_
  • Deprecated as_data_frame for to_data_frame by `Chris Holdgraf`_
  • Add transform, unit parameters to read_montage by `Teon Brooks`_
  • Deprecated fmin, fmid, fmax in stc.plot and added clim by `Mark Wronkiewicz`_
  • Use scipy.signal.welch instead of matplotlib.psd inside compute_raw_psd and compute_epochs_psd by `Yousra Bekhti`_ `Eric Larson`_ and `Denis Engemann`_. As a consequence, Raw.plot_raw_psds has been deprecated.
  • Raw instances returned by mne.forward.apply_forward_raw now always have times starting from zero to be consistent with all other Raw instances. To get the former start and stop times, use raw.first_samp / raw.info['sfreq'] and raw.last_samp / raw.info['sfreq'].
  • pick_types_evoked has been deprecated in favor of evoked.pick_types.
  • Deprecated changing the sensor type of channels in rename_channels by `Teon Brooks`_
  • CUDA is no longer initialized at module import, but only when first used.
  • add_figs_to_section and add_images_to_section now have a textbox parameter to add comments to the image by `Teon Brooks`_
  • Deprecated iir_filter_raw for fit_iir_model_raw.
  • Add montage parameter to the create_info function to create the info using montages by `Teon Brooks`_

Authors

The committer list for this release is the following (preceded by number of commits):

  • 515 Eric Larson
  • 343 Denis A. Engemann
  • 304 Alexandre Gramfort
  • 300 Teon Brooks
  • 142 Mainak Jas
  • 119 Jean-Rémi King
  • 77 Alan Leggitt
  • 75 Marijn van Vliet
  • 63 Chris Holdgraf
  • 57 Yousra Bekhti
  • 49 Mark Wronkiewicz
  • 44 Christian Brodbeck
  • 30 Jona Sassenhagen
  • 29 Hari Bharadwaj
  • 27 Clément Moutard
  • 24 Ingoo Lee
  • 18 Marmaduke Woodman
  • 16 Martin Luessi
  • 10 Jaakko Leppakangas
  • 9 Andrew Dykstra
  • 9 Daniel Strohmeier
  • 7 kjs
  • 6 Dan G. Wakeman
  • 5 Federico Raimondo
  • 3 Basile Pinsard
  • 3 Christoph Dinh
  • 3 Hafeza Anevar
  • 2 Martin Billinger
  • 2 Roan LaPlante
  • 1 Manoj Kumar
  • 1 Matt Tucker
  • 1 Romain Trachel
  • 1 mads jensen
  • 1 sviter