Skip to content

Commit 5df76de

Browse files
authored
Prepare for 0.10.0 release (#1324)
1 parent 7fe1a55 commit 5df76de

File tree

2 files changed

+50
-3
lines changed

2 files changed

+50
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,5 @@ keywords:
8383
- BIDS-App
8484
- Neuroimaging
8585
license: BSD-3-Clause
86-
version: 0.9.1
87-
date-released: '2024-09-13'
86+
version: 0.10.0
87+
date-released: '2024-11-17'

docs/changes.md

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,52 @@
11
# What's New
22

3+
## 0.10.0
4+
5+
This backwards-incompatible release brings XCP-D further in line with the fMRIPost workflows in the NiPreps ecosystem.
6+
We have added the ability to provide custom confound sets defined as YAML config files,
7+
ingress derivatives from fMRIPost BIDS Apps (for example, fMRIPost-AROMA),
8+
and provide external atlases organized as BIDS-Atlas datasets.
9+
10+
Please note that the BIDS-Atlas extension proposal has not been merged into BIDS yet,
11+
so the expected organization of these external atlas datasets may change over time.
12+
13+
### 🛠 Breaking Changes
14+
15+
* Replace restricted confound sets with config files by @tsalo in https://github.com/PennLINC/xcp_d/pull/1255
16+
* Rename `--derivatives` parameter to `--datasets` by @tsalo in https://github.com/PennLINC/xcp_d/pull/1276
17+
* Accept external atlases by searching BIDS-Atlas datasets by @tsalo in https://github.com/PennLINC/xcp_d/pull/1265
18+
* Move hemi entity before space by @tsalo in https://github.com/PennLINC/xcp_d/pull/1287
19+
20+
### 🎉 Exciting New Features
21+
22+
* Remove Freesurfer node from surface normalization workflow by @tsalo in https://github.com/PennLINC/xcp_d/pull/1273
23+
* Track Sources with BIDSURI interface by @tsalo in https://github.com/PennLINC/xcp_d/pull/1283
24+
* Add nichart mode by @tsalo in https://github.com/PennLINC/xcp_d/pull/1320
25+
26+
### 🐛 Bug Fixes
27+
28+
* Patch task_id into bids_filters by @tsalo in https://github.com/PennLINC/xcp_d/pull/1271
29+
* Fix NIfTI-surface connection by @tsalo in https://github.com/PennLINC/xcp_d/pull/1284
30+
* Update build image version by @tsalo in https://github.com/PennLINC/xcp_d/pull/1293
31+
* Fix bug with surfaces and external atlases by @tsalo in https://github.com/PennLINC/xcp_d/pull/1304
32+
* Apply notch filter appropriate number of times based on `--motion-filter-order` by @tsalo in https://github.com/PennLINC/xcp_d/pull/1300
33+
* Fix ingression of standard-space mesh files by @tsalo in https://github.com/PennLINC/xcp_d/pull/1309
34+
* Fix init_qc_report_wf connections when linc-qc and abcc-qc are disabled by @tsalo in https://github.com/PennLINC/xcp_d/pull/1314
35+
36+
### Other Changes
37+
38+
* Don't rerun alff if num threads changes by @mattcieslak in https://github.com/PennLINC/xcp_d/pull/1263
39+
* Remove xcp_d_dir and clean datasinks by @tsalo in https://github.com/PennLINC/xcp_d/pull/1262
40+
* Add dataset links to config object by @tsalo in https://github.com/PennLINC/xcp_d/pull/1266
41+
* Document minimal required inputs by @tsalo in https://github.com/PennLINC/xcp_d/pull/1270
42+
* Correct documentation regarding Freesurfer by @tsalo in https://github.com/PennLINC/xcp_d/pull/1277
43+
* Improve custom confound documentation by @tsalo in https://github.com/PennLINC/xcp_d/pull/1280
44+
* Improve documentation of new features by @tsalo in https://github.com/PennLINC/xcp_d/pull/1281
45+
* Use ruff for linting by @tsalo in https://github.com/PennLINC/xcp_d/pull/1312
46+
* Fix links to documentation by @tsalo in https://github.com/PennLINC/xcp_d/pull/1323
47+
48+
**Full Changelog**: https://github.com/PennLINC/xcp_d/compare/0.9.1...0.10.0
49+
350

451
## 0.9.1
552

@@ -18,7 +65,7 @@ This release improves performance with multi-core processing.
1865
## 0.9.0
1966

2067
This backwards-incompatible release makes two important breaking changes.
21-
First, we changd the default file format for 'linc' mode from NIfTI to CIFTI.
68+
First, we changed the default file format for 'linc' mode from NIfTI to CIFTI.
2269
Second, XCP-D no longer ingresses and warps the anatomical tissue segmentation file (`*_dseg.nii.gz`),
2370
since no one was using it and it's easy enough to collect separately.
2471

0 commit comments

Comments
 (0)