You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [ADD] describing fields in `event.json` file for the REQUIRED onset and duration columns
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix line length <88
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* remove column position from description
* only provide description and onset for the json
* refine description of sample
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* satisfy contributing guidelines
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* move author to correct position in CITATION.cff
* [ADD] adapt the config file to include motion data type
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [ADD] include tracking_system in ENTITY_VALUE_TYPE and BIDSPath class
* fix tests
* [FIX] update spelling of 'tracking-system' in test_path.py with corresponding change in 'ALLOWED_PATH_ENTITIES_SHORT'
* [ADD] include 'tracking-system' in the list of valid entity values in test_get_entities_from_fname_errors
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* [FIX] correct spelling of 'tracking-system' to 'tracking_system' in ALLOWED_PATH_ENTITIES and ALLOWED_PATH_ENTITIES_SHORT
* [FIX] update entity name from 'tracking-system' to 'tracking_system' and add it to valid entities
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix whats_new.rst
* FIX: tracking_system update in BIDSPath class
* FIX: correct path reference for BIDSPath initialization in whats_new.rst
* FEAT: add tracking_system parameter to _filter_fnames function
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* fix whats_new.rst to ref BIDSPath
* fix whats_new.rst to ref BIDSPath
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Stefan Appelhoff <[email protected]>
Co-authored-by: Daniel McCloy <[email protected]>
Copy file name to clipboardExpand all lines: doc/whats_new.rst
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,13 @@ Version 0.18 (unreleased)
19
19
20
20
The following authors contributed for the first time. Thank you so much! 🤩
21
21
22
+
* `Julius Welzel`_
22
23
* `Alex Lopez Marquez`_
23
24
25
+
24
26
The following authors had contributed before. Thank you for sticking around! 🤘
25
27
26
-
* TBD
28
+
* `Stefan Appelhoff`_
27
29
28
30
29
31
Detailed list of changes
@@ -33,11 +35,12 @@ Detailed list of changes
33
35
^^^^^^^^^^^^^^^
34
36
35
37
- :func:`mne_bids.write_raw_bids()` has a new parameter `electrodes_tsv_task` which allows adding the `task` entity to the `electrodes.tsv` filepath, by `Alex Lopez Marquez`_ (:gh:`1424`)
38
+
- Extended the configuration to recognise `motion` as a valid BIDS datatype by `Julius Welzel`_ (:gh:`1430`)
36
39
37
40
🧐 API and behavior changes
38
41
^^^^^^^^^^^^^^^^^^^^^^^^^^^
39
42
40
-
- None yet
43
+
- `tracksys` accepted as argument in :class:`mne_bids.BIDSPath()` by `Julius Welzel`_ (:gh:`1430`)
0 commit comments