Releases: d2b-dev/d2b
Releases · d2b-dev/d2b
1.4.2
- FIX: Fix bug in IntendedFor
resolve
function. Properly add IntendedFor filepaths to json sidecars in scenarios where IntendedFor is a list and the target acquisition has multiple runs. Add e2e test to cover this scenario. - MAINTENANCE: Update black to stable version and sync dev tool versions in
.pre-commit-config.yaml
withpoetry.lock
versions
1.4.2rc0
1.4.1
- UPDATE: Change how files are sorted. Files are first sorted by
SeriesNumber
(if JSON and field exists), then by filepath.
1.4.1rc0
Bump version: 1.4.0 → 1.4.1rc0
1.4.0
- FIX: Fix bug in parameters passed to the
prepare_run_parser
hook - UPDATE: Add
prepare_collected_files
hookspec - MAINTENANCE: Split linter CI into two separate workflows (
lint.yaml
+superlinter.yaml
)
1.4.0rc1
Bump version: 1.4.0rc0 → 1.4.0rc1
1.4.0rc0
Bump version: 1.3.1 → 1.4.0rc0
1.3.1
- Update
Description.DATATYPES
(BIDS v1.7) - Update
FilenameEntities.KNOWN_ENTITIES
(BIDS v1.7) - Update
customLabels
(i.e. entities) in JSON Schema (BIDS v1.7) - Improve type annotations in
d2b.py
1.3.0
- Add support for
filepath
andSidecarFilepath
properties as valid matchcriteria
.
1.2.4
Updates to the db2 scaffold
command:
dataset_description.json
- now consistently hasraw
as the defaultDatasetType
. (Before the CLI output differed from the behavior of the native python API)participants.{tsv,json}
- these files are now only generated on request (with a flag) otherwise they are omitted