Skip to content

v0.7.2: OCCTSwiftTools floor → 0.6.0, ShapeMeasurements comment fix

Choose a tag to compare

@gsdali gsdali released this 06 May 21:52
· 9 commits to main since this release
b84a6b8

Housekeeping floor bump + comment fix. No behaviour change.

  • Package.swift: OCCTSwiftTools floor raised from 0.5.0 to 0.6.0. Tools v0.6.0 splits file-I/O concerns into the new OCCTSwiftIO sibling and @_exported imports it, so AIS's existing OCCTSwiftTools.X references still resolve unchanged. Closes #17.
  • Dimension.swift:233: stray comment naming OCCTSwiftTools.ShapeMeasurements.faceCentroids updated to point at the kernel-hoisted ShapeMeasurements.faceCentroids in OCCTSwift (OCCTSwift v0.170.1 / Tools v0.5.1). Comment-only — the bbox-centroid heuristic in resolveFace is unchanged. Closes #16.
  • Install snippets in README.md and docs/getting-started.md refreshed to from: "0.7.2".

Tests: 158 across 14 suites, all green. No new tests.