Commit b71aceb
1 file changed
+1
-1
lines changedSubmodule bids-matlab updated 67 files
- +bids/+internal/get_meta_list.m+45-18
- +bids/+internal/get_metadata.m+16-6
- +bids/+internal/list_all_trial_types.m+2
- +bids/+internal/return_file_index.m+1-1
- +bids/+util/create_participants_tsv.m+3-1
- +bids/+util/create_sessions_tsv.m+8-3
- +bids/+util/download_ds.m+10-3
- +bids/+util/jsondecode.m+4-2
- +bids/+util/update_struct.m+91
- +bids/File.m+149-8
- +bids/Model.m+61-29
- +bids/Schema.m+218-17
- +bids/derivatives_json.m+2-20
- +bids/diagnostic.m+2-1
- +bids/layout.m+12-17
- +bids/query.m+6-1
- .github/workflows/run_examples.yml+5
- .github/workflows/run_tests_matlab.yml+15-2
- .github/workflows/run_tests_octave.yml+17-1
- .github/workflows/update_schema.yml+4
- .github/workflows/validate.yml+4
- demos/notebooks/BIDS_Matlab_03_filenames_and_metadata.m+1-1
- demos/spm/facerep/code/convert_facerep_ds.m+1
- docs/source/images/timing.png
- docs/source/index.rst+1
- docs/source/performance.rst+21
- run_tests.m+9
- tests/test_bids_file.m+77
- tests/test_bids_model.m+58-4
- tests/test_bids_schema.m+96-2
- tests/test_derivatives_json.m+2-17
- tests/test_report.m+8-10
- tests/tests_layout/layout_timing.m+65-186
- tests/tests_layout/plot_timing.m+47
- tests/tests_layout/test_layout.m+2-10
- tests/tests_layout/test_layout_bugs.m+90
- tests/tests_layout/test_layout_derivatives.m+25-21
- tests/tests_layout/test_layout_schemaless.m+2
- tests/tests_layout/timing.tsv+79
- tests/tests_private/test_append_to_layout.m+32-33
- tests/tests_private/test_list_all_trial_types.m+2-2
- tests/tests_private/test_list_events.m+2-4
- tests/tests_private/test_parse_filename.m+1-1
- tests/tests_private/test_return_file_index.m+2-2
- tests/tests_query/test_bids_query.m+48-24
- tests/tests_query/test_bids_query_asl.m+4-2
- tests/tests_query/test_bids_query_derivatives.m+1
- tests/tests_query/test_bids_query_dwi.m+2-1
- tests/tests_query/test_bids_query_eeg.m+4-2
- tests/tests_query/test_bids_query_func.m+2-1
- tests/tests_query/test_bids_query_ieeg.m+4-2
- tests/tests_query/test_bids_query_matlab_octave.m+2-1
- tests/tests_query/test_bids_query_meg.m+4-4
- tests/tests_query/test_bids_query_microscopy.m+4-2
- tests/tests_query/test_bids_query_motion.m+2-1
- tests/tests_query/test_bids_query_nirs.m+2-1
- tests/tests_query/test_bids_query_qmri.m+4-2
- tests/tests_query/test_query_bug_453.m+2-1
- tests/tests_slow/test_diagnostic.m+5-1
- tests/tests_slow/test_download_ds.m+8
- tests/tests_utils/test_create_data_dict.m+10-6
- tests/tests_utils/test_create_participants_tsv.m+1-1
- tests/tests_utils/test_create_readme.m+2-2
- tests/tests_utils/test_create_sessions_tsv.m+2-2
- tests/tests_utils/test_plot_events.m+3-3
- tests/tests_utils/test_update_struct.m+49
- tests/utils/run_slow_test_only.m+9
0 commit comments