Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/maint/1.8.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 17, 2023
2 parents 42d7f6f + 2c01772 commit cb26d92
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
11 changes: 1 addition & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ jobs:
- run:
name: Validate version
command: |
THISVERSION=$( pipx run hatch version )
THISVERSION=$( python3 get_version.py )
python -m pip install dist/*.tar.gz
mkdir empty
cd empty
Expand All @@ -309,15 +309,6 @@ jobs:
command: |
pipx run build
pipx run twine check dist/*
- run:
name: Validate version
command: |
THISVERSION=$( pipx run hatch version )
python -m pip install dist/*.tar.gz
mkdir empty
cd empty
INSTALLED=$( python -c 'import niworkflows; print(niworkflows.__version__)' )
test "${CIRCLE_TAG:-$THISVERSION}" == "$INSTALLED"
- run:
name: Upload to PyPi
command: |
Expand Down
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,16 @@ A list of prominent changes can be found below. (With thanks to Lea Waller for t
* ``NormalizeMotionParams`` now under ``confounds``.
* ``FMRISummary``, ``CompCorVariancePlot``, ``ConfoundsCorrelationPlot`` from ``plotting``

1.3.10 (September 16, 2023)
===========================
Bug-fix release in the 1.3.x series.

Minor maintenance.

* FIX: Compatibility with matplotlib 3.8.0 (#825)
* FIX: Remove unused ANTs parameter that was removed in 2.4.1 (#772)
* MNT: Create a requirements.txt to keep the LTS branch buildable (#798)

1.3.9 (December 21, 2022)
=========================
Bug-fix release in the 1.3.x series.
Expand Down

0 comments on commit cb26d92

Please sign in to comment.