From c9012108ea52edfc2bd798333474f7e4c0ff6b8b Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Fri, 21 Jan 2022 09:03:25 -0500 Subject: [PATCH] Update changelogs Signed-off-by: Christophe Bedard --- ros2trace_analysis/CHANGELOG.rst | 6 ++++++ tracetools_analysis/CHANGELOG.rst | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/ros2trace_analysis/CHANGELOG.rst b/ros2trace_analysis/CHANGELOG.rst index f295b0b..0c69a09 100644 --- a/ros2trace_analysis/CHANGELOG.rst +++ b/ros2trace_analysis/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package ros2trace_analysis ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add 'process --convert-only' option +* Deprecate 'convert' verb since it is just an implementation detail +* Contributors: Christophe Bedard + 0.2.2 (2019-11-19) ------------------ * Add flag for hiding processing results with the process verb diff --git a/tracetools_analysis/CHANGELOG.rst b/tracetools_analysis/CHANGELOG.rst index 6460e7e..2af9c3f 100644 --- a/tracetools_analysis/CHANGELOG.rst +++ b/tracetools_analysis/CHANGELOG.rst @@ -2,6 +2,18 @@ Changelog for package tracetools_analysis ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Update context_fields option name in profile example launch file +* Fix both rcl and rmw subscriptions being added to the rcl dataframe +* Support rmw pub/sub init and take instrumentation +* Support publishing instrumentation +* Change 'input_path' arg help message wording +* Add 'process --convert-only' option +* Deprecate 'convert' verb since it is just an implementation detail +* Simplify jupyter notebooks and add way to use Debian packages +* Contributors: Christophe Bedard + 2.0.0 (2021-03-31) ------------------ * Set callback_instances' timestamp & duration cols to datetime/timedelta