File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ 1.1.9 (March 05, 2020)
2
+ ======================
3
+ Bug-fix release in the 1.1.x series.
4
+
5
+ This release contains maintenance actions on the CI infrastructure after
6
+ migration to the `NiPreps organization <https://www.nipreps.org >`__.
7
+
8
+ * FIX: replace mutable ``list `` with ``tuple `` in ANTs' workflow (#473)
9
+ * MAINT: Pacify security patterns found by Codacy (#474)
10
+ * MAINT: Miscellaneous housekeeping (#472)
11
+ * MAINT: Fix test_masks (#470)
12
+ * MAINT: Use docker-registry for caching on CircleCI (#471)
13
+ * MAINT: Revise code coverage collection (#469)
14
+ * MAINT: Transfer to nipreps organization (#468)
15
+
1
16
1.1.8 (February 26, 2020)
2
17
=========================
3
18
Bug-fix release in the 1.1.x series.
@@ -7,7 +22,7 @@ This release includes some minor improvements to formatting of reports and deriv
7
22
* FIX: Check fo valid qform before calculating change (#466) @effigies
8
23
* ENH: Display errors as summary/details elements (#464) @effigies
9
24
* ENH: Add a pure-Python ApplyMask interface, based on NiBabel (#463) @oesteban
10
- * RF : Replace ``os `` operations with ``pathlib ``, indent JSON sidecars (#467) @mgxd
25
+ * MAINT : Replace ``os `` operations with ``pathlib ``, indent JSON sidecars (#467) @mgxd
11
26
12
27
1.1.7 (February 14, 2020)
13
28
=========================
You can’t perform that action at this time.
0 commit comments