From d942a2ef5501648ac39aad909e1d6a7d4af71627 Mon Sep 17 00:00:00 2001 From: Christophe Bedard Date: Wed, 31 Mar 2021 15:42:28 -0400 Subject: [PATCH] Update changelogs Signed-off-by: Christophe Bedard --- tracetools_analysis/CHANGELOG.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tracetools_analysis/CHANGELOG.rst b/tracetools_analysis/CHANGELOG.rst index 90c156e..c889e34 100644 --- a/tracetools_analysis/CHANGELOG.rst +++ b/tracetools_analysis/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog for package tracetools_analysis ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Set callback_instances' timestamp & duration cols to datetime/timedelta +* Improve performance by using lists of dicts as intermediate storage & converting to dataframes at the end +* Update callback_duration notebook and pingpong sample data +* Support instrumentation for linking a timer to a node +* Disable kernel tracing for pingpong example launchfile +* Support lifecycle node state transition instrumentation +* Contributors: Christophe Bedard + 1.0.0 (2020-06-02) ------------------ * Add sphinx documentation for tracetools_analysis