From b8722f8c1ff968ae3b24941543a2155e8dfa04c1 Mon Sep 17 00:00:00 2001 From: Clemens Eppner Date: Sun, 17 Dec 2023 00:27:49 -0800 Subject: [PATCH] Update to 0.0.55 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b9cfa..fad3e9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog -## Version 0.0.54 +## Version 0.0.55 - Add `pyglet<2` install dependency to `[full]` option (https://github.com/clemense/yourdfpy/issues/47) - Enable 3D scaling (https://github.com/clemense/yourdfpy/issues/48, https://github.com/clemense/yourdfpy/issues/41) - Fix geometry naming bug - Allow comma as a separator handling for box and mesh scales +## Version 0.0.54 +- Cast down NumPy array to float by @stephane-caron in #50 + ## Version 0.0.53 - Fix NumPy float issue #46: https://github.com/clemense/yourdfpy/issues/45