Skip to content

Commit 6ad0b1f

Browse files
committed
Update changelog
1 parent 02fc0de commit 6ad0b1f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
The following changes are present in the `main` branch of the repository and are not yet part of a release:
44

5-
- N/A
5+
- Py: Major refactor of the Python bindings, interface is simplified and more "pythonic"
6+
- Merged distinct F64/F32 classes and functions and infer data type automatically
7+
- Nearly all inputs and outputs are now zero-copy (e.g. mesh vertices and faces can be accessed as attributes without copies)
8+
- CLI: Add some tests for the `reconstruction_pipeline` function
9+
- CLI: Fix post-processing when particle AABB filtering is enabled
10+
- Lib: Support subdomain "ghost particle" margins to be up to the size of the subdomain itself (previously limited to half the size)
11+
- CLI/Lib: Option to automatically disable subdomain decomposition for very small grids
12+
- Lib: Support for non-owned data in `MeshAttribute`, avoids copies in CLI and Python package
613

714
## Version 0.12.0
815

0 commit comments

Comments
 (0)