Skip to content

COMPAS 1.17.6

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Sep 14:12
· 1820 commits to main since this release
409da63

Added

  • Added create_id to compas_ghpython.utilities. (moved from compas_fab)

Changed

  • Fixed bug that caused a new-line at the end of the compas.HERE constant in IronPython for Mac.
  • Fixed Grasshopper draw_polylines method to return PolylineCurve instead of Polyline because the latter shows as only points.
  • Fixed uninstall post-process.
  • Fixed area_polygon that was, in some cases, returning a negative area
  • Fixed support for System.Decimal data type on json serialization.
  • Fixed AttributeError in Plotter's PolylineArtist and SegementArtist.
  • Fixed wrong key type when de-serializing Graph with integer keys leading to node not found.
  • Fixed bug in VolMeshArtist.draw_cells for Rhino, Blender and Grasshopper.
  • Fixed bug in the is_polygon_in_polygon_xy that was not correctly generating all the edges of the second polygon before checking for intersections.

Removed