File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,23 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.2.0] - 2025-07-10
9+
10+ ### Added
11+
12+ - Add standard and optimized Gaussian blur for masks [ @stotko ] ( https://github.com/stotko ) ([ \# 14] ( https://github.com/vc-bonn/torchhull/pull/14 ) )
13+ - Support non-binary masks from matting approaches [ @stotko ] ( https://github.com/stotko ) ([ \# 13] ( https://github.com/vc-bonn/torchhull/pull/13 ) )
14+ - Add Python 3.13 support [ @stotko ] ( https://github.com/stotko ) ([ \# 6] ( https://github.com/vc-bonn/torchhull/pull/6 ) )
15+
16+ ### Changed
17+
18+ - Define visual hull isosurface multiplicatively [ @stotko ] ( https://github.com/stotko ) ([ \# 12] ( https://github.com/vc-bonn/torchhull/pull/12 ) )
19+ - Move numpy to dev dependencies [ @stotko ] ( https://github.com/stotko ) ([ \# 5] ( https://github.com/vc-bonn/torchhull/pull/5 ) )
20+
821
922## [ 0.1.0] - 2024-11-06
1023
1124- Initial version
1225
26+ [ 0.2.0 ] : https://github.com/vc-bonn/torchhull/compare/v0.1.0...v0.2.0
1327[ 0.1.0 ] : https://github.com/vc-bonn/torchhull/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11[project ]
22name = " torchhull"
3- version = " 0.1 .0"
3+ version = " 0.2 .0"
44authors = [{
name =
" Patrick Stotko" ,
email =
" [email protected] " }]
55description = " A fast Visual Hull implementation"
66readme = " README.md"
You can’t perform that action at this time.
0 commit comments