3.1.0
Signed-off-by: Christophe Bedard <christophe.bedard@apex.ai>
This commit is contained in:
parent
0dd466ea23
commit
eb2b8f6867
8 changed files with 10 additions and 10 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>3.0.0</version>
|
<version>3.1.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='3.0.0',
|
version='3.1.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,8 +2,8 @@
|
||||||
Changelog for package test_ros2trace_analysis
|
Changelog for package test_ros2trace_analysis
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
3.1.0 (2024-06-15)
|
||||||
-----------
|
------------------
|
||||||
* Fix test_ros2trace_analysis package version (`#26 <https://github.com/ros-tracing/tracetools_analysis/issues/26>`_)
|
* Fix test_ros2trace_analysis package version (`#26 <https://github.com/ros-tracing/tracetools_analysis/issues/26>`_)
|
||||||
* Use tracepoint names from tracetools_trace and add tests (`#25 <https://github.com/ros-tracing/tracetools_analysis/issues/25>`_)
|
* Use tracepoint names from tracetools_trace and add tests (`#25 <https://github.com/ros-tracing/tracetools_analysis/issues/25>`_)
|
||||||
* Contributors: Christophe Bedard
|
* Contributors: Christophe Bedard
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
||||||
<package format="3">
|
<package format="3">
|
||||||
<name>test_ros2trace_analysis</name>
|
<name>test_ros2trace_analysis</name>
|
||||||
<version>3.0.0</version>
|
<version>3.1.0</version>
|
||||||
<description>Tests for the ros2trace_analysis package.</description>
|
<description>Tests for the ros2trace_analysis package.</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 = 'test_ros2trace_analysis'
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name=package_name,
|
name=package_name,
|
||||||
version='3.0.0',
|
version='3.1.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,8 +2,8 @@
|
||||||
Changelog for package tracetools_analysis
|
Changelog for package tracetools_analysis
|
||||||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
Forthcoming
|
3.1.0 (2024-06-15)
|
||||||
-----------
|
------------------
|
||||||
* Use tracepoint names from tracetools_trace and add tests (`#25 <https://github.com/ros-tracing/tracetools_analysis/issues/25>`_)
|
* Use tracepoint names from tracetools_trace and add tests (`#25 <https://github.com/ros-tracing/tracetools_analysis/issues/25>`_)
|
||||||
* Use underscores in setup.cfg (`#21 <https://github.com/ros-tracing/tracetools_analysis/issues/21>`_)
|
* Use underscores in setup.cfg (`#21 <https://github.com/ros-tracing/tracetools_analysis/issues/21>`_)
|
||||||
* Skip TestDataModelUtil.test_convert_time_columns if pandas < 2.2.0 (`#20 <https://github.com/ros-tracing/tracetools_analysis/issues/20>`_)
|
* Skip TestDataModelUtil.test_convert_time_columns if pandas < 2.2.0 (`#20 <https://github.com/ros-tracing/tracetools_analysis/issues/20>`_)
|
||||||
|
|
|
@ -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>3.0.0</version>
|
<version>3.1.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='3.0.0',
|
version='3.1.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