Skip to content

Commit

Permalink
CHANGES.md for 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Nov 7, 2024
1 parent 3ace365 commit 3453151
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Upload coverage to codecov
if: ${{ success() }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false # optional (default = false)
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/ci-pixi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
run: |
pixi run install-editable
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw1d"
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw2d"
pixi run python -c "import fluidfft_fftw.fft3d.with_fftw3d"
- name: Tests
run: |
pixi run pytest -v -s tests
Expand Down
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

See also the [unreleased changes].

## [0.4.3] (2024-11-07)

- Compatibility Python 3.13

## [0.4.2] (2024-08-22)

- Compatibility mpi4py 4.0
Expand Down Expand Up @@ -120,4 +124,5 @@ See also the [unreleased changes].
[0.4.0]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.3.5...0.4.0
[0.4.1]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.0...0.4.1
[0.4.2]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.1...0.4.2
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.2...branch%2Fdefault
[0.4.3]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.2...0.4.3
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.3...branch%2Fdefault

0 comments on commit 3453151

Please sign in to comment.