Skip to content

Commit 9c75050

Browse files
committed
added events_file_to_anntation_kwargs to doc/api.rst
1 parent cce5558 commit 9c75050

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

doc/api.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ mne_bids
4545
update_sidecar_json
4646
anonymize_dataset
4747
find_matching_paths
48+
events_file_to_annotation_kwargs
4849

4950
mne_bids.stats
5051
--------------

doc/whats_new.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Detailed list of changes
4040
- Empty-room matching now preferentially finds recordings in the subject directory tagged as `task-noise` before looking in the `sub-emptyroom` directories. This adds support for a part of the BIDS specification for ER recordings, by `Berk Gerçek`_ (:gh:`1364`)
4141
- Path matching is now implemenented in a more efficient manner within :meth:`mne_bids.BIDSPath.match()` and :func:`mne_bids.find_matching_paths()`, by `Arne Gottwald` (:gh:`1355`)
4242
- :func:`mne_bids.get_entity_vals()` has a new parameter ``include_match`` to prefilter item matching and ignore non-matched items from begin of directory scan, by `Arne Gottwald` (:gh:`1355`)
43-
- Data from ``events.tsv`` can now be read into an OrderedDict using :func:`mne_bids.events_file_to_annotation_kwargs`, by `Matthias Dold` (:gh:`1389`)
43+
- Data from ``events.tsv`` can now be read into an OrderedDict using :func:`mne_bids.events_file_to_annotation_kwargs()`, by `Matthias Dold` (:gh:`1389`)
4444

4545

4646
🧐 API and behavior changes

0 commit comments

Comments
 (0)