Merge branch 'version-1-0-3' into 'foxy'

Version 1.0.3

See merge request ros-tracing/tracetools_analysis!96
This commit is contained in:
Christophe Bedard 2021-04-02 13:25:29 +00:00
commit 18577974cf
5 changed files with 9 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>ros2trace_analysis</name>
<version>1.0.1</version>
<version>1.0.3</version>
<description>The trace-analysis command for ROS 2 command line tools.</description>
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
<license>Apache 2.0</license>

View file

@ -5,7 +5,7 @@ package_name = 'ros2trace_analysis'
setup(
name=package_name,
version='1.0.1',
version='1.0.3',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),

View file

@ -2,6 +2,11 @@
Changelog for package tracetools_analysis
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1.0.3 (2021-04-02)
------------------
* Improve performance by using lists of dicts as intermediate storage & converting to dataframes at the end
* Contributors: Christophe Bedard
1.0.0 (2020-06-02)
------------------
* Add sphinx documentation for tracetools_analysis

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>tracetools_analysis</name>
<version>1.0.1</version>
<version>1.0.3</version>
<description>Tools for analysing trace data.</description>
<maintainer email="bedard.christophe@gmail.com">Christophe Bedard</maintainer>
<maintainer email="ingo.luetkebohle@de.bosch.com">Ingo Lütkebohle</maintainer>

View file

@ -7,7 +7,7 @@ package_name = 'tracetools_analysis'
setup(
name=package_name,
version='1.0.1',
version='1.0.3',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),