Skip to content

v3.5.1

Latest

Choose a tag to compare

@pca006132 pca006132 released this 04 Jun 13:16
· 14 commits to master since this release
cc8a7f6

Mostly a patch release for #1735.

Bug Fixes

Bindings

  • Expose ExecutionContext factories in bindings (C/Python/WASM) by @zmerlynn in #1743.

Refactoring

  • Thread ExecutionContext into MeshGL ingest via ExecutionContext::FromMeshGL by @zmerlynn in #1723.
  • Thread ExecutionContext into Smooth via ExecutionContext::Smooth by @zmerlynn in #1734.
  • Thread ExecutionContext into LevelSet via ExecutionContext::LevelSet by @zmerlynn in #1739.
  • Per-phase timing in ADVANCE_PHASE_OR_RETURN; extend perfPhases by @zmerlynn in #1742.
  • Route Boolean3::Result timing through the shared phase mechanism by @zmerlynn in #1745.