From 6ae63848da8eecd7ab4f3eb0c5e74eb9a265e62c Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Wed, 25 Sep 2024 15:03:32 +0200 Subject: [PATCH] update whats_new --- doc/whats_new.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 42a42a725..f495df826 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -56,6 +56,7 @@ Detailed list of changes - When anonymizing the date of a recording, MNE-BIDS will no longer error during `~mne_bids.write_raw_bids` if passing a `~mne.io.Raw` instance to ``empty_room``, by `Daniel McCloy`_ (:gh:`1270`) - Dealing with alphanumeric ``sub`` entity labels is now fixed for :func:`~mne_bids.write_raw_bids`, by `Aaron Earle-Richardson`_ (:gh:`1291`) +- When processing subject_info data that MNE Python imports as numpy arrays with only one item, MNE-BIDS now unpacks these, resulting in a correct participants.tsv, by `Thomas Hartmann`_ (:gh:`1310`) ⚕️ Code health ^^^^^^^^^^^^^^