Skip to content

Commit 3453151

Browse files
committed
CHANGES.md for 0.4.3
1 parent 3ace365 commit 3453151

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/ci-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
5454
- name: Upload coverage to codecov
5555
if: ${{ success() }}
56-
uses: codecov/codecov-action@v3
56+
uses: codecov/codecov-action@v4
5757
with:
5858
token: ${{ secrets.CODECOV_TOKEN }}
5959
fail_ci_if_error: false # optional (default = false)

.github/workflows/ci-pixi.yml

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
run: |
2626
pixi run install-editable
2727
pixi run pip install plugins/fluidfft-fftw -v --no-build-isolation --no-deps
28+
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw1d"
29+
pixi run python -c "import fluidfft_fftw.fft2d.with_fftw2d"
30+
pixi run python -c "import fluidfft_fftw.fft3d.with_fftw3d"
2831
- name: Tests
2932
run: |
3033
pixi run pytest -v -s tests

CHANGES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
See also the [unreleased changes].
44

5+
## [0.4.3] (2024-11-07)
6+
7+
- Compatibility Python 3.13
8+
59
## [0.4.2] (2024-08-22)
610

711
- Compatibility mpi4py 4.0
@@ -120,4 +124,5 @@ See also the [unreleased changes].
120124
[0.4.0]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.3.5...0.4.0
121125
[0.4.1]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.0...0.4.1
122126
[0.4.2]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.1...0.4.2
123-
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.2...branch%2Fdefault
127+
[0.4.3]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.2...0.4.3
128+
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.3...branch%2Fdefault

0 commit comments

Comments
 (0)