Skip to content
Merged
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
2 changes: 1 addition & 1 deletion lib/bids-matlab
Submodule bids-matlab updated 75 files
+3 −3 +bids/+internal/append_to_layout.m
+57 −0 +bids/+internal/create_unordered_list.m
+8 −4 +bids/+internal/download.m
+9 −9 +bids/+internal/file_utils.m
+4 −1 +bids/+internal/keep_file_for_query.m
+50 −8 +bids/+internal/list_all_trial_types.m
+4 −4 +bids/+internal/parse_filename.m
+6 −2 +bids/+internal/return_file_index.m
+6 −0 +bids/+internal/url.m
+2 −2 +bids/+transformers_list/BaseTransformer.m
+12 −7 +bids/+transformers_list/Basic.m
+1 −1 +bids/+transformers_list/Factor.m
+1 −1 +bids/+transformers_list/Label_identical_rows.m
+1 −1 +bids/+transformers_list/Logical.m
+1 −1 +bids/+transformers_list/Replace.m
+2 −2 +bids/+transformers_list/check_field.m
+0 −2 +bids/+transformers_list/miss_hit.cfg
+3 −3 +bids/+util/create_data_dict.m
+52 −11 +bids/+util/create_participants_tsv.m
+78 −0 +bids/+util/create_readme.m
+145 −0 +bids/+util/create_scans_tsv.m
+118 −0 +bids/+util/create_sessions_tsv.m
+3 −1 +bids/+util/jsonwrite.m
+3 −1 +bids/+util/tsvwrite.m
+1 −1 +bids/Contents.m
+6 −5 +bids/File.m
+42 −8 +bids/Model.m
+2 −1 +bids/Schema.m
+16 −5 +bids/copy_to_derivative.m
+18 −2 +bids/derivatives_json.m
+24 −8 +bids/init.m
+29 −12 +bids/layout.m
+35 −10 +bids/query.m
+4 −3 +bids/report.m
+8 −4 +bids/validate.m
+18 −0 .all-contributorsrc
+4 −0 .codespellrc
+19 −0 .github/workflows/codespell.yml
+10 −2 .github/workflows/run_tests_matlab.yml
+3 −0 .github/workflows/run_tests_octave.yml
+1 −1 .pre-commit-config.yaml
+2 −2 CONTRIBUTING.md
+21 −19 README.md
+1 −1 demos/README.md
+1 −1 demos/notebooks/BIDS-Matlab_02_derivatives.ipynb
+1 −1 demos/notebooks/BIDS-Matlab_04_new_datasets.ipynb
+1 −1 demos/notebooks/BIDS_Matlab_02_derivatives.m
+1 −1 demos/notebooks/BIDS_Matlab_04_new_datasets.m
+2 −2 demos/spm/facerep/code/convert_facerep_ds.m
+2 −2 docs/source/stats_model.rst
+3 −3 docs/source/transformers.rst
+1 −1 schema.json
+0 −0 templates/README.template
+8 −7 templates/README_datalad.template
+1 −1 templates/boilerplates/physio.tmp
+14 −15 tests/data/reports/MoAE_all.md
+17 −18 tests/data/reports/asl003_perf.md
+5 −6 tests/data/reports/ds000117_anat.md
+8 −9 tests/data/reports/ds000117_dwi.md
+21 −22 tests/data/reports/ds000117_fmap.md
+8 −9 tests/data/reports/ds000117_func.md
+5 −6 tests/data/reports/ds000117_meg.md
+5 −6 tests/data/reports/pet001_pet.md
+1 −0 tests/test_bids_init.m
+21 −0 tests/test_bids_model.m
+0 −22 tests/test_create_participants_tsv.m
+13 −0 tests/test_derivatives_json.m
+1 −1 tests/tests_private/test_get_metadata.m
+62 −0 tests/tests_private/test_list_all_trial_types.m
+28 −0 tests/tests_query/test_query_bug_453.m
+40 −0 tests/tests_utils/test_create_participants_tsv.m
+51 −0 tests/tests_utils/test_create_readme.m
+51 −0 tests/tests_utils/test_create_scans_tsv.m
+54 −0 tests/tests_utils/test_create_sessions_tsv.m
+12 −0 tests/utils/validate_dataset.m