File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-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.2] (2024-08-22)
6
+
7
+ - Compatibility mpi4py 4.0
8
+ - Fix check import classes and ` FLUIDFFT_DISABLE_IMPORT_CHECK ` .
9
+
5
10
## [ 0.4.1] (2024-07-24)
6
11
7
12
- Support for Numpy 2.0 and Python 3.12
@@ -114,4 +119,5 @@ See also the [unreleased changes].
114
119
115
120
[ 0.4.0 ] : https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.3.5...0.4.0
116
121
[ 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
122
+ [ 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
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.1 "
8
+ version = " 0.4.2 "
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