Skip to content

COMPAS 1.6.3

Choose a tag to compare

@github-actions github-actions released this 26 May 16:49

Added

  • Added compas.topology.astar_lightest_path.
  • Added jsonschema definitions for primitives and transformations.
  • Added schema implementation to primitives and transformations.
  • Added jsonschema implementation to primitives and transformations.
  • Added compas.data.is_int3, compas.data.is_float3, compas_data.is_float4x4.

Changed

  • Extended compas.topology.astar_shortest_path to work on compas.datastructures.Mesh and compas.datastructures.Network.
  • Fixed compas.data.Data.to_jsonstring.
  • Changed compas.data.Data.data.setter to raise NotImplementedError.
  • Changed annotations of compas_blender.artists.BaseArtist.
  • Fixed __repr__ for primitives, shapes, transformations.

Removed

  • Removed duplicate cases from compas.data.DataEncoder.