Skip to content

Commit

Permalink
DOC: Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed May 11, 2020
1 parent cb52773 commit e8e57ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions doc/changes/0.20.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@
- "Bug" for bug fixes
- "API" for backward-incompatible changes

.. _changes_0_20_4:

Version 0.20.4
--------------

Bug
~~~

- Restore ability to use ``raise_if_subset`` in 0.20 in :meth:`mne.io.Raw.set_montage` and related functions by `Clemens Brunner`_

- Add ability to load NIRX data by passing path to header file by `Robert Luke`_


.. _changes_0_20_3:

Version 0.20.3
Expand Down
2 changes: 1 addition & 1 deletion mne/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# Dev branch marker is: 'X.Y.devN' where N is an integer.
#

__version__ = '0.20.3'
__version__ = '0.20.4'

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

0 comments on commit e8e57ed

Please sign in to comment.