You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whats_new.rst
+35-11
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,10 @@ What's new
4
4
Note, we are now using links to highlight new functions and classes.
5
5
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.
6
6
7
-
Current
8
-
-------
7
+
.. _changes_0_11:
8
+
9
+
Version 0.11
10
+
------------
9
11
10
12
Changelog
11
13
~~~~~~~~~
@@ -70,6 +72,28 @@ API
70
72
71
73
- :class:`mne.EpochsArray` no longer has an average EEG reference silently added (but not applied to the data) by default. Use :func:`mne.EpochsArray.add_eeg_average_proj` to properly add one.
72
74
75
+
Authors
76
+
~~~~~~~
77
+
78
+
The committer list for this release is the following (preceded by number of commits):
79
+
80
+
171 Eric Larson
81
+
117 Jaakko Leppakangas
82
+
58 Jona Sassenhagen
83
+
52 Mainak Jas
84
+
46 Alexandre Gramfort
85
+
33 Denis A. Engemann
86
+
28 Teon Brooks
87
+
24 Clemens Brunner
88
+
23 Christian Brodbeck
89
+
15 Mark Wronkiewicz
90
+
10 Jean-Remi King
91
+
5 Marijn van Vliet
92
+
3 Fede Raimondo
93
+
2 Alexander Rudiuk
94
+
2 emilyps14
95
+
2 lennyvarghese
96
+
1 Marian Dovgialo
73
97
74
98
.. _changes_0_10:
75
99
@@ -186,7 +210,7 @@ API
186
210
- ``RawBrainVision`` objects now always have event channel ``'STI 014'``, and recordings with no events will have this channel set to zero by `Eric Larson`_
187
211
188
212
Authors
189
-
~~~~~~~~~
213
+
~~~~~~~
190
214
191
215
The committer list for this release is the following (preceded by number of commits):
192
216
@@ -420,7 +444,7 @@ API
420
444
- Add ``montage`` parameter to the ``create_info`` function to create the info using montages by `Teon Brooks`_
421
445
422
446
Authors
423
-
~~~~~~~~~
447
+
~~~~~~~
424
448
425
449
The committer list for this release is the following (preceded by number of commits):
426
450
@@ -620,7 +644,7 @@ API
620
644
- As default, for ICA the maximum number of PCA components equals the number of channels passed. The number of PCA components used to reconstruct the sensor space signals now defaults to the maximum number of PCA components estimated.
621
645
622
646
Authors
623
-
~~~~~~~~~
647
+
~~~~~~~
624
648
625
649
The committer list for this release is the following (preceded by number of commits):
626
650
@@ -766,7 +790,7 @@ API
766
790
767
791
768
792
Authors
769
-
~~~~~~~~~
793
+
~~~~~~~
770
794
771
795
The committer list for this release is the following (preceded by number
772
796
of commits):
@@ -929,7 +953,7 @@ API
929
953
- Remove artifacts module. Artifacts- and preprocessing related functions can now be found in mne.preprocessing.
930
954
931
955
Authors
932
-
~~~~~~~~~
956
+
~~~~~~~
933
957
934
958
The committer list for this release is the following (preceded by number
935
959
of commits):
@@ -1063,7 +1087,7 @@ API
1063
1087
- Epochs objects now also take dicts as values for the event_id argument. They now can represent multiple conditions.
1064
1088
1065
1089
Authors
1066
-
~~~~~~~~~
1090
+
~~~~~~~
1067
1091
1068
1092
The committer list for this release is the following (preceded by number
1069
1093
of commits):
@@ -1119,7 +1143,7 @@ Changelog
1119
1143
- Add method to eliminate stimulation artifacts from raw data by linear interpolation or windowing by `Daniel Strohmeier`_.
1120
1144
1121
1145
Authors
1122
-
~~~~~~~~~
1146
+
~~~~~~~
1123
1147
1124
1148
The committer list for this release is the following (preceded by number
1125
1149
of commits):
@@ -1164,7 +1188,7 @@ Changelog
1164
1188
- New tutorial in the documentation and new classes and functions reference page by `Alex Gramfort`_.
1165
1189
1166
1190
Authors
1167
-
~~~~~~~~~
1191
+
~~~~~~~
1168
1192
1169
1193
The committer list for this release is the following (preceded by number
1170
1194
of commits):
@@ -1201,7 +1225,7 @@ version 0.1:
1201
1225
- New return values for the function find_ecg_events
1202
1226
1203
1227
Authors
1204
-
~~~~~~~~~
1228
+
~~~~~~~
1205
1229
1206
1230
The committer list for this release is the following (preceded by number
0 commit comments