Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Oct 3, 2024
1 parent 7f9a307 commit c0e8b87
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions rclpy/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@
Changelog for package rclpy
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* TestClient.test_service_timestamps failing consistently. (`#1364 <https://github.com/ros2/rclpy/issues/1364>`_)
* Revert "Add types to Action Server and Action Client (`#1349 <https://github.com/ros2/rclpy/issues/1349>`_)" (`#1359 <https://github.com/ros2/rclpy/issues/1359>`_)
* Revert "Executors types (`#1345 <https://github.com/ros2/rclpy/issues/1345>`_)" (`#1360 <https://github.com/ros2/rclpy/issues/1360>`_)
* remove mock_compat (`#1357 <https://github.com/ros2/rclpy/issues/1357>`_)
* Executors types (`#1345 <https://github.com/ros2/rclpy/issues/1345>`_)
* Add types to Action Server and Action Client (`#1349 <https://github.com/ros2/rclpy/issues/1349>`_)
* Remove TODO for OpenSplice DDS issue. (`#1354 <https://github.com/ros2/rclpy/issues/1354>`_)
* Add types to parameter_client.py (`#1348 <https://github.com/ros2/rclpy/issues/1348>`_)
* Add types to Node.py (`#1346 <https://github.com/ros2/rclpy/issues/1346>`_)
* Add types to signals.py (`#1344 <https://github.com/ros2/rclpy/issues/1344>`_)
* Fixes spin_until_future_complete inside callback (`#1316 <https://github.com/ros2/rclpy/issues/1316>`_)
* add types (`#1339 <https://github.com/ros2/rclpy/issues/1339>`_)
* Add types to wait_for_message.py and moves Handles into type stubs (`#1325 <https://github.com/ros2/rclpy/issues/1325>`_)
* Add types to waitable.py (`#1328 <https://github.com/ros2/rclpy/issues/1328>`_)
* Replace rclpyHandle with type stubs (`#1326 <https://github.com/ros2/rclpy/issues/1326>`_)
* Fix time subtraction (`#1312 <https://github.com/ros2/rclpy/issues/1312>`_)
* Adds types to TypeDescriptionService. (`#1329 <https://github.com/ros2/rclpy/issues/1329>`_)
* Import DurationHandle not DurationType (`#1332 <https://github.com/ros2/rclpy/issues/1332>`_)
* Creates PublisherHandle and updates publisher.py (`#1310 <https://github.com/ros2/rclpy/issues/1310>`_)
* Subscription types (`#1281 <https://github.com/ros2/rclpy/issues/1281>`_)
* Add types to qos.py (`#1255 <https://github.com/ros2/rclpy/issues/1255>`_)
* minor improvements (`#1330 <https://github.com/ros2/rclpy/issues/1330>`_)
* Initialize signal handlers after context (`#1331 <https://github.com/ros2/rclpy/issues/1331>`_)
* shutdown ThreadPoolExecutor in MultiThreadedExecutor. (`#1309 <https://github.com/ros2/rclpy/issues/1309>`_)
* Generics Services and Clients (`#1275 <https://github.com/ros2/rclpy/issues/1275>`_)
* Add types to ParameterService (`#1262 <https://github.com/ros2/rclpy/issues/1262>`_)
* Add types to timer.py (`#1260 <https://github.com/ros2/rclpy/issues/1260>`_)
* Add types to rcutils_logger.py (`#1249 <https://github.com/ros2/rclpy/issues/1249>`_)
* Add types to topic_endpoint_info.oy (`#1253 <https://github.com/ros2/rclpy/issues/1253>`_)
* Add types to parameter.py. (`#1246 <https://github.com/ros2/rclpy/issues/1246>`_)
* Guard condition types. (`#1252 <https://github.com/ros2/rclpy/issues/1252>`_)
* Add types to callback_groups.py (`#1251 <https://github.com/ros2/rclpy/issues/1251>`_)
* Utilities.py types. (`#1250 <https://github.com/ros2/rclpy/issues/1250>`_)
* reduce result_timeout to 10 secs from 15 mins. (`#1171 <https://github.com/ros2/rclpy/issues/1171>`_)
* Add TimerInfo to timer callback. (`#1292 <https://github.com/ros2/rclpy/issues/1292>`_)
* Contributors: Jonathan, Michael Carlstrom, Shane Loretz, Tomoya Fujita

7.5.0 (2024-07-29)
------------------
* Add types to task.py (`#1254 <https://github.com/ros2/rclpy/issues/1254>`_)
Expand Down

0 comments on commit c0e8b87

Please sign in to comment.