Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ authors:
family-names: Dold
affiliation: 'Donders Institute for Brain, Cognition and Behaviour, Radboud University, Nijmegen, Netherlands'
orcid: 'https://orcid.org/0009-0003-1477-4912'
- given-names: Harrison
family-names: Ritz
affiliation: 'Princeton Neuroscience Institute, Princeton University, Princeton, USA'
orcid: 'https://orcid.org/0009-0003-1477-4912'
- given-names: Alexandre
family-names: Gramfort
affiliation: 'Université Paris-Saclay, Inria, CEA, Palaiseau, France'
Expand Down
1 change: 1 addition & 0 deletions doc/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
.. _Ford McDonald: https://github.com/fordmcdonald
.. _Franziska von Albedyll: https://www.researchgate.net/profile/Franziska-Von-Albedyll
.. _Fu-Te Wong: https://github.com/zuxfoucault
.. _Harrison Ritz: https://github.com/harrisonritz
.. _Jean-Rémi King: https://kingjr.github.io
.. _Jonathan Vanhoecke: https://sfb-retune.de/people/jonathan-vanhoecke/
.. _Julia Guiomar Niso Galán: https://github.com/guiomar
Expand Down
2 changes: 2 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The following authors contributed for the first time. Thank you so much! 🤩
* `Berk Gerçek`_
* `Arne Gottwald`_
* `Matthias Dold`_
* `Harrison Ritz`_

The following authors had contributed before. Thank you for sticking around! 🤘

Expand Down Expand Up @@ -65,6 +66,7 @@ Detailed list of changes
- Corrects extension when filtering filenames in :meth:`mne_bids.BIDSPath.match()` and :func:`mne_bids.find_matching_paths()`, by `Arne Gottwald` (:gh:`1355`)
- Fix :class:`mne_bids.BIDSPath` partially matching a value, by `Pierre Guetschel` (:gh:`1388`)
- Ensures that ``check`` parameter in :meth:`mne_bids.BIDSPath.update()` is passed to :class:`mne_bids.BIDSPath`, by `Teon Brooks`_ (:gh:`1411`)
- minor: added `T2w` to the suffix allowlist, by `Harrison Ritz`_ (:gh:`1420`)

⚕️ Code health
^^^^^^^^^^^^^^
Expand Down
1 change: 1 addition & 0 deletions mne_bids/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
"eeg",
"ieeg",
"T1w",
"T2w",
"FLASH", # datatype
"participants",
"scans",
Expand Down
Loading