Merge branch 'version-2-0-0' into 'master'
Version 2.0.0 See merge request ros-tracing/tracetools_analysis!94
This commit is contained in:
commit
5a6fb7441a
5 changed files with 14 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>ros2trace_analysis</name>
|
<name>ros2trace_analysis</name>
|
||||||
<version>1.0.2</version>
|
<version>2.0.0</version>
|
||||||
<description>The trace-analysis command for ROS 2 command line tools.</description>
|
<description>The trace-analysis command for ROS 2 command line tools.</description>
|
||||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||||
<license>Apache 2.0</license>
|
<license>Apache 2.0</license>
|
||||||
|
|
|
@ -5,7 +5,7 @@ package_name = 'ros2trace_analysis'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=package_name,
|
name=package_name,
|
||||||
version='1.0.2',
|
version='2.0.0',
|
||||||
packages=find_packages(exclude=['test']),
|
packages=find_packages(exclude=['test']),
|
||||||
data_files=[
|
data_files=[
|
||||||
('share/' + package_name, ['package.xml']),
|
('share/' + package_name, ['package.xml']),
|
||||||
|
|
|
@ -2,6 +2,16 @@
|
||||||
Changelog for package tracetools_analysis
|
Changelog for package tracetools_analysis
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
2.0.0 (2021-03-31)
|
||||||
|
------------------
|
||||||
|
* 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)
|
1.0.0 (2020-06-02)
|
||||||
------------------
|
------------------
|
||||||
* Add sphinx documentation for tracetools_analysis
|
* Add sphinx documentation for tracetools_analysis
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="2">
|
<package format="2">
|
||||||
<name>tracetools_analysis</name>
|
<name>tracetools_analysis</name>
|
||||||
<version>1.0.2</version>
|
<version>2.0.0</version>
|
||||||
<description>Tools for analysing trace data.</description>
|
<description>Tools for analysing trace data.</description>
|
||||||
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
|
||||||
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>
|
||||||
|
|
|
@ -7,7 +7,7 @@ package_name = 'tracetools_analysis'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=package_name,
|
name=package_name,
|
||||||
version='1.0.2',
|
version='2.0.0',
|
||||||
packages=find_packages(exclude=['test']),
|
packages=find_packages(exclude=['test']),
|
||||||
data_files=[
|
data_files=[
|
||||||
('share/' + package_name, ['package.xml']),
|
('share/' + package_name, ['package.xml']),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue