Skip to content

Commit 0b2b12b

Browse files
committed
DOC: 1.9.0 changelog
1 parent f563542 commit 0b2b12b

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGES.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
1.8.1 (June 29, 2023)
222
=====================
323
Patch release in the 1.8.x series.

0 commit comments

Comments
 (0)