From c47595b66de27f4456a95a898a132597f4f49d02 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@laas.fr> Date: Thu, 13 Feb 2020 14:27:50 +0100 Subject: [PATCH] [wip/{py-,}curves] Update to v0.3.2 Changes since v0.3.1: - [Python] Fix binding of Piecewise.curve_at_index - Replace assert with exceptions - install header python/python_definition - Fix when t_min == t_max - Add API to get bezier waypoints and SE3 translation/rotation curves --- curves/Makefile | 2 +- curves/PLIST | 1 + curves/distinfo | 6 +++--- py-curves/Makefile | 2 +- py-curves/distinfo | 6 +++--- 5 files changed, 9 insertions(+), 8 deletions(-) diff --git a/curves/Makefile b/curves/Makefile index 4589f044..efa1b3bc 100644 --- a/curves/Makefile +++ b/curves/Makefile @@ -4,7 +4,7 @@ ORG= loco-3d NAME= curves -VERSION= 0.3.1 +VERSION= 0.3.2 CATEGORIES= wip COMMENT= Library for creating curves diff --git a/curves/PLIST b/curves/PLIST index 620b382f..712eb4a9 100644 --- a/curves/PLIST +++ b/curves/PLIST @@ -20,6 +20,7 @@ include/curves/optimization/integral_cost.h include/curves/optimization/quadratic_problem.h include/curves/piecewise_curve.h include/curves/polynomial.h +include/curves/python/python_definitions.h include/curves/quadratic_variable.h include/curves/quintic_spline.h include/curves/se3_curve.h diff --git a/curves/distinfo b/curves/distinfo index fd314920..180cec67 100644 --- a/curves/distinfo +++ b/curves/distinfo @@ -1,3 +1,3 @@ -SHA1 (curves-0.3.1.tar.gz) = d3035a2ef2a0cc0b25bbcc79bdf08184aaf5dceb -RMD160 (curves-0.3.1.tar.gz) = 6d762a9b0a92a2d271fe3ae0bd1293ed37812766 -Size (curves-0.3.1.tar.gz) = 1599253 bytes +SHA1 (curves-0.3.2.tar.gz) = ac9a2cb9e362be644535e361c044b45e7302571c +RMD160 (curves-0.3.2.tar.gz) = f671c43ddce6b853b3b586a304d4d5fc1c039cb4 +Size (curves-0.3.2.tar.gz) = 1601538 bytes diff --git a/py-curves/Makefile b/py-curves/Makefile index d55f7a19..44415975 100644 --- a/py-curves/Makefile +++ b/py-curves/Makefile @@ -4,7 +4,7 @@ ORG= loco-3d NAME= curves -VERSION= 0.3.1 +VERSION= 0.3.2 CATEGORIES= wip COMMENT= Library for creating curves (python bindings) diff --git a/py-curves/distinfo b/py-curves/distinfo index fd314920..180cec67 100644 --- a/py-curves/distinfo +++ b/py-curves/distinfo @@ -1,3 +1,3 @@ -SHA1 (curves-0.3.1.tar.gz) = d3035a2ef2a0cc0b25bbcc79bdf08184aaf5dceb -RMD160 (curves-0.3.1.tar.gz) = 6d762a9b0a92a2d271fe3ae0bd1293ed37812766 -Size (curves-0.3.1.tar.gz) = 1599253 bytes +SHA1 (curves-0.3.2.tar.gz) = ac9a2cb9e362be644535e361c044b45e7302571c +RMD160 (curves-0.3.2.tar.gz) = f671c43ddce6b853b3b586a304d4d5fc1c039cb4 +Size (curves-0.3.2.tar.gz) = 1601538 bytes -- GitLab