Skip to content

Commit abba849

Browse files
committed
Merge remote-tracking branch 'upstream/maint/1.9.x'
2 parents 26bd24f + 0b2b12b commit abba849

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
- run:
288288
name: Validate version
289289
command: |
290-
THISVERSION=$( python3 get_version.py )
290+
THISVERSION=$( pipx run hatch version )
291291
python -m pip install dist/*.tar.gz
292292
mkdir empty
293293
cd empty

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)