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/changes/latest.inc
+5-5
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@
3
3
whats_new page will have a link to the function/classdocumentation.
4
4
5
5
.. NOTE: there are 3 separate sections for changes, based on type:
6
-
- "Changelog"fornew features
7
-
- "Bug"for bug fixes
8
-
- "API"for backward-incompatible changes
6
+
- "Enhancements"fornew features
7
+
- "Bugs"for bug fixes
8
+
- "API changes"for backward-incompatible changes
9
9
10
10
.. _current:
11
11
@@ -30,7 +30,7 @@ Enhancements
30
30
31
31
- Modified :meth:`mne.Epochs.pick_types` to remove dropped channel types from ``reject`` and ``flat`` dictionaries **by new contributor** |Rahul Nadkarni|_
32
32
33
-
- Add function :func:`mne.preprocessing.regress_artifact` to remove artifacts using linear regression **by new contributor** |Kyle Mathewson|_ ** and `Eric Larson`_
33
+
- Add function :func:`mne.preprocessing.regress_artifact` to remove artifacts using linear regression **by new contributor** |Kyle Mathewson|_ and `Eric Larson`_
34
34
35
35
- Add ``sources`` and ``detectors`` options for fNIRS use of :meth:`mne.viz.plot_alignment` allowing plotting of optode locations in addition to channel midpoint ``channels`` and ``path`` between fNIRS optodes **by new contributor** |Kyle Mathewson|_
36
36
@@ -176,7 +176,7 @@ Enhancements
176
176
177
177
- Add support for reading and writing surfaces in Wavefront .obj format to the :func:`mne.read_surface` and :func:`mne.write_surface` by `Marijn van Vliet`_
178
178
179
-
- Add tutorial on how to manually fix BEM meshes in Blender by `Ezequiel Mikulan`_ and `Marijn van Vliet`_
179
+
- Add tutorial on how to manually fix BEM meshes in Blender by `Marijn van Vliet`_ and `Ezequiel Mikulan`_
180
180
181
181
- :func:`mne.write_evokeds` will now accept :class:`mne.Evoked` objects with differing channel orders in ``info['bads']``, which would previously raise an exception by `Richard Höchenberger`_
0 commit comments