From af67f66c80501e63f6d280c2a1c104391248976e Mon Sep 17 00:00:00 2001 From: Pierre Rouanet Date: Mon, 11 Apr 2016 15:24:14 +0200 Subject: [PATCH] Prepare for release 2.11.3 (changelog updated). --- changelog.md | 6 ++++++ pypot/_version.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0ba6494a..b68c87a6 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,8 @@ * add native support for the pixl board * allow to disable sensor at loading (convenient for camera sensor) * add a dummy camera +* Add support for RX-24 dynamixel motors +* Add an event used to check if a "loopable" thread has been updated ### Snap * Add blocs: “ping url ” and “set $robot host to ” which aim to fix DNS issues in some filtered networks. @@ -22,6 +24,10 @@ * setup unittest via dummy robot * fix the unclear exception "Cannot unpack *values" * fix cli tool `poppy-motor-reset` and rename it to `dxl-config` +* Fix deprecation issue in get_control_table +* Clear error when there is no "time script" in a v-rep scene +* Fix a freeze when stopping a paused primitive +* Fix offset/orientation issue in DummyController ## V 2.10 diff --git a/pypot/_version.py b/pypot/_version.py index ded7bd35..4ad24b70 100644 --- a/pypot/_version.py +++ b/pypot/_version.py @@ -1 +1 @@ -__version__ = '2.11.2' +__version__ = '2.11.3'