From ca0e5b3a6a112489d8b6fcda9fc40b89c2c980f9 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 12 Jun 2020 13:22:19 -0400 Subject: [PATCH] MAINT: Version bump --- doc/changes/0.20.inc | 17 +++++++++++++++++ mne/__init__.py | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/changes/0.20.inc b/doc/changes/0.20.inc index 6c7880fa7f2..271c8d4cf63 100644 --- a/doc/changes/0.20.inc +++ b/doc/changes/0.20.inc @@ -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 diff --git a/mne/__init__.py b/mne/__init__.py index 74584f27abf..c9f464349f0 100644 --- a/mne/__init__.py +++ b/mne/__init__.py @@ -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,