Releases: Trinkle23897/Fast-Poisson-Image-Editing
v0.3.4
Adds ROCm/HIP support for the CUDA GPU backend from #25, so fpie can build the GPU solver for AMD GPUs while keeping the existing NVIDIA/CUDA path unchanged. The release also documents ROCm/HIP build usage, auto-enables HIP during source installs when a ROCm toolchain is present and nvcc is absent, and includes lint/spelling cleanup from the follow-up CI fix.
PyPI: https://pypi.org/project/fpie/0.3.4/
Full Changelog: v0.3.3...v0.3.4
v0.3.3
Adds the video and stream blending interface from #24, including the new fpie.video Python API and fpie-video CLI. The release also bumps the package version to 0.3.3, handles invalid capture FPS values, and keeps MPI initialization lazy with explicit finalization for MPI backend runs.
PyPI: https://pypi.org/project/fpie/0.3.3/
Full Changelog: v0.3.2...v0.3.3
v0.3.2
Includes the OpenMP grid race fix and default thread-count update from #19, plus the README test badge fix for the current GitHub Actions badge URL.
Full Changelog: v0.3.1...v0.3.2
v0.3.1
Includes the wheel packaging fix from #18 so fresh pip install . installs expose native backends, including CUDA, when available.
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- [fpie] fix CMake 4 compatibility for native backend installation by @Trinkle23897 in #13
- [fpie] support Python 3.10-3.13 installs by @Trinkle23897 in #14
- [fpie] fix leaked array frees in native solvers by @Trinkle23897 in #15
- [fpie] bump version to 0.3.0 and restore RTD builds by @Trinkle23897 in #16
- [fpie] replace Python lint tooling with ruff by @Trinkle23897 in #17
New Contributors
- @Trinkle23897 made their first contribution in #13
Full Changelog: v0.2.0...v0.3.0
GUI Support
0.1.0
First release: pip install fpie.
