Skip to content

Commit e9e0863

Browse files
committed
Bump version to 0.4.0
1 parent 1be242b commit e9e0863

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: bidser
2-
Version: 0.3.0
2+
Version: 0.4.0
33
Title: Work with 'BIDS' (Brain Imaging Data Structure) Projects
44
Description: Tools for working with 'BIDS' (Brain Imaging Data Structure)
55
formatted neuroimaging datasets. The package provides functionality for

NEWS.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
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

0 commit comments

Comments
 (0)