Skip to content

Commit e493aa6

Browse files
committed
DOC: Document changes
1 parent 3648b08 commit e493aa6

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

doc/changes/0.20.inc

+40
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,46 @@
77
- "Bug" for bug fixes
88
- "API" for backward-incompatible changes
99

10+
.. _changes_0_20_1:
11+
12+
Version 0.20.1
13+
--------------
14+
15+
Bug
16+
~~~
17+
18+
- Fix bug with :func:`mne.setup_volume_source_space` when ``volume_label`` was supplied where voxels slightly (in a worst case, about 37% times ``pos`` in distance) outside the voxel-grid-based bounds of regions were errantly included, by `Eric Larson`_
19+
20+
- Fix bug with :func:`mne.preprocessing.nirs.scalp_coupling_index` where filter transition was incorrectly assigned by `Robert Luke`_
21+
22+
- Fix support for signals in mV for :func:`mne.io.read_raw_brainvision` by `Clemens Brunner`_
23+
24+
- Fix bug with :func:`mne.minimum_norm.compute_source_psd_epochs` and :func:`mne.minimum_norm.source_band_induced_power` raised errors when ``method='eLORETA'`` by `Eric Larson`_
25+
26+
- Fix bug with :func:`mne.make_forward_dipole` where :func:`mne.write_forward_solution` could not be used by `Eric Larson`_
27+
28+
- Fix bug with :func:`mne.read_epochs` when loading data in complex format with ``preload=False`` by `Eric Larson`_
29+
30+
- Fix bug with :func:`mne.io.Raw.plot` where toggling all projectors did not actually take effect by `Eric Larson`_
31+
32+
- Fix bug with :func:`mne.io.read_raw_gdf` where birthdays were not parsed properly, leading to an error by `Svea Marie Meyer`_
33+
34+
- Fix bug with :meth:`mne.io.Raw.plot` when ``scalings='auto'`` where bad data would prevent channel plotting by `Eric Larson`_
35+
36+
- Fix bug with :func:`mne.io.read_raw_edf` where recording ID was not read properly for non-ASCII characters by `Lx37`_
37+
38+
- Fix :ref:`gen_mne_setup_forward_model` to have it actually compute the BEM solution in addition to creating the BEM model by `Eric Larson`_
39+
40+
- Fix bug with :func:`mne.beamformer.make_lcmv` where leadfield rank reduction was only partiall applied by `Britta Westner`_
41+
42+
- Fix bug when using :meth:`mne.Epochs.crop` to exclude the baseline period would break :func:`mne.Epochs.save` / :func:`mne.read_epochs` round-trip by `Eric Larson`_
43+
44+
- Fix bug with :func:`mne.io.read_raw_edf` where null bytes were not properly handled, causing an error when opening a file by `Eric Larson`_
45+
46+
- Fix bug with :func:`mne.beamformer.make_dics` where complex conjugates were not applied properly by `Britta Westner`_ and `Eric Larson`_
47+
48+
- Fix bug with :func:`mne.bem.make_watershed_bem` where the RAS coordinates of watershed bem surfaces were not updated correctly from the volume file by `Yu-Han Luo`_
49+
1050
.. _changes_0_20:
1151

1252
Version 0.20

doc/changes/names.inc

+2
Original file line numberDiff line numberDiff line change
@@ -301,3 +301,5 @@
301301
.. _Ramiro Gatti: https://github.com/ragatti
302302
303303
.. _Svea Marie Meyer: https://github.com/SveaMeyer13
304+
305+
.. _Lx37: https://github.com/Lx37

0 commit comments

Comments
 (0)