You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whats_new.rst
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,9 @@ Detailed list of changes
47
47
48
48
- :func:`~mne_bids.write_raw_bids` now stores participant weight and height in ``participants.tsv``, by `Richard Höchenberger`_ (:gh:`1031`)
49
49
50
-
- :func:`~mne_bids.write_raw_bids` now supports EGI format by `Anand Saini`_, `Scott Huberty`_ and `Mathieu Scheltienne`_ (:gh:`1006`)
50
+
- :func:`~mne_bids.write_raw_bids` now supports EGI format, by `Anand Saini`_, `Scott Huberty`_ and `Mathieu Scheltienne`_ (:gh:`1006`)
51
+
52
+
- TSV files that are empty (i.e., only a header row is present) are now handled more robustly and a warning is issued, by `Stefan Appelhoff`_ (:gh:`1038`)
51
53
52
54
🧐 API and behavior changes
53
55
^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -63,6 +65,8 @@ Detailed list of changes
63
65
🛠 Requirements
64
66
^^^^^^^^^^^^^^^
65
67
68
+
- MNE-BIDS now requires MNE-Python 1.0 or newer.
69
+
66
70
- Writing BrainVision files now requires ``pybv`` version ``0.7.3``, by `Stefan Appelhoff`_ (:gh:`1011`)
67
71
68
72
🪲 Bug fixes
@@ -84,6 +88,8 @@ Detailed list of changes
84
88
85
89
- Writing and copying CTF files now works on Windows when files already exist (``overwrite=True``), by `Stefan Appelhoff`_ (:gh:`1035`)
86
90
91
+
- Instead of deleting files and raising cryptic errors, an intentional error message is now sent when calling :func:`~mne_bids.write_raw_bids` with the source file identical to the destination file, unless ``format`` is specified, by `Adam Li`_ and `Stefan Appelhoff`_ (:gh:`889`)
92
+
87
93
:doc:`Find out what was new in previous releases <whats_new_previous_releases>`
0 commit comments