[med-svn] [python-mne] 01/03: Imported Upstream version 0.8.1

Alexandre Gramfort agramfort-guest at moszumanska.debian.org
Fri Aug 1 22:25:17 UTC 2014


This is an automated email from the git hooks/post-receive script.

agramfort-guest pushed a commit to branch master
in repository python-mne.

commit 04dcb1b4e4b3e415089f3e7407fbabd49a2a88ca
Author: Alexandre Gramfort <alexandre.gramfort at m4x.org>
Date:   Thu Jul 31 23:53:38 2014 -0400

    Imported Upstream version 0.8.1
---
 LICENSE.txt              |  2 +-
 doc/source/index.rst     | 12 ---------
 doc/source/whats_new.rst | 69 +++++++++++++++++++++++-------------------------
 mne/__init__.py          |  2 +-
 mne/viz/raw.py           |  2 +-
 5 files changed, 36 insertions(+), 51 deletions(-)

diff --git a/LICENSE.txt b/LICENSE.txt
index a63dc6a..32a7bc5 100644
--- a/LICENSE.txt
+++ b/LICENSE.txt
@@ -1,4 +1,4 @@
-Copyright © 2011, authors of MNE-Python
+Copyright © 2011-2014, authors of MNE-Python
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 9a90d84..47a9194 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -1,15 +1,3 @@
-==========================
-Google Summer of Code 2014
-==========================
-
-For the Google Summer of Code 2014 (GSOC) we are looking for two ambitious
-students with strong Python skills and a background and / or interest in brain
-imaging research. If you feel addressed or happen to know someone who might be
-interested please get in touch with us or forward this message to her / him.
-Here are our our `GSOC projects <http://goo.gl/4KkmRC>`_.
-`Registration <http://goo.gl/KMPQRf>`_ opens on March 10, 2014, 7 p.m. UTC.
-
-
 ========
 MNE Home
 ========
diff --git a/doc/source/whats_new.rst b/doc/source/whats_new.rst
index b3ce6ad..0f31d17 100644
--- a/doc/source/whats_new.rst
+++ b/doc/source/whats_new.rst
@@ -147,11 +147,9 @@ API
 
    - The default of the new add_dist option of `setup_source_space` to add patch information will change from False to True in MNE-Python 0.9
 
-   - Deprecate `read_evoked` and `write_evoked` in favor of `read_evokeds` and `write_evokeds`.
-read_evokeds will return all Evoked instances in a file by default.
+   - Deprecate `read_evoked` and `write_evoked` in favor of `read_evokeds` and `write_evokeds`. read_evokeds will return all Evoked instances in a file by default.
 
-   - Deprecate `setno` in favor of `condition` in the initialization of an Evoked instance. This
-affects 'mne.fiff.Evoked' and 'read_evokeds', but not 'read_evoked'.
+   - Deprecate `setno` in favor of `condition` in the initialization of an Evoked instance. This affects 'mne.fiff.Evoked' and 'read_evokeds', but not 'read_evoked'.
 
    - Deprecate `mne.fiff` module, use `mne.io` instead e.g. `mne.io.Raw` instead of `mne.fiff.Raw`.
 
@@ -166,38 +164,37 @@ affects 'mne.fiff.Evoked' and 'read_evokeds', but not 'read_evoked'.
 Authors
 ~~~~~~~~~
 
-The committer list for this release is the following (preceded by number
-of commits):
-
-   418  Denis A. Engemann
-   284  Alexandre Gramfort
-   242  Eric Larson
-   155  Christian Brodbeck
-   144  Mainak Jas
-    49  Martin Billinger
-    49  Andrew Dykstra
-    44  Tal Linzen
-    37  Dan G. Wakeman
-    36  Martin Luessi
-    26  Teon Brooks
-    20  Cathy Nangini
-    15  Hari Bharadwaj
-    15  Roman Goj
-    10  Ross Maddox
-     9  Marmaduke Woodman
-     8  Praveen Sripad
-     8  Tanay
-     8  Roan LaPlante
-     5  Saket Choudhary
-     4  Nick Ward
-     4  Mads Jensen
-     3  Olaf Hauk
-     3  Brad Buran
-     2  Daniel Strohmeier
-     2  Federico Raimondo
-     2  Alan Leggitt
-     1  Jean-Remi King
-     1  Matti Hamalainen
+The committer list for this release is the following (preceded by number of commits):
+
+   * 418  Denis A. Engemann
+   * 284  Alexandre Gramfort
+   * 242  Eric Larson
+   * 155  Christian Brodbeck
+   * 144  Mainak Jas
+   * 49  Martin Billinger
+   * 49  Andrew Dykstra
+   * 44  Tal Linzen
+   * 37  Dan G. Wakeman
+   * 36  Martin Luessi
+   * 26  Teon Brooks
+   * 20  Cathy Nangini
+   * 15  Hari Bharadwaj
+   * 15  Roman Goj
+   * 10  Ross Maddox
+   * 9  Marmaduke Woodman
+   * 8  Praveen Sripad
+   * 8  Tanay
+   * 8  Roan LaPlante
+   * 5  Saket Choudhary
+   * 4  Nick Ward
+   * 4  Mads Jensen
+   * 3  Olaf Hauk
+   * 3  Brad Buran
+   * 2  Daniel Strohmeier
+   * 2  Federico Raimondo
+   * 2  Alan Leggitt
+   * 1  Jean-Remi King
+   * 1  Matti Hamalainen
 
 
 .. _changes_0_7:
diff --git a/mne/__init__.py b/mne/__init__.py
index 6196bfd..fe842fa 100644
--- a/mne/__init__.py
+++ b/mne/__init__.py
@@ -1,7 +1,7 @@
 """MNE for MEG and EEG data analysis
 """
 
-__version__ = '0.8'
+__version__ = '0.8.1'
 
 # have to import verbose first since it's needed by many things
 from .utils import (set_log_level, set_log_file, verbose, set_config,
diff --git a/mne/viz/raw.py b/mne/viz/raw.py
index aed53da..b9ad6b7 100644
--- a/mne/viz/raw.py
+++ b/mne/viz/raw.py
@@ -365,7 +365,7 @@ def plot_raw(raw, events=None, duration=10.0, start=0.0, n_channels=None,
     for t in ['grad', 'mag']:
         inds += [pick_types(info, meg=t, ref_meg=False, exclude=[])]
         types += [t] * len(inds[-1])
-    pick_kwargs = dict(meg=False, exclude=[])
+    pick_kwargs = dict(meg=False, ref_meg=False, exclude=[])
     for t in ['eeg', 'eog', 'ecg', 'emg', 'ref_meg', 'stim', 'resp',
               'misc', 'chpi', 'syst', 'ias', 'exci']:
         pick_kwargs[t] = True

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/python-mne.git



More information about the debian-med-commit mailing list