Skip to content

Commit

Permalink
Merge branch 'topic/default/maintain' into 'branch/default'
Browse files Browse the repository at this point in the history
Prepare 0.8.3 (new builds with Transonic 0.7.2 for Windows wheels)

See merge request fluiddyn/fluidsim!394
  • Loading branch information
paugier committed Aug 27, 2024
2 parents 1fae388 + f39095a commit 18be830
Show file tree
Hide file tree
Showing 5 changed files with 1,251 additions and 1,030 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
with:
python-version: 3.x
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_SKIP: pp* cp36-* cp37-* cp38-* *-musllinux*
CIBW_SKIP: pp* cp36-* cp37-* cp38-* *-musllinux* cp313-macosx_x86_64
CIBW_ARCHS: ${{ matrix.architecture }}
- uses: actions/upload-artifact@v4
with:
Expand All @@ -49,7 +49,7 @@ jobs:
with:
python-version: 3.x
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_SKIP: pp* cp36-* cp37-* cp38-* *-musllinux*
CIBW_ARCHS: ${{ matrix.architecture }}
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
python-version: 3.x

- name: Build wheels
uses: pypa/cibuildwheel@v2.16.5
uses: pypa/cibuildwheel@v2.20.0
env:
CIBW_SKIP: pp* cp36-* cp37-* cp38-* *-musllinux*
CIBW_ARCHS: aarch64
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
name: sdist
- uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12
- run: |
pip install pip -U
ls
Expand Down
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ See also the [unreleased changes].

% Security Security in case of vulnerabilities.

## [0.8.3] (2024-08-27)

- New build with Transonic 0.7.2 to fix Windows wheels

## [0.8.2] (2024-08-17)

- Compatibility with Python 3.12, Numpy 2.0 and mpi4py 4.0.
Expand Down Expand Up @@ -335,4 +339,5 @@ Merge with geofluidsim (Ashwin Vishnu Mohanan repository)
[0.8.0]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.7.4...0.8.0
[0.8.1]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.8.0...0.8.1
[0.8.2]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.8.1...0.8.2
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.8.2...branch%2Fdefault
[0.8.3]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.8.2...0.8.3
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidsim/-/compare/0.8.3...branch%2Fdefault
Loading

0 comments on commit 18be830

Please sign in to comment.