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
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)