File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Package: bidser
2- Version: 0.3 .0
2+ Version: 0.4 .0
33Title: Work with 'BIDS' (Brain Imaging Data Structure) Projects
44Description: Tools for working with 'BIDS' (Brain Imaging Data Structure)
55 formatted neuroimaging datasets. The package provides functionality for
Original file line number Diff line number Diff line change 1+ # bidser 0.4.0
2+
3+ * Add ` query_files() ` as the recommended explicit query API for new workflows,
4+ with ` match_mode ` , ` require_entity ` , and raw/derivatives ` scope ` controls.
5+ * Add ` get_metadata() ` for inheritance-aware BIDS metadata resolution with
6+ deterministic nearest-sidecar precedence.
7+ * Extend ` read_sidecar() ` with inheritance-aware resolution via ` inherit ` and
8+ ` inherit_scope ` .
9+ * Expand acceptance coverage for metadata inheritance, missing-sidecar cases,
10+ conflict handling, and derivative-scope behavior.
11+ * Keep ` search_files() ` available for backward compatibility while steering new
12+ examples and docs toward ` query_files() ` .
13+
114# bidser 0.3.0
215
316* Fix ` load_all_events() ` and ` read_events() ` to use tab delimiter for BIDS TSV
You can’t perform that action at this time.
0 commit comments