We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c21134 commit 780ef66Copy full SHA for 780ef66
CHANGELOG.rst
@@ -2,6 +2,11 @@
2
Changelog for package ros2_numpy
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
5
+2.0.9 (2023-01-03)
6
+------------------
7
+* Fix for numpy 1.24.0
8
+* Contributors: Florian Vahl
9
+
10
2.0.8 (2022-06-12)
11
------------------
12
* Update for ROS2 Humble (`#5 <https://github.com/Box-Robotics/ros2_numpy/pull/5>`_)
package.xml
@@ -4,7 +4,7 @@
<package format="3">
<name>ros2_numpy</name>
<!-- MAJOR is 2 for ROS2 version -->
- <version>2.0.8</version>
+ <version>2.0.9</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