Skip to content

Commit 6105a26

Browse files
committed
Update changelog
1 parent 05e8a22 commit 6105a26

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.
9+
- Lib: Make most fields of `SurfaceReconstruction` public
810
- CLI: Add some tests for the `reconstruction_pipeline` function
911
- CLI: Fix post-processing when particle AABB filtering is enabled
1012
- Lib: Support subdomain "ghost particle" margins to be up to the size of the subdomain itself (previously limited to half the size)

0 commit comments

Comments
 (0)