Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.3.0 - 2025-12-19

Added

  • Upgrade stdgpu for CUDA 13 support @stotko (#33)

  • Support OpenCV convention for transforms @stotko (#19)

Changed

  • Change partial masks condition to treat non-visible parts as unknown @stotko (#18)

Removed

Fixed

  • Fix unused warning in Gaussian blur @stotko (#32)

  • Do not use define inside macro evaluation @stotko (#26)

  • Fix pixel rounding in revised partial mask condition @stotko (#20)

  • Fix kernel error if sparse visual hull field is empty @stotko (#17)

  • Add missing docs for Gaussian blur @stotko (#16)

0.2.0 - 2025-07-10

Added

  • Add standard and optimized Gaussian blur for masks @stotko (#14)

  • Support non-binary masks from matting approaches @stotko (#13)

  • Add Python 3.13 support @stotko (#6)

Changed

  • Define visual hull isosurface multiplicatively @stotko (#12)

  • Move numpy to dev dependencies @stotko (#5)

0.1.0 - 2024-11-06

  • Initial version