Skip to content

Commit

Permalink
Merge branch 'extension' of github.com:hoechenberger/mne-bids into ex…
Browse files Browse the repository at this point in the history
…tension
  • Loading branch information
hoechenberger committed Aug 31, 2022
2 parents 06b4356 + 6fae635 commit 4241aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Detailed list of changes

- Passing only one of ``events`` and ``event_id`` to :func:`~mne_bids.write_raw_bids` now raises a ``ValueError`` instead of a ``RuntimeError``, by `Richard Höchenberger`_ (:gh:`1054`)

- Until now, :class:`mne_bids.BIDSPath` prepends extensions with a period "." automatically. We intend to remove this undocumented side-effect and now emit a ``FutureWarning`` if an ``extension`` that does not start with a ``.`` is provided. Starting with MNE-BIDS 0.12, an exeption will be raised in this case, by `Richard Höchenberger`_ (:gh:`xxx`)
- Until now, :class:`mne_bids.BIDSPath` prepends extensions with a period "." automatically. We intend to remove this undocumented side-effect and now emit a ``FutureWarning`` if an ``extension`` that does not start with a ``.`` is provided. Starting with MNE-BIDS 0.12, an exception will be raised in this case, by `Richard Höchenberger`_ (:gh:`1061`)

🛠 Requirements
^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 4241aa4

Please sign in to comment.