Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.2.2 #369

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions lanelet2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package lanelet2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------

1.2.1 (2023-05-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lanelet2/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Meta-package for lanelet2</description>

<license>BSD</license>
Expand Down
7 changes: 7 additions & 0 deletions lanelet2_core/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package lanelet2_core
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------
* Build documentation with mkdocs (`#321 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/321>`_)
* Update RegulatoryElementTagging.md (`#316 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/316>`_)
* Remove unused local typedefs (`#312 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/312>`_)
* Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi

1.2.1 (2023-05-10)
------------------
* Update thirdparty deps, rework projected point, enable python 3.10/3.11 (`#300 <https://github.com/immel-f/Lanelet2/issues/300>`_)
Expand Down
2 changes: 1 addition & 1 deletion lanelet2_core/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2_core</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Lanelet2 core module</description>

<license>BSD</license>
Expand Down
6 changes: 6 additions & 0 deletions lanelet2_examples/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package lanelet2_examples
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------
* Build documentation with mkdocs (`#321 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/321>`_)
* Fix `#324 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/324>`_: exception thrown when using GeocentricProjector (`#325 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/325>`_)
* Contributors: DavUhll, Michał Antkiewicz

1.2.1 (2023-05-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lanelet2_examples/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2_examples</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Examples for working with Lanelet2</description>

<license>BSD</license>
Expand Down
5 changes: 5 additions & 0 deletions lanelet2_io/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package lanelet2_io
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------
* Build documentation with mkdocs (`#321 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/321>`_)
* Contributors: DavUhll

1.2.1 (2023-05-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lanelet2_io/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2_io</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Parser/Writer module for lanelet2</description>

<license>BSD</license>
Expand Down
5 changes: 5 additions & 0 deletions lanelet2_maps/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package lanelet2_maps
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------
* bugfix speed limit preset in laneletpresets.xml (`#318 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/318>`_)
* Contributors: R-Fehler

1.2.1 (2023-05-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lanelet2_maps/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2_maps</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Example maps in the lanelet2-format</description>

<license>BSD</license>
Expand Down
3 changes: 3 additions & 0 deletions lanelet2_matching/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package lanelet2_matching
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------

1.2.1 (2023-05-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lanelet2_matching/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2_matching</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Library to match objects to lanelets</description>

<license>BSD</license>
Expand Down
5 changes: 5 additions & 0 deletions lanelet2_projection/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package lanelet2_projection
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------
* Fix `#324 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/324>`_: exception thrown when using GeocentricProjector (`#325 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/325>`_)
* Contributors: Michał Antkiewicz

1.2.1 (2023-05-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lanelet2_projection/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2_projection</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Lanelet2 projection library for lat/lon to local x/y conversion</description>

<license>BSD</license>
Expand Down
18 changes: 18 additions & 0 deletions lanelet2_python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@
Changelog for package lanelet2_python
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------
* Migrate conanfile to conan2 (`#364 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/364>`_)
* Add missing argument in RoutingGraph.routingRelation python interface (`#349 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/349>`_)
Co-authored-by: poggenhans <[email protected]>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please remove personal emails from the changelog? They are contained in the commits anyways, but the changelog makes it a bit too simple to find them.

* Add/fix python repr interface for 2d lines/points (`#348 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/348>`_)
* Add/fix python repr interface for 2d lines/points
* Remove whitespace
---------
Co-authored-by: poggenhans <[email protected]>
* Improve ArcCoordinates interface (`#351 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/351>`_)
* improve python interface for ArcCoordinates
Co-authored-by: poggenhans <[email protected]>
* Added missing to_python converter for ConstWeakLanelet (`#331 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/331>`_)
Co-authored-by: Julian Brandes <[email protected]>
* Build documentation with mkdocs (`#321 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/321>`_)
* Contributors: DavUhll, Julian, johannes-fischer, poggenhans

1.2.1 (2023-05-10)
------------------
* Improve python core module (`#293 <https://github.com/immel-f/Lanelet2/issues/293>`_)
Expand Down
2 changes: 1 addition & 1 deletion lanelet2_python/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2_python</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Python bindings for lanelet2</description>

<license>BSD</license>
Expand Down
6 changes: 6 additions & 0 deletions lanelet2_routing/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package lanelet2_routing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------
* Prevent unintended modification of graph in lanelet::routing::Route (`#352 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/352>`_)
* Build documentation with mkdocs (`#321 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/321>`_)
* Contributors: DavUhll, poggenhans

1.2.1 (2023-05-10)
------------------
* Update thirdparty deps, rework projected point, enable python 3.10/3.11 (`#300 <https://github.com/immel-f/Lanelet2/issues/300>`_)
Expand Down
2 changes: 1 addition & 1 deletion lanelet2_routing/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2_routing</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Routing module for lanelet2</description>

<license>BSD</license>
Expand Down
5 changes: 5 additions & 0 deletions lanelet2_traffic_rules/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package lanelet2_traffic_rules
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------
* Build documentation with mkdocs (`#321 <https://github.com/fzi-forschungszentrum-informatik/Lanelet2/issues/321>`_)
* Contributors: DavUhll

1.2.1 (2023-05-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lanelet2_traffic_rules/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2_traffic_rules</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Package for interpreting traffic rules in a lanelet map</description>

<license>BSD</license>
Expand Down
3 changes: 3 additions & 0 deletions lanelet2_validation/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package lanelet2_validation
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

1.2.2 (2024-10-23)
------------------

1.2.1 (2023-05-10)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lanelet2_validation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>lanelet2_validation</name>
<version>1.2.1</version>
<version>1.2.2</version>
<description>Package for sanitizing lanelet maps</description>

<license>BSD</license>
Expand Down
Loading