From c8292b478745eda0b39daa17cf0d6cc8a7a4675d Mon Sep 17 00:00:00 2001 From: Christian O'Reilly Date: Wed, 27 Nov 2024 14:49:45 -0500 Subject: [PATCH] Adding contrib info. --- CITATION.cff | 4 ++++ doc/authors.rst | 1 + doc/whats_new.rst | 5 +++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 0d585b07e..54752f43e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -198,6 +198,10 @@ authors: family-names: Turner affiliation: 'Wu Tsai Neurosciences Institute, Stanford University' orcid: 'https://orcid.org/0000-0001-8639-9769' + - given-names: Christian + family-names: O'Reilly + affiliation: 'Computer Science and Engineering, University of South Carolina' + orcid: 'https://orcid.org/0000-0002-3149-4934' - 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 6a1e42b46..031924101 100644 --- a/doc/authors.rst +++ b/doc/authors.rst @@ -51,3 +51,4 @@ .. _Tom Donoghue: https://github.com/TomDonoghue .. _William Turner: https://bootstrapbill.github.io/ .. _Yorguin Mantilla: https://github.com/yjmantilla +.. _Christian O'Reilly: https://github.com/christian-oreilly diff --git a/doc/whats_new.rst b/doc/whats_new.rst index e9d2a8405..0a14ddd14 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -17,7 +17,7 @@ Version 0.17 (unreleased) The following authors contributed for the first time. Thank you so much! 🤩 -* Nobody yet +* `Christian O'Reilly`_ The following authors had contributed before. Thank you for sticking around! 🤘 @@ -29,7 +29,8 @@ Detailed list of changes 🚀 Enhancements ^^^^^^^^^^^^^^^ -- Nothing yet +- :func:`mne_bids.write_raw_bids()` can now handle mne `Raw` objects with `eyegaze` and `pupil` channels, by `Christian O'Reilly`_ (:gh:`1344`) + 🧐 API and behavior changes ^^^^^^^^^^^^^^^^^^^^^^^^^^^