Skip to content

Commit

Permalink
Merge branch 'topic/default/prepare-0.4.1' into 'branch/default'
Browse files Browse the repository at this point in the history
Prepare 0.4.1

See merge request fluiddyn/fluidfft!66
  • Loading branch information
paugier committed Jul 24, 2024
2 parents a406ae9 + 09abfdf commit 7007769
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

See also the [unreleased changes].

## [0.4.1] (2024-07-24)

- Support for Numpy 2.0 and Python 3.12

## [0.4.0] (2024-02-11)

- New modular architecture using plugins:
Expand Down Expand Up @@ -109,4 +113,5 @@ See also the [unreleased changes].
- fluidfft can be used with mpi in fluidsim.

[0.4.0]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.3.5...0.4.0
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.0...branch%2Fdefault
[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
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.0.post1"
version = "0.4.1"
description = "Efficient and easy Fast Fourier Transform (FFT) for Python."
authors = [
{name = "Pierre Augier", email = "[email protected]"},
Expand Down

0 comments on commit 7007769

Please sign in to comment.