diff --git a/test_ros2trace_analysis/CHANGELOG.rst b/test_ros2trace_analysis/CHANGELOG.rst index e69de29..2f38d9d 100644 --- a/test_ros2trace_analysis/CHANGELOG.rst +++ b/test_ros2trace_analysis/CHANGELOG.rst @@ -0,0 +1,9 @@ +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Changelog for package test_ros2trace_analysis +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Forthcoming +----------- +* Fix test_ros2trace_analysis package version (`#26 `_) +* Use tracepoint names from tracetools_trace and add tests (`#25 `_) +* Contributors: Christophe Bedard diff --git a/tracetools_analysis/CHANGELOG.rst b/tracetools_analysis/CHANGELOG.rst index 8b9f179..294baaa 100644 --- a/tracetools_analysis/CHANGELOG.rst +++ b/tracetools_analysis/CHANGELOG.rst @@ -2,6 +2,18 @@ Changelog for package tracetools_analysis ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Use tracepoint names from tracetools_trace and add tests (`#25 `_) +* Use underscores in setup.cfg (`#21 `_) +* Skip TestDataModelUtil.test_convert_time_columns if pandas < 2.2.0 (`#20 `_) +* Fix warnings when using mypy>=1.8.0 (`#16 `_) +* Support traces with multiple callbacks for same pointer (`#13 `_) (`#15 `_) +* Update path to ros2_tracing in notebooks (`#8 `_) +* Refactored for compatibility with Bokeh 3.2.0 (`#7 `_) +* Fix mypy errors (`#4 `_) +* Contributors: Christophe Bedard, Oren Bell + 3.0.0 (2022-01-21) ------------------ * Update context_fields option name in profile example launch file