From 9fefedd06104f03e782037727872eb339118cd73 Mon Sep 17 00:00:00 2001 From: Thomas Hartmann Date: Tue, 6 Aug 2024 10:11:57 +0200 Subject: [PATCH] add first time stuff --- CITATION.cff | 4 ++++ doc/authors.rst | 1 + doc/whats_new.rst | 2 ++ 3 files changed, 7 insertions(+) diff --git a/CITATION.cff b/CITATION.cff index 727e91000..98bec4910 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -187,6 +187,10 @@ authors: family-names: Benitez affiliation: 'Magnetoencephalography Core, National Institutes of Health, Bethesda, Maryland, USA' orcid: 'https://orcid.org/0000-0001-6364-7272' + - given-names: Thomas + family-names: Hartmann + affiliation: 'Paris-Lodron-University Salzburg, Centre for Cogntitive Neuroscience, Department of Psychology, Salzburg, Austria' + orcid: 'https://orcid.org/0000-0002-8298-8125' - given-names: Alexandre family-names: Gramfort affiliation: 'Université Paris-Saclay, Inria, CEA, Palaiseau, France' diff --git a/doc/authors.rst b/doc/authors.rst index 487d69cb5..1d0cb016e 100644 --- a/doc/authors.rst +++ b/doc/authors.rst @@ -48,3 +48,4 @@ .. _Julius Welzel: https://github.com/JuliusWelzel .. _Kaare Mikkelsen: https://github.com/kaare-mikkelsen .. _Amaia Benitez: https://github.com/AmaiaBA +.. _Thomas Hartmann: https://github.com/thht diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 4b6d2c846..788ef7f0c 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -19,6 +19,7 @@ The following authors contributed for the first time. Thank you so much! 🤩 * `Kaare Mikkelsen`_ * `Amaia Benitez`_ +* `Thomas Hartmann`_ The following authors had contributed before. Thank you for sticking around! 🤘 @@ -33,6 +34,7 @@ Detailed list of changes ^^^^^^^^^^^^^^^ - :meth:`mne_bids.BIDSPath.match()` and :func:`mne_bids.find_matching_paths` now have additional parameters ``ignore_json`` and ``ignore_nosub``, to give users more control over which type of files are matched, by `Kaare Mikkelsen`_ (:gh:`1281`) +- :func:`mne_bids.write_raw_bids()` can now handle event metadata as a pandas DataFrame, by `Thomas Hartmann`_ (:gh:`1285`) 🧐 API and behavior changes ^^^^^^^^^^^^^^^^^^^^^^^^^^^