Skip to content

COMPAS 2.9.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 07:51
· 8 commits to main since this release

Added

  • Added method frame_at to compas.geometry.BrepFace.
  • Added method frame_at to compas_rhino.geometry.RhinoBrepFace.
  • Added property is_reversed to compas.geometry.BrepFace.
  • Added property is_reversed to compas_rhino.geometry.RhinoBrepFace.

Changed

  • Fixed publish to YAK via CI workflow.
  • Added selector for test and prod to CI workflow.
  • Fixed AttributeError in compas.data.DataEncoder.default due to np.float_ no longer being available in numpy>=2.

Removed