Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijnek committed Apr 19, 2024
1 parent 693a934 commit f5b738d
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions cv_bridge/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package cv_bridge
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.1.0 (2024-04-19)
------------------

4.0.0 (2024-04-13)
------------------
Expand Down
2 changes: 1 addition & 1 deletion cv_bridge/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>cv_bridge</name>
<version>4.0.0</version>
<version>4.1.0</version>
<description>
This contains CvBridge, which converts between ROS2
Image messages and OpenCV images.
Expand Down
4 changes: 2 additions & 2 deletions image_geometry/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package image_geometry
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.1.0 (2024-04-19)
------------------
* Handle upstream deprecation of numpy.matrix, by deprecating methods that return numpy.matrix (`#527 <https://github.com/ros-perception/vision_opencv/issues/527>`_)
* Introduce new methods which return numpy.ndarray, that follow python coding style (snake_case) (`#527 <https://github.com/ros-perception/vision_opencv/issues/527>`_)
* Add tests for deprecated members, fix a few discovered bugs (`#527 <https://github.com/ros-perception/vision_opencv/issues/527>`_)
Expand Down
2 changes: 1 addition & 1 deletion image_geometry/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>image_geometry</name>
<version>4.0.0</version>
<version>4.1.0</version>
<description>
`image_geometry` contains C++ and Python libraries for interpreting images
geometrically. It interfaces the calibration parameters in sensor_msgs/CameraInfo
Expand Down
4 changes: 2 additions & 2 deletions opencv_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package opencv_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.1.0 (2024-04-19)
------------------

4.0.0 (2024-04-13)
------------------
Expand Down
2 changes: 1 addition & 1 deletion opencv_tests/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>opencv_tests</name>
<version>4.0.0</version>
<version>4.1.0</version>
<description>
OpenCV tests for the Python and C++ implementations of CvBridge with Image message in ROS2.
</description>
Expand Down
2 changes: 1 addition & 1 deletion opencv_tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name=package_name,
version='4.0.0',
version='4.1.0',
packages=find_packages(exclude=['launch']),
data_files=[
('share/ament_index/resource_index/packages',
Expand Down
4 changes: 2 additions & 2 deletions vision_opencv/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package vision_opencv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
4.1.0 (2024-04-19)
------------------

4.0.0 (2024-04-13)
------------------
Expand Down
2 changes: 1 addition & 1 deletion vision_opencv/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>vision_opencv</name>
<version>4.0.0</version>
<version>4.1.0</version>
<description>Packages for interfacing ROS2 with OpenCV, a library of programming functions for real time computer vision.</description>
<maintainer email="[email protected]">Kenji Brameld</maintainer>
<license>Apache License 2.0</license>
Expand Down

0 comments on commit f5b738d

Please sign in to comment.