Skip to content

Releases: Trinkle23897/Fast-Poisson-Image-Editing

v0.3.4

03 Jun 18:22

Choose a tag to compare

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

09 May 05:09
563b287

Choose a tag to compare

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

30 Mar 17:24

Choose a tag to compare

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

20 Mar 19:19

Choose a tag to compare

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

20 Mar 18:38
7fc9a0e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

GUI Support

15 Apr 00:58

Choose a tag to compare

Add a simple GUI to demonstrate real-time results in a user-friendly way.

fpie-gui -s test3_src.jpg -t test3_tgt.jpg -o result.jpg

0.1.0

13 Apr 18:07

Choose a tag to compare

First release: pip install fpie.