From 3b0c47d08339a660becd47d1d4825d5a232505b0 Mon Sep 17 00:00:00 2001 From: paugier Date: Thu, 22 Aug 2024 14:26:44 +0200 Subject: [PATCH] Prepare 0.4.2 --- CHANGES.md | 8 +++++++- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f33b20b..56ec966 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,11 @@ See also the [unreleased changes]. +## [0.4.2] (2024-08-22) + +- Compatibility mpi4py 4.0 +- Fix check import classes and `FLUIDFFT_DISABLE_IMPORT_CHECK`. + ## [0.4.1] (2024-07-24) - Support for Numpy 2.0 and Python 3.12 @@ -114,4 +119,5 @@ See also the [unreleased changes]. [0.4.0]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.3.5...0.4.0 [0.4.1]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.0...0.4.1 -[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.1...branch%2Fdefault +[0.4.2]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.1...0.4.2 +[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.2...branch%2Fdefault diff --git a/pyproject.toml b/pyproject.toml index cc141ad..6d4b7ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = 'mesonpy' [project] name = "fluidfft" -version = "0.4.1" +version = "0.4.2" description = "Efficient and easy Fast Fourier Transform (FFT) for Python." authors = [ {name = "Pierre Augier", email = "pierre.augier@legi.cnrs.fr"},