You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added DevTools with support for automatic reloading of local python modules.
Added implementation for compas_rhino.geometry.RhinoBrep.from_step.
Added CPython implementations of GH components for Rhino8.
Added import to new yakerize task from compas_invocations2.
Added import to new publish_yak task from compas_invocations2.
Changed
Moved unload_modules to be a static method of DevTools. The unload_modules function is an alias to this.
Fixed unexpected behavior in compas.geometry.bbox_numpy.minimum_area_rectangle_xy.
Changed requirements.txt to allow numpy>=2.
Fixed bug in compas.geometry.Polygon.points setter by removing duplicate points if they exist.
Fixed bug in compas.geometry.Polygon.plane by aligning the normal of the bestfit plane with the approximate normal of the polygon faces.
Changed the order of face vertices in compas.geometry.Surface.to_vertices_and_faces to a counter clockwise cycling direction and outward facing normals for curved surfaces.