File tree Expand file tree Collapse file tree 4 files changed +33
-4
lines changed Expand file tree Collapse file tree 4 files changed +33
-4
lines changed Original file line number Diff line number Diff line change 8
8
"0.2.5" : " Ordering of probseg maps was incorrect." ,
9
9
"0.2.6" : " Ordering of probseg maps was incorrect." ,
10
10
"0.2.7" : " Ordering of probseg maps was incorrect." ,
11
- "0.2.8" : " Ordering of probseg maps was incorrect."
11
+ "0.2.8" : " Ordering of probseg maps was incorrect." ,
12
+ "0.7.0" : " Broken entrypoint for Docker/Apptainer."
12
13
}
13
14
}
Original file line number Diff line number Diff line change
1
+ ## 0.7.0
2
+
3
+ ### 🛠 Breaking Changes
4
+
5
+ * Rename QC metrics and output QC files as TSVs by @tsalo in https://github.com/PennLINC/aslprep/pull/375
6
+ * Move atlases into a subfolder by @tsalo in https://github.com/PennLINC/aslprep/pull/377
7
+
8
+ ### 🎉 Exciting New Features
9
+
10
+ * Add --ignore fmap-jacobian option by @tsalo in https://github.com/PennLINC/aslprep/pull/385
11
+ * Support lists in filter file with ` * ` or ` null ` by @tsalo in https://github.com/PennLINC/aslprep/pull/388
12
+
13
+ ### 🐛 Bug Fixes
14
+
15
+ * Flip order of transforms in ` init_ds_volumes_wf ` by @tsalo in https://github.com/PennLINC/aslprep/pull/392
16
+
17
+ ### Other Changes
18
+
19
+ * Use space definitions from niworkflows by @tsalo in https://github.com/PennLINC/aslprep/pull/378
20
+ * Use niworkflows enhance-and-skullstrip workflow by @tsalo in https://github.com/PennLINC/aslprep/pull/371
21
+ * Update Nilearn requirement to 0.10.3 by @tsalo in https://github.com/PennLINC/aslprep/pull/396
22
+ * [ ENH] Update docker image by @mattcieslak in https://github.com/PennLINC/aslprep/pull/409
23
+ * [ FIX] update to newer docker by @mattcieslak in https://github.com/PennLINC/aslprep/pull/412
24
+ * Update codecov orb version by @tsalo in https://github.com/PennLINC/aslprep/pull/410
25
+
26
+ ** Full Changelog** : https://github.com/PennLINC/aslprep/compare/0.6.0...0.7.0
27
+
28
+
1
29
## 0.6.0
2
30
3
31
This release makes substantial changes to * ASLPrep* .
Original file line number Diff line number Diff line change @@ -124,5 +124,5 @@ keywords:
124
124
- BIDS-App
125
125
- Neuroimaging
126
126
license : BSD-3-Clause
127
- version : 0.6 .0
128
- date-released : ' 2023-12 -09'
127
+ version : 0.7 .0
128
+ date-released : ' 2024-05 -09'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN find $HOME -type d -exec chmod go=u {} + && \
17
17
RUN ldconfig
18
18
WORKDIR /tmp/
19
19
20
- ENTRYPOINT ["/usr/local/miniconda /bin/aslprep" ]
20
+ ENTRYPOINT ["/opt/conda/envs/aslprep /bin/aslprep" ]
21
21
22
22
ARG BUILD_DATE
23
23
ARG VCS_REF
You can’t perform that action at this time.
0 commit comments