From 31940f4503669108e31aeb5b14b6f9d747e1da26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20L=C3=B6schner?= Date: Wed, 13 Sep 2023 16:12:21 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f589e99..e4fdf73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,11 @@ The following changes are present in the `main` branch of the repository and are not yet part of a release: - - No major changes since last release + - CLI: Make new spatial decomposition available in CLI with `--subdomain-grid=on` + - Lib: Implement new spatial decomposition based on a regular grid of subdomains, subdomains are dense marching cubes grids + - Lib: Support for reading and writing PLY meshes + - CLI: Support for filtering input particles using an AABB with `--particle-aabb-min`/`--particle-aabb-max` + - CLI: Support for clamping the triangle mesh using an AABB with `--mesh-aabb-min`/`--mesh-aabb-max` ## Version 0.9.3