Skip to content

Releases: compas-dev/compas_fab

COMPAS FAB 2.0.1

18 Jun 01:59

Choose a tag to compare

Added

Changed

Removed

COMPAS FAB 1.1.4

04 Dec 01:29

Choose a tag to compare

Added

Changed

  • Fix CI workflow for release publishing.

Removed

COMPAS FAB 1.1.3

04 Dec 00:50

Choose a tag to compare

Added

Changed

  • Replaced the deprecated draw_frame function with frame_to_rhino_plane in the Visualize Trajectory GhPython component to restore correct frame visualization.

Removed

COMPAS FAB 1.1.2

31 Oct 15:08

Choose a tag to compare

Added

Changed

Removed

COMPAS FAB 1.1.0

17 Apr 11:54

Choose a tag to compare

Added

Changed

  • Made pybullet entirely optional. To install pybullet, use pip install compas_fab.[pybullet] or install pybullet manually.

Removed

COMPAS FAB 1.0.5

17 Apr 06:36

Choose a tag to compare

Added

Changed

  • Rhino CPython support: change pybullet to be optional requirements inside Rhino.

Removed

COMPAS FAB 1.0.4

15 Apr 17:45

Choose a tag to compare

Added

Changed

Removed

COMPAS FAB 1.0.2

22 Feb 03:20
42a8f8e

Choose a tag to compare

Added

Changed

  • Raise BackendFeatureNotSupportedError exceptions when a features is not supported by the planner, instead of generic Exception.

Removed

COMPAS FAB 1.0.1

20 Feb 15:48
a911db7

Choose a tag to compare

Added

Changed

Removed

COMPAS FAB v0.28.0

10 May 13:21
92fab36

Choose a tag to compare

Added

  • Added Forward Kinematics GH component.

Changed

  • Updated install process of GH components.
  • Added caching to the GH component that visualizes scene, to avoid retrieving the whole scene too often.

Fixed

  • Fixed pre-Noetic support on the MoveIt planner when a tool is attached to the robot.