Skip to content

Releases: compas-dev/compas_fab

COMPAS FAB 2.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Jun 01:59

Added

Changed

Removed

COMPAS FAB 1.1.4

Choose a tag to compare

@github-actions github-actions released this 04 Dec 01:29

Added

Changed

  • Fix CI workflow for release publishing.

Removed

COMPAS FAB 1.1.3

Choose a tag to compare

@github-actions github-actions released this 04 Dec 00:50

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

Choose a tag to compare

@github-actions github-actions released this 31 Oct 15:08

Added

Changed

Removed

COMPAS FAB 1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Apr 11:54

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

Choose a tag to compare

@github-actions github-actions released this 17 Apr 06:36

Added

Changed

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

Removed

COMPAS FAB 1.0.4

Choose a tag to compare

@github-actions github-actions released this 15 Apr 17:45

Added

Changed

Removed

COMPAS FAB 1.0.2

Choose a tag to compare

@github-actions github-actions released this 22 Feb 03:20
42a8f8e

Added

Changed

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

Removed

COMPAS FAB 1.0.1

Choose a tag to compare

@github-actions github-actions released this 20 Feb 15:48
a911db7

Added

Changed

Removed

COMPAS FAB v0.28.0

Choose a tag to compare

@gonzalocasas gonzalocasas released this 10 May 13:21
92fab36

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.