Skip to content

Commit

Permalink
update what's new and bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
agramfort committed Sep 27, 2016
1 parent a2b655f commit c7ac1a2
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Martin Luessi <[email protected]> martin <martin@think.(none)>
Matti Hamalainen <[email protected]> Matti Hamalainen <[email protected]>
Matti Hamalainen <[email protected]> mshamalainen <[email protected]>
Christian Brodbeck <[email protected]> christianmbrodbeck <[email protected]>
Christian Brodbeck <[email protected]> Christian Brodbeck <[email protected]>
Louis Thibault <[email protected]> = <[email protected]>
Louis Thibault <[email protected]> Louis Thibault <louist@ltpc.(none)>
Eric Larson <[email protected]> Eric Larson <[email protected]>
Expand Down Expand Up @@ -53,6 +54,8 @@ Jean-Remi King <[email protected]> kingjr <jeanremi.kibng+github@g
Jean-Remi King <[email protected]> UMR9752 <[email protected]>
Jean-Remi King <[email protected]> UMR9752 <umr9752@umr9752-desktop.(none)>
Jean-Remi King <[email protected]> kingjr <[email protected]>
Jean-Remi King <[email protected]> Jean-Rémi KING <[email protected]>
Jean-Remi King <[email protected]> kingjr <[email protected]>
Roan LaPlante <[email protected]> aestrivex <[email protected]>
Mark Wronkiewicz <[email protected]> wronk <[email protected]>
Basile Pinsard <[email protected]>
Expand All @@ -73,3 +76,9 @@ Daniel McCloy <[email protected]> drammock <[email protected]>
Fede Raimondo <[email protected]> Fede <[email protected]>
Emily Stephen <[email protected]> emilyps14 <[email protected]>
Marian Dovgialo <[email protected]>
Guillaume Dumas <[email protected]> deep-introspection <[email protected]>
Guillaume Dumas <[email protected]> Guillaume Dumas <[email protected]>
Félix Raimundo <[email protected]> Felix Raimundo <[email protected]>
Asish Panda <[email protected]> kaichogami <[email protected]>
Mikolaj Magnuski <[email protected]> mmagnuski <[email protected]>
Alexandre Barachant <[email protected]> alexandre barachant <[email protected]>
42 changes: 40 additions & 2 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ What's new
.. currentmodule:: mne

Current
-------
.. _changes_0_13:

Version 0.13
------------

Changelog
~~~~~~~~~
Expand Down Expand Up @@ -213,6 +215,42 @@ API

- :func:`mne.preprocessing.create_ecg_epochs` now includes all the channels when ``picks=None`` by `Jaakko Leppakangas`_

Authors
~~~~~~~

The committer list for this release is the following (sorted by alphabetical order):

* Alexander Rudiuk
* Alexandre Barachant
* Alexandre Gramfort
* Asish Panda
* Camilo Lamus
* Chris Holdgraf
* Christian Brodbeck
* Christopher J. Bailey
* Christopher Mullins
* Clemens Brunner
* Denis A. Engemann
* Eric Larson
* Federico Raimondo
* Félix Raimundo
* Guillaume Dumas
* Jaakko Leppakangas
* Jair Montoya
* Jean-Remi King
* Johannes Niediek
* Jona Sassenhagen
* Jussi Nurminen
* Keith Doelling
* Mainak Jas
* Marijn van Vliet
* Michael Krause
* Mikolaj Magnuski
* Nick Foti
* Phillip Alday
* Simon-Shlomo Poil
* Teon Brooks
* Yaroslav Halchenko

.. _changes_0_12:

Expand Down
2 changes: 1 addition & 1 deletion mne/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Dev branch marker is: 'X.Y.devN' where N is an integer.
#

__version__ = '0.13.dev0'
__version__ = '0.13'

# have to import verbose first since it's needed by many things
from .utils import (set_log_level, set_log_file, verbose, set_config,
Expand Down

0 comments on commit c7ac1a2

Please sign in to comment.