File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
See also the [ unreleased changes] .
4
4
5
+ ## [ 0.4.1] (2024-07-24)
6
+
7
+ - Support for Numpy 2.0 and Python 3.12
8
+
5
9
## [ 0.4.0] (2024-02-11)
6
10
7
11
- New modular architecture using plugins:
@@ -109,4 +113,5 @@ See also the [unreleased changes].
109
113
- fluidfft can be used with mpi in fluidsim.
110
114
111
115
[ 0.4.0 ] : https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.3.5...0.4.0
112
- [ unreleased changes ] : https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.0...branch%2Fdefault
116
+ [ 0.4.1 ] : https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.0...0.4.1
117
+ [ unreleased changes ] : https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.1...branch%2Fdefault
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = 'mesonpy'
5
5
6
6
[project ]
7
7
name = " fluidfft"
8
- version = " 0.4.0.post1 "
8
+ version = " 0.4.1 "
9
9
description = " Efficient and easy Fast Fourier Transform (FFT) for Python."
10
10
authors = [
11
11
{
name =
" Pierre Augier" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments