Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 20 Apr 22:58
fd93ff2

0.5.0 (2026-04-20)

Features

  • brep: add enable_compilation_cache public API (#53) (725fbf9)

Performance Improvements

  • brep: batch face dispatch by signature, single vmap per group (#52) (9d799f3)
  • brep: share JIT cache across faces by surface type and BSpline signature (#51) (8931f24)

Documentation

  • adr: ADR-0017 triangulation cold/subsequent/warm performance regions (#57) (d587dc9)
  • brep: surface enable_compilation_cache in README and example 11 (#56) (88ebb0e)
  • clean up stale explanation docs and update architecture index (#49) (5484588)

Miscellaneous Chores