File tree Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Expand file tree Collapse file tree 3 files changed +27
-3
lines changed Original file line number Diff line number Diff line change 9
9
"0.2.6" : " Ordering of probseg maps was incorrect." ,
10
10
"0.2.7" : " Ordering of probseg maps was incorrect." ,
11
11
"0.2.8" : " Ordering of probseg maps was incorrect." ,
12
- "0.7.0" : " Broken entrypoint for Docker/Apptainer."
12
+ "0.6.0" : " GIFTI outputs not separated by hemisphere." ,
13
+ "0.7.0" : " Broken entrypoint for Docker/Apptainer. GIFTI outputs not separated by hemisphere." ,
14
+ "0.7.1" : " GIFTI outputs not separated by hemisphere."
13
15
}
14
16
}
Original file line number Diff line number Diff line change
1
+ ## 0.7.2
2
+
3
+ A patch release to fix GIFTI outputs.
4
+
5
+ ### 🐛 Bug Fixes
6
+
7
+ * Split giftis by hemisphere by @tsalo in https://github.com/PennLINC/aslprep/pull/419
8
+
9
+ ** Full Changelog** : https://github.com/PennLINC/aslprep/compare/0.7.1...0.7.2
10
+
11
+
12
+ ## 0.7.1
13
+
14
+ A hotfix release following 0.7.0.
15
+
16
+ ### 🐛 Bug Fixes
17
+
18
+ * Fix the entrypoint path in the Dockerfile by @tsalo in https://github.com/PennLINC/aslprep/pull/413
19
+
20
+ ** Full Changelog** : https://github.com/PennLINC/aslprep/compare/0.7.0...0.7.1
21
+
22
+
1
23
## 0.7.0
2
24
3
25
### 🛠 Breaking Changes
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.7.0
128
- date-released : ' 2024-05-09 '
127
+ version : 0.7.2
128
+ date-released : ' 2024-06-03 '
You can’t perform that action at this time.
0 commit comments