Skip to content

Commit f3271ae

Browse files
committed
ENH: Release
1 parent 6248b46 commit f3271ae

File tree

2 files changed

+45
-3
lines changed

2 files changed

+45
-3
lines changed

doc/whats_new.rst

+44-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ What's new
77
Note, we are now using links to highlight new functions and classes.
88
Please be sure to follow the examples below like :func:`mne.stats.f_mway_rm`, so the whats_new page will have a link to the function/class documentation.
99
10-
Current
11-
-------
10+
.. _changes_0_12:
11+
12+
Version 0.12
13+
------------
1214

1315
Changelog
1416
~~~~~~~~~
@@ -171,6 +173,46 @@ API
171173

172174
- The ``events`` parameter of :func:`mne.epochs.EpochsArray` is set by default to chronological time-samples and event values to 1, by `Jean-Remi King`_
173175

176+
Authors
177+
~~~~~~~
178+
179+
The committer list for this release is the following (preceded by number of commits):
180+
181+
* 348 Eric Larson
182+
* 347 Jaakko Leppakangas
183+
* 157 Alexandre Gramfort
184+
* 139 Jona Sassenhagen
185+
* 67 Jean-Remi King
186+
* 32 Chris Holdgraf
187+
* 31 Denis A. Engemann
188+
* 30 Mainak Jas
189+
* 16 Christopher J. Bailey
190+
* 13 Marijn van Vliet
191+
* 10 Mark Wronkiewicz
192+
* 9 Teon Brooks
193+
* 9 kaichogami
194+
* 8 Clément Moutard
195+
* 5 Camilo Lamus
196+
* 5 mmagnuski
197+
* 4 Christian Brodbeck
198+
* 4 Daniel McCloy
199+
* 4 Yousra Bekhti
200+
* 3 Fede Raimondo
201+
* 1 Jussi Nurminen
202+
* 1 MartinBaBer
203+
* 1 Mikolaj Magnuski
204+
* 1 Natalie Klein
205+
* 1 Niklas Wilming
206+
* 1 Richard Höchenberger
207+
* 1 Sagun Pai
208+
* 1 Sourav Singh
209+
* 1 Tom Dupré la Tour
210+
* 1 jona-sassenhagen@
211+
* 1 kambysese
212+
* 1 pbnsilva
213+
* 1 sviter
214+
* 1 zuxfoucault
215+
174216
.. _changes_0_11:
175217

176218
Version 0.11

mne/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# Dev branch marker is: 'X.Y.devN' where N is an integer.
1818
#
1919

20-
__version__ = '0.12.dev0'
20+
__version__ = '0.12.0'
2121

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

0 commit comments

Comments
 (0)