Skip to content

Commit cb26d92

Browse files
committed
Merge remote-tracking branch 'upstream/maint/1.8.x'
2 parents 42d7f6f + 2c01772 commit cb26d92

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.circleci/config.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ jobs:
287287
- run:
288288
name: Validate version
289289
command: |
290-
THISVERSION=$( pipx run hatch version )
290+
THISVERSION=$( python3 get_version.py )
291291
python -m pip install dist/*.tar.gz
292292
mkdir empty
293293
cd empty
@@ -309,15 +309,6 @@ jobs:
309309
command: |
310310
pipx run build
311311
pipx run twine check dist/*
312-
- run:
313-
name: Validate version
314-
command: |
315-
THISVERSION=$( pipx run hatch version )
316-
python -m pip install dist/*.tar.gz
317-
mkdir empty
318-
cd empty
319-
INSTALLED=$( python -c 'import niworkflows; print(niworkflows.__version__)' )
320-
test "${CIRCLE_TAG:-$THISVERSION}" == "$INSTALLED"
321312
- run:
322313
name: Upload to PyPi
323314
command: |

CHANGES.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,16 @@ A list of prominent changes can be found below. (With thanks to Lea Waller for t
434434
* ``NormalizeMotionParams`` now under ``confounds``.
435435
* ``FMRISummary``, ``CompCorVariancePlot``, ``ConfoundsCorrelationPlot`` from ``plotting``
436436

437+
1.3.10 (September 16, 2023)
438+
===========================
439+
Bug-fix release in the 1.3.x series.
440+
441+
Minor maintenance.
442+
443+
* FIX: Compatibility with matplotlib 3.8.0 (#825)
444+
* FIX: Remove unused ANTs parameter that was removed in 2.4.1 (#772)
445+
* MNT: Create a requirements.txt to keep the LTS branch buildable (#798)
446+
437447
1.3.9 (December 21, 2022)
438448
=========================
439449
Bug-fix release in the 1.3.x series.

0 commit comments

Comments
 (0)