Skip to content

Commit 508a82e

Browse files
committed
update what's new v0.15
1 parent 14595ed commit 508a82e

File tree

2 files changed

+56
-4
lines changed

2 files changed

+56
-4
lines changed

doc/whats_new.rst

Lines changed: 55 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ What's new
1313

1414
.. _current:
1515

16-
Current
17-
-------
16+
Version 0.15
17+
------------
1818

1919
Changelog
2020
~~~~~~~~~
@@ -280,7 +280,59 @@ API
280280

281281
- Zero-channel-value in PSD calculation in :func:`mne.viz.plot_raw_psd` has been relaxed from error to warning by `Alejandro Weinstein`_
282282

283-
- Expose "rank" parameter in :func:`mne.viz.evoked.plot_evoked_white` to correct rank estimates on the spot during visualization by `Denis Engemann`_, `Eric Larson`_, `Alex Gramfort`_.
283+
- Expose "rank" parameter in :func:`mne.viz.evoked.plot_evoked_white` to correct rank estimates on the spot during visualization by `Denis Engemann`_, `Eric Larson`_, `Alex Gramfort`_.
284+
285+
Authors
286+
~~~~~~~
287+
288+
People who contributed to this release (in alphabetical order):
289+
290+
* akshay0724
291+
* Alejandro Weinstein
292+
* Alexander Rudiuk
293+
* Alexandre Barachant
294+
* Alexandre Gramfort
295+
* Andrew Dykstra
296+
* Britta Westner
297+
* Chris Bailey
298+
* Chris Holdgraf
299+
* Christian Brodbeck
300+
* Christopher Holdgraf
301+
* Clemens Brunner
302+
* Cristóbal Moënne-Loccoz
303+
* Daniel McCloy
304+
* Daniel Strohmeier
305+
* Denis A. Engemann
306+
* Emily P. Stephen
307+
* Eric Larson
308+
* Fede Raimondo
309+
* Jaakko Leppakangas
310+
* Jean-Baptiste Schiratti
311+
* Jean-Remi King
312+
* Jesper Duemose Nielsen
313+
* Joan Massich
314+
* Jon Houck
315+
* Jona Sassenhagen
316+
* Jussi Nurminen
317+
* Laetitia Grabot
318+
* Laura Gwilliams
319+
* Luke Bloy
320+
* Lukáš Hejtmánek
321+
* Mainak Jas
322+
* Marijn van Vliet
323+
* Mathurin Massias
324+
* Matt Boggess
325+
* Mikolaj Magnuski
326+
* Nicolas Barascud
327+
* Nicole Proulx
328+
* Phillip Alday
329+
* Ramonapariciog Apariciogarcia
330+
* Robin Tibor Schirrmeister
331+
* Rodrigo Hübner
332+
* S. M. Gutstein
333+
* Simon Kern
334+
* Teon Brooks
335+
* Yousra Bekhti
284336

285337
.. _changes_0_14:
286338

mne/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# Dev branch marker is: 'X.Y.devN' where N is an integer.
1717
#
1818

19-
__version__ = '0.15.dev0'
19+
__version__ = '0.15'
2020

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

0 commit comments

Comments
 (0)