Merge branch 'version-3-0-0' into 'master'

Version 3.0.0

See merge request ros-tracing/tracetools_analysis!116
This commit is contained in:
Christophe Bedard 2022-01-21 14:14:17 +00:00
commit 08ede42192
6 changed files with 22 additions and 4 deletions

View file

@ -2,6 +2,12 @@
Changelog for package ros2trace_analysis
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3.0.0 (2022-01-21)
------------------
* Add 'process --convert-only' option
* Deprecate 'convert' verb since it is just an implementation detail
* Contributors: Christophe Bedard
0.2.2 (2019-11-19)
------------------
* Add flag for hiding processing results with the process verb

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

View file

@ -2,6 +2,18 @@
Changelog for package tracetools_analysis
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
3.0.0 (2022-01-21)
------------------
* Update context_fields option name in profile example launch file
* Fix both rcl and rmw subscriptions being added to the rcl dataframe
* Support rmw pub/sub init and take instrumentation
* Support publishing instrumentation
* Change 'input_path' arg help message wording
* Add 'process --convert-only' option
* Deprecate 'convert' verb since it is just an implementation detail
* Simplify jupyter notebooks and add way to use Debian packages
* Contributors: Christophe Bedard
2.0.0 (2021-03-31)
------------------
* Set callback_instances' timestamp & duration cols to datetime/timedelta

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