All Versions
12
Latest Version
Avg Release Cycle
295 days
Latest Release
142 days ago

Changelog History
Page 1

  • v1.1.15 Changes

    January 26, 2026

    ๐Ÿ‘€ See changelog for changes.

  • v1.1.13

    January 05, 2025
  • v1.1.10 Changes

    October 05, 2023

    ๐Ÿ‘€ See changelog for changes.

  • v1.1.7 Changes

    • โž• Add sanity check for image and trimap.
  • v1.1.6 Changes

    • โž• Add kernel parameter for knn_laplacian.
  • v1.1.5 Changes

    • Add relative_discard_threshold for ichol preconditioner.
  • v1.1.4 Changes

    • Switch back to njit because ahead-of-time compilation caused too many issues with installation.
  • v1.1.3 Changes

    • Add optimization for estimate_alpha_cf which should reduce computation time if most pixels in the trimap are known.
    • ๐Ÿ‘ Allow sloppy trimaps.
  • v1.1.2 Changes

    December 14, 2020
    • Recompile ahead-of-time-compiled modules if they are out of date.
    • Add a gradient weighting term to estimate_foreground_ml.
  • v1.1.1 Changes

    November 02, 2020
    • ๐Ÿ— Compile on first import instead of during build to simplfy PyPI upload process.