Skip to content

Commit

Permalink
MAINT: Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Jun 12, 2020
1 parent 03276c7 commit ca0e5b3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions doc/changes/0.20.inc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@
- "Bug" for bug fixes
- "API" for backward-incompatible changes

.. _changes_0_20_6:

Version 0.20.6
--------------

Bug
~~~

- Fix bug with :func:`mne.time_frequency.read_tfrs` where ``info['meas_date']`` was not parsed correctly, by `Eric Larson`_

- Fix bug with :meth:`mne.io.Raw.get_channel_types` and related methods where the ordering of ``picks`` was not preserved, by `Eric Larson`_

- Fix bug with :meth:`mne.io.Raw.plot_psd` with ``average=False`` and multiple channel types where channel locations were not shown properly by `Eric Larson`_

- Fix bug with writing EGI and CTF `mne.Info` to H5 format, e.g., with `mne.time_frequency.AverageTFR.save` by `Eric Larson`_


.. _changes_0_20_5:

Version 0.20.5
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.5'
__version__ = '0.20.6'

# 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 ca0e5b3

Please sign in to comment.