Skip to content

Commit

Permalink
Prepare 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Aug 22, 2024
1 parent 50df6b9 commit 3b0c47d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down

0 comments on commit 3b0c47d

Please sign in to comment.