π Version v2.2 Release Notes
Highlights
- Enhanced BIDS Directory Management: Improved the handling and syncing of files within the BIDS directory for better consistency and organization.
- Repository File Management: Repository files are now always replaced into the BIDS directory, modifications of the files will be manage from the repository to keep better version control of changes.
- bids_validator Configuration: Introduced
bids_validator_config.json
to customize the behavior of errors, warnings, and ignored files when using the Deno BIDS validator. - bidsignore Updates: The
.bidsignore
file is now copied from the repository, and all future modifications should be made directly in the repository to maintain consistency. - Dependency Fixes: Addressed issues related to the cache and install directory for Deno v2.2.3, ensuring smoother setup and performance.
- Documentation Improvements: Updated the README files for clearer guidance and updated instructions.
Issues
From the new bids-validator v2.0.3 we got a
SIDECAR_KEY_REQUIRED
errors concerning the inversions (1 and 2) of MP2RAGE acquisitions see #185. To work around this we addedsub*/ses*/anat/*_inv-*_MP2RAGE.nii.gz
to.bidsignore
.