Skip to content

Commit 09abfdf

Browse files
committed
Prepare 0.4.1
1 parent a406ae9 commit 09abfdf

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.md

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

33
See also the [unreleased changes].
44

5+
## [0.4.1] (2024-07-24)
6+
7+
- Support for Numpy 2.0 and Python 3.12
8+
59
## [0.4.0] (2024-02-11)
610

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

111115
[0.4.0]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.3.5...0.4.0
112-
[unreleased changes]: https://foss.heptapod.net/fluiddyn/fluidfft/-/compare/0.4.0...branch%2Fdefault
116+
[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

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.0.post1"
8+
version = "0.4.1"
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)