Skip to content

Commit edb3ef0

Browse files
committed
Update changelog
1 parent 0565512 commit edb3ef0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ The following changes are present in the `main` branch of the repository and are
55
- Py: Major refactor of the Python bindings, interface is simplified and more "pythonic"
66
- Merged distinct F64/F32 classes and functions and infer data type automatically
77
- Nearly all inputs and outputs are now zero-copy (e.g. mesh vertices and faces can be accessed as attributes without copies)
8-
- Lib: Enforce that `Index` types are signed integers implementing the `num_traits::Signed` trait. Currently the reconstruction does not work (correctly) with unsigned integers.
8+
- Py: Add a function for a plain marching cubes reconstruction without any SPH interpolation
9+
- Lib: Add support for "dense" density maps (borrowed & owned) as input for the marching cubes triangulation, useful for the Python bindings
10+
- Lib: Enforce that `Index` types are signed integers implementing the `num_traits::Signed` trait. Currently, the reconstruction does not work (correctly) with unsigned integers.
911
- Lib: Make most fields of `SurfaceReconstruction` public
1012
- CLI: Add some tests for the `reconstruction_pipeline` function
1113
- CLI: Fix post-processing when particle AABB filtering is enabled

0 commit comments

Comments
 (0)