Skip to content

COMPAS 2.15.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Mar 17:44
· 20 commits to main since this release
v2.15.1
dfb1d54

Added

  • Added TOL.update() method for explicit global state modification.
  • Added TOL.temporary() context manager for scoped changes.
  • Added missing implementation of Brep.to_polygons() in compas_rhino.geometry.RhinoBrep.

Changed

  • Changed Tolerance class to no longer use singleton pattern. Tolerance() now creates independent instances instead of returning the global TOL.
  • Renamed Tolerance.units to Tolerance.unit to better reflect the documented properties. Left units with deprecation warning.
  • Fixed NotImplementedErorr when calling BrepLoop.vertices.

Removed