Skip to content

v0.3.2

Choose a tag to compare

@pzfreo pzfreo released this 05 Jun 11:44
· 124 commits to main since this release
e30e5cc

What's changed

Added

  • TitleBlock gains revision, legal_owner, and show_labels parameters for ISO 7200:2004 compliance (#45)

Fixed

  • find_overlaps() AABB pre-filter skips expensive OCC boolean operations for non-overlapping pairs; boolean failures now surface as geometry_check_failed warnings instead of raising (#38)

Chore

  • Ruff linting + formatting, mypy with check_untyped_defs, pytest-cov, README badges (#46, #47)