Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
Signed-off-by: ijnek <[email protected]>
  • Loading branch information
ijnek committed Apr 19, 2024
1 parent 25b733e commit 693a934
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cv_bridge/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package cv_bridge
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

4.0.0 (2024-04-13)
------------------
* Decode images in mode IMREAD_UNCHANGED (`#520 <https://github.com/ros-perception/vision_opencv/issues/520>`_)
Expand Down
10 changes: 10 additions & 0 deletions image_geometry/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@
Changelog for package image_geometry
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* 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>`_)
* Enable tests that were disabled during ros 2 port (`#527 <https://github.com/ros-perception/vision_opencv/issues/527>`_)
* Add python3-deprecated dependency (`#527 <https://github.com/ros-perception/vision_opencv/issues/527>`_)
* Add rectify_image test (`#527 <https://github.com/ros-perception/vision_opencv/issues/527>`_)
* Contributors: Kenji Brameld, Scott Monaghan

4.0.0 (2024-04-13)
------------------
* Add unit tests for all public members (`#526 <https://github.com/ros-perception/vision_opencv/pull/526>`_)
Expand Down
3 changes: 3 additions & 0 deletions opencv_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package opencv_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

4.0.0 (2024-04-13)
------------------

Expand Down
3 changes: 3 additions & 0 deletions vision_opencv/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package vision_opencv
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

4.0.0 (2024-04-13)
------------------

Expand Down

0 comments on commit 693a934

Please sign in to comment.