Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 May 14:01
· 1 commit to main since this release

Added

  • Added support for attributes of compas.datastructures.Mesh (mesh, edges, vertices, faces attributes) to be serialized and deserialized. PointData is backwards compatible with previous versions, so vertex attributes are filtered to remove x, y, z keys.
  • Added support for compas.datastructures.Graph serialization and deserialization.

Changed

Removed