|
2 | 2 | Changelog for package autoware_lanelet2_extension_python |
3 | 3 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
4 | 4 |
|
| 5 | +0.11.0 (2026-02-14) |
| 6 | +------------------- |
| 7 | +* feat(lanelet2_extension): deprecate some functions in query (2) (`#94 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/94>`_) |
| 8 | + deprecate ported functions |
| 9 | + - getLaneChangeableNeighbors |
| 10 | + - getSuceedingLaneletSequences |
| 11 | + - getPrecedingLaneletSequences |
| 12 | +* feat(lanelet2_extension): deprecate some functions in query (`#91 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/91>`_) |
| 13 | + * deprecate following functions |
| 14 | + - getAllNeighbors |
| 15 | + - getAllNeighborsLeft |
| 16 | + - getAllNeighborsRight |
| 17 | + - getLaneletsWithinRange |
| 18 | + * deprecate overload of getAllNeighbors |
| 19 | + --------- |
| 20 | +* feat(lanelet2_extension): deprecate fromBinMsg and toBinMsg (`#89 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/89>`_) |
| 21 | +* feat: add tmp to python API (`#90 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/90>`_) |
| 22 | + * feat: add TMProjector in python API |
| 23 | + Also add code docs for easier usage in IDE. |
| 24 | + * Rename import for boost python projection module |
| 25 | +* feat(lanelet2_extension): deprecate getLaneletLength2d and getLaneletLength3d (`#88 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/88>`_) |
| 26 | + Co-authored-by: Mamoru Sobue <hilo.soblin@gmail.com> |
| 27 | +* feat(lanelet2_extension): deprecate ported functions in lanelet2_extension (`#81 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/81>`_) |
| 28 | +* feat(lanelet2_extension_python): export `MGRSProjector::getProjectedMGRSGrid` for python (`#87 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/87>`_) |
| 29 | + feat(lanelet2_extension_python): export more MGRS functions for python |
| 30 | +* feat(lanelet2_extension_python): add python binding for MGRSProjector (`#84 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/84>`_) |
| 31 | +* chore(lanelet2_extension_python): add maintainer (`#85 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/85>`_) |
| 32 | +* test(lanelet2_extension_python): add test & test for import (`#83 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/83>`_) |
| 33 | +* Contributors: Mamoru Sobue, Sarun MUKDAPITAK, Yuxuan Liu |
| 34 | + |
5 | 35 | 0.10.0 (2025-11-05) |
6 | 36 | ------------------- |
7 | 37 | * feat(lanelet2_extension_python): add bindings for fromBinMsg (`#80 <https://github.com/autowarefoundation/autoware_lanelet2_extension/issues/80>`_) |
|
0 commit comments