Merge branch '0.2.0' into 'master'

Version 0.2.0

See merge request micro-ROS/ros_tracing/tracetools_analysis!22
This commit is contained in:
Christophe Bedard 2019-10-14 17:47:36 +00:00
commit ea70ab633a
6 changed files with 26 additions and 4 deletions

View file

@ -0,0 +1,8 @@
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Changelog for package ros2trace_analysis
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.2.0 (2019-10-14)
------------------
* Add ros2trace_analysis command and process/convert verbs
* Contributors: Christophe Bedard

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>0.1.1</version>
<version>0.2.0</version>
<description>The trace analysis command for ROS 2 command line tools.</description>
<maintainer email="christophe.bedard@apex.ai">Christophe Bedard</maintainer>
<license>Apache 2.0</license>

View file

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

View file

@ -2,6 +2,20 @@
Changelog for package tracetools_analysis
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.2.0 (2019-10-14)
------------------
* Improve UX
* Add flag for process command to force re-conversion of trace directory
* Make process command convert directory if necessary
* Make output file name optional for convert command
* Remove references to "pickle" file and simply use "output" file
* Display Processor progress on stdout
* Add sample data, notebook, and launch file
* Add data model util functions
* Add profiling and CPU time event handlers
* Refactor and extend analysis architecture
* Contributors: Christophe Bedard
0.1.1 (2019-07-16)
------------------
* Update metadata

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>0.1.1</version>
<version>0.2.0</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='0.1.1',
version='0.2.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/' + package_name, ['package.xml']),