Skip to content

Commit

Permalink
Release notes 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Feb 9, 2024
1 parent 4c0e5fd commit e63459b
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Release notes

See also the [unreleased changes].

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

- New modular architecture using plugins:

- Configuration file deprecated.
- New functions {func}`fluidfft.get_plugins` and {func}`fluidfft.get_methods`.
- Base C++ code in `fluidfft-builder`
- [Plugins](#plugins) `f"fluidfft-{s}"` for `s` in `fftw`, `mpi_with_fftw`,
`fftwmpi`, `pfft` and `p3dfft`.

- Build and upload wheels on PyPI with Github Actions!
- Much better CI in foss.heptapod.net and Github Actions.
- Use the [Meson build system](https://mesonbuild.com) via
[meson-python](https://github.com/mesonbuild/meson-python).
- Development: use PDM, Nox and Pixi.

## 0.3.5 (2023-09-20)

- Support for Numpy 1.26
Expand Down Expand Up @@ -89,3 +107,6 @@
## 0.1.0

- 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
4 changes: 4 additions & 0 deletions src/fluidfft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
This root module provides two helper functions to import fft classes and create
fft objects:
.. autofunction:: get_plugins
.. autofunction:: get_methods
.. autofunction:: import_fft_class
.. autofunction:: create_fft_object
Expand Down

0 comments on commit e63459b

Please sign in to comment.