Skip to content

Commit 2fef639

Browse files
committed
Update readme, changelog, deps, etc.
1 parent 561a21c commit 2fef639

File tree

10 files changed

+498
-385
lines changed

10 files changed

+498
-385
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ The following changes are present in the `main` branch of the repository and are
44

55
- N/A
66

7+
## Version 0.12.0
8+
9+
This release adds Python bindings for the CLI and library, see [README](pysplashsurf/README.md) for more details.
10+
11+
- CLI: Add a library target to the `splashsurf` crate to allow using high-level CLI functions from other crates
12+
- CLI: Add an argument `--mesh-cleanup-snap-dist` to limit the snapping distance along cube edges (relative to marching cube size) of the marching cubes cleanup step (default is to snap without limit)
13+
- CLI: Enable mesh cleanup by default if smoothing is enabled
14+
715
## Version 0.11.0
816

917
- CLI: Add a switch `--check_mesh_orientation` to check if the mesh orientation is consistent (i.e. vertex normals have the same orientation as all adjacent face normals)

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ abstract: >-
2121
Splashsurf is a surface reconstruction tool and framework
2222
for reconstructing surfaces from particle data.
2323
license: MIT
24-
version: 0.11.0
25-
date-released: '2025-04-07'
24+
version: 0.12.0
25+
date-released: '2025-06-25'

0 commit comments

Comments
 (0)