We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78f1ebf commit 32924f3Copy full SHA for 32924f3
2 files changed
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog for package ros2_numpy
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+2.0.7 (2022-05-16)
6
+------------------
7
+* Remove unneeded array and handle bigendian (`#4 <https://github.com/Box-Robotics/ros2_numpy/pull/4>`_)
8
+* Contributors: Florian Vahl
9
+
10
2.0.6 (2022-04-15)
11
------------------
12
* Improve speed of msgify(point_cloud_2_np) by 115x (`#3 <https://github.com/Box-Robotics/ros2_numpy/pull/3>`_)
package.xml
@@ -4,7 +4,7 @@
<package format="3">
<name>ros2_numpy</name>
<!-- MAJOR is 2 for ROS2 version -->
- <version>2.0.6</version>
+ <version>2.0.7</version>
<description>A collection of conversion functions for extracting numpy arrays from messages</description>
<author email="wieser@mit.edu">Eric Wieser</author>
0 commit comments