Commit 0820bcd
authored
Bump lib/bids-matlab from
Bumps [lib/bids-matlab](https://github.com/bids-standard/bids-matlab) from `dba140b` to `7fbd803`.
- [Release notes](https://github.com/bids-standard/bids-matlab/releases)
- [Commits](bids-standard/bids-matlab@dba140b...7fbd803)
---
updated-dependencies:
- dependency-name: lib/bids-matlab
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>dba140b to 7fbd803
1 parent 586320d commit 0820bcd
1 file changed
+1
-1
lines changedSubmodule bids-matlab updated 75 files
- +bids/+internal/append_to_layout.m+3-3
- +bids/+internal/create_unordered_list.m+57
- +bids/+internal/download.m+8-4
- +bids/+internal/file_utils.m+9-9
- +bids/+internal/keep_file_for_query.m+4-1
- +bids/+internal/list_all_trial_types.m+50-8
- +bids/+internal/parse_filename.m+4-4
- +bids/+internal/return_file_index.m+6-2
- +bids/+internal/url.m+6
- +bids/+transformers_list/BaseTransformer.m+2-2
- +bids/+transformers_list/Basic.m+12-7
- +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+1-1
- +bids/+transformers_list/check_field.m+2-2
- +bids/+transformers_list/miss_hit.cfg-2
- +bids/+util/create_data_dict.m+3-3
- +bids/+util/create_participants_tsv.m+52-11
- +bids/+util/create_readme.m+78
- +bids/+util/create_scans_tsv.m+145
- +bids/+util/create_sessions_tsv.m+118
- +bids/+util/jsonwrite.m+3-1
- +bids/+util/tsvwrite.m+3-1
- +bids/Contents.m+1-1
- +bids/File.m+6-5
- +bids/Model.m+42-8
- +bids/Schema.m+2-1
- +bids/copy_to_derivative.m+16-5
- +bids/derivatives_json.m+18-2
- +bids/init.m+24-8
- +bids/layout.m+29-12
- +bids/query.m+35-10
- +bids/report.m+4-3
- +bids/validate.m+8-4
- .all-contributorsrc+18
- .codespellrc+4
- .github/workflows/codespell.yml+19
- .github/workflows/run_tests_matlab.yml+10-2
- .github/workflows/run_tests_octave.yml+3
- .pre-commit-config.yaml+1-1
- CONTRIBUTING.md+2-2
- README.md+21-19
- 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+1-1
- demos/spm/facerep/code/convert_facerep_ds.m+2-2
- docs/source/stats_model.rst+2-2
- docs/source/transformers.rst+3-3
- schema.json+1-1
- templates/README.template
- templates/README_datalad.template+8-7
- templates/boilerplates/physio.tmp+1-1
- tests/data/reports/MoAE_all.md+14-15
- tests/data/reports/asl003_perf.md+17-18
- tests/data/reports/ds000117_anat.md+5-6
- tests/data/reports/ds000117_dwi.md+8-9
- tests/data/reports/ds000117_fmap.md+21-22
- tests/data/reports/ds000117_func.md+8-9
- tests/data/reports/ds000117_meg.md+5-6
- tests/data/reports/pet001_pet.md+5-6
- tests/test_bids_init.m+1
- tests/test_bids_model.m+21
- tests/test_create_participants_tsv.m-22
- tests/test_derivatives_json.m+13
- tests/tests_private/test_get_metadata.m+1-1
- tests/tests_private/test_list_all_trial_types.m+62
- tests/tests_query/test_query_bug_453.m+28
- tests/tests_utils/test_create_participants_tsv.m+40
- tests/tests_utils/test_create_readme.m+51
- tests/tests_utils/test_create_scans_tsv.m+51
- tests/tests_utils/test_create_sessions_tsv.m+54
- tests/utils/validate_dataset.m+12
0 commit comments