File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1.9.0 (October 12, 2023)
2
+ ========================
3
+ New feature release in the 1.9.x series.
4
+
5
+ This release should be mostly compatible with 1.8.x.
6
+ The most significant addition is the :class: `niworkflows.data.Loader `,
7
+ which provides some wrapping around :mod: `importlib.resources ` to make
8
+ accessing resources more convenient.
9
+
10
+ * FIX: Build config and CI (#826)
11
+ * FIX: Compatibility with matplotlib 3.8.0 (#825)
12
+ * FIX: Save boldrefs as float32 (#821)
13
+ * FIX: Replace deprecated Matplotlib functionality (#820)
14
+ * FIX: Test names of paths when calling path.iterdir() (#818)
15
+ * ENH: Add PET support to niworkflows (#823)
16
+ * ENH: Add data loader class, install at root and data modules (#816)
17
+ * MNT: Pyupgrade suggestions (#817)
18
+ * MNT: update vendored docs files (#813)
19
+ * CI: Bump actions/checkout from 3 to 4 (#824)
20
+
1
21
1.8.1 (June 29, 2023)
2
22
=====================
3
23
Patch release in the 1.8.x series.
You can’t perform that action at this time.
0 commit comments