Skip to content

Commit 3b0c47d

Browse files
committed
Prepare 0.4.2
1 parent 50df6b9 commit 3b0c47d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
See also the [unreleased changes].
44

5+
## [0.4.2] (2024-08-22)
6+
7+
- Compatibility mpi4py 4.0
8+
- Fix check import classes and `FLUIDFFT_DISABLE_IMPORT_CHECK`.
9+
510
## [0.4.1] (2024-07-24)
611

712
- Support for Numpy 2.0 and Python 3.12
@@ -114,4 +119,5 @@ See also the [unreleased changes].
114119

115120
[0.4.0]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.3.5...0.4.0
116121
[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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = 'mesonpy'
55

66
[project]
77
name = "fluidfft"
8-
version = "0.4.1"
8+
version = "0.4.2"
99
description = "Efficient and easy Fast Fourier Transform (FFT) for Python."
1010
authors = [
1111
{name = "Pierre Augier", email = "[email protected]"},

0 commit comments

Comments
 (0)