Skip to content

Commit 7515652

Browse files
committed
v0.2.0
1 parent 746d67f commit 7515652

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and 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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "torchhull"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = [{ name = "Patrick Stotko", email = "[email protected]" }]
55
description = "A fast Visual Hull implementation"
66
readme = "README.md"

0 commit comments

Comments
 (0)