Skip to content

Release v0.5.2

Choose a tag to compare

@KhoiDOO KhoiDOO released this 30 Jul 11:00
· 495 commits to main since this release

Features

  • Enhanced Delaunay triangulation wrappers.
  • Updated marching tetrahedra operations.

Refactors & Build

  • Refactored flood fill kernel to use memory-optimized int8_t masks and atomicCAS_int8, significantly cutting volumetric memory overhead.
  • Updated mesh_bvh bindings, C++ headers, and CUDA kernels to correctly extract and cast int8_t flood fill mask pointers.
  • Dynamically injected Conda CUDA target include paths in setup.py to prevent missing vector_types.h compiler errors.
  • Updated project metadata and build dependencies.
  • Added acknowledgements and comprehensive installation instructions to README.

Examples

  • Verified int8_t flood fill tensor pipeline stability in downstream simple_contouring metrics scripts.