Version 0.7 (2013-11-26)#

Changelog#

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 the pick_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 in mne.layouts.find_layout is deprecated and will be removed in MNE-Python 0.9. Use info instead.

  • plot_evoked and Epochs.plot now open a new figure by default. To plot on an existing figure please specify the axes parameter.

Authors#

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

  • 336 Denis A. Engemann

  • 202 Eric Larson

  • 193 Roman Goj

  • 138 Alexandre Gramfort

  • 99 Mainak Jas

  • 75 Christian Brodbeck

  • 60 Martin Luessi

  • 40 Teon Brooks

  • 29 Romain Trachel

  • 28 Andrew Dykstra

  • 12 Mark Wronkiewicz

  • 10 Christoph Dinh

  • 8 Alan Leggitt

  • 3 Yaroslav Halchenko

  • 3 Daniel Strohmeier

  • 2 Mads Jensen

  • 2 Praveen Sripad

  • 1 Luke Bloy

  • 1 Emanuele Olivetti

  • 1 Yousra BEKHTI