File tree 3 files changed +10
-2
lines changed
3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 53
53
54
54
- name : Upload coverage to codecov
55
55
if : ${{ success() }}
56
- uses : codecov/codecov-action@v3
56
+ uses : codecov/codecov-action@v4
57
57
with :
58
58
token : ${{ secrets.CODECOV_TOKEN }}
59
59
fail_ci_if_error : false # optional (default = false)
Original file line number Diff line number Diff line change 25
25
run : |
26
26
pixi run install-editable
27
27
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"
28
31
- name : Tests
29
32
run : |
30
33
pixi run pytest -v -s tests
Original file line number Diff line number Diff line change 2
2
3
3
See also the [ unreleased changes] .
4
4
5
+ ## [ 0.4.3] (2024-11-07)
6
+
7
+ - Compatibility Python 3.13
8
+
5
9
## [ 0.4.2] (2024-08-22)
6
10
7
11
- Compatibility mpi4py 4.0
@@ -120,4 +124,5 @@ See also the [unreleased changes].
120
124
[ 0.4.0 ] : https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.3.5...0.4.0
121
125
[ 0.4.1 ] : https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.0...0.4.1
122
126
[ 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
You can’t perform that action at this time.
0 commit comments