Skip to content

Commit f548243

Browse files
committed
Lower bound of compas version bumped as well and changelog
1 parent 372ef70 commit f548243

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ Unreleased
2929
* ``MoveItPlanner``: ``inverse_kinematics`` takes now instance of ``Configuration`` and ``robot``
3030
* Property :class:`compas_fab.robots.Robot.artist` does not try to scale robot
3131
geometry if links and/or joints are not defined.
32-
* In :class:``compas_fab.robots.constraints.JointConstraint``, added ``tolerance_above`` and
32+
* In :class:`compas_fab.robots.constraints.JointConstraint`, added ``tolerance_above`` and
3333
``tolerance_below`` for allowing asymmetrical constraints.
34-
* In :class:``compas_fab.robots.Robot``, changed the ``constraints_from_configuration``
34+
* In :class:`compas_fab.robots.Robot`, changed the ``constraints_from_configuration``
3535
function with ``tolerances_above`` and ``tolerances_below``.
3636
* :meth:`compas_fab.robots.CollisionMesh.scale` now takes a scale factor
3737
instead of a :class:`compas.geometry.Scale` instance as an argument.
38+
* :meth:`compas_fab.robots.CollisionMesh.scale` now uses constructor
39+
:meth:`compas.geometry.Scale.from_factors` to create transformation. This is to
40+
adapt to a breaking change introduced in compas 0.16.
3841

3942
**Removed**
4043

@@ -72,7 +75,7 @@ Unreleased
7275
* Added ``attach_tool``, ``detach_tool``, ``draw_attached_tool``, ``from_tool0_to_attached_tool`` and ``from_attached_tool_to_tool0`` to ``Robot``
7376
* Added ``attach_tool`` and ``detach_tool`` to ``Artist``
7477
* Added ``add_attached_tool`` and ``remove_attached_tool`` to ``PlanningScene``
75-
* Added redraw/clear layer support to `RobotArtist` for Rhino
78+
* Added redraw/clear layer support to :class:`~compas_fab.rhino.RobotArtist` for Rhino
7679
* Added material/color support for DAE files on ROS file loader
7780

7881
**Changed**
@@ -82,7 +85,7 @@ Unreleased
8285
**Fixed**
8386

8487
* Fixed mutable init parameters of ``Configuration``, ``JointTrajectoryPoint``, ``JointTrajectory`` and ``Robot.basic``.
85-
* Fixed interface of `RobotArtist` for Blender
88+
* Fixed interface of :class:`~compas_fab.blender.RobotArtist` for Blender
8689
* Fixed DAE parsing of meshes with multiple triangle sets
8790

8891
0.9.0
@@ -210,7 +213,7 @@ Unreleased
210213

211214
**Deprecated**
212215

213-
* The aliases for ``Frame`` and ``Transformation`` will be removed, in the future, import directly from `compas` core.
216+
* The aliases for ``Frame`` and ``Transformation`` will be removed, in the future, import directly from ``compas`` core.
214217

215218
0.4.0
216219
----------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
requirements = [
1313
# Until COMPAS reaches 1.0, we pin major.minor and allow patch version updates
14-
'compas>=0.11,<0.17',
14+
'compas>=0.16,<0.17',
1515
'roslibpy>=0.7.1',
1616
'pyserial',
1717
]

0 commit comments

Comments
 (0)