Skip to content

COMPAS 2.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 14:21
· 9 commits to main since this release

Added

  • Added compas.scene.Scene.add_group() for adding group.
  • Added compas.scene.Group.add_from_list() for adding a list of items to a group.
  • Added implementation for compas.geometry.SphericalSurface.isocurve_u.
  • Added implementation for compas.geometry.SphericalSurface.isocurve_v.
  • Added implementation for compas.geometry.CylindricalSurface.isocurve_u.
  • Added implementation for compas.geometry.CylindricalSurface.isocurve_v.

Changed

  • Fixed error in circle_to_compas from Rhino.
  • Fixed Rhino to Rhino brep serialization.
  • Upated compas.scene.Group.add() to pass on group kwargs as default for child items.
  • Fixed bug in context detection, which wrongly defaults to Viewer instead of None.
  • Fixed bug in calculation of compas.geometry.Polyhedron.edges if geometry is computed using numpy.
  • Fixed bug in Grpah.from_pointcloud which uses degree parameter wrongly.

Removed