CHANGELOG

Changelog for package generate_parameter_module_example

0.3.8 (2024-03-27)

  • Restore functionality for mapped params with no struct name (#185 <https://github.com/PickNikRobotics/generate_parameter_library/issues/185>_)

  • Fix newline issue (#176) * fix new line rendering for Python

  • Support nested mapped parameters (#166)

  • Contributors: Paul Gesel, Sebastian Castro

0.3.7 (2024-01-12)

  • Fix rolling CI (#162)

  • Split example/README.md into C++ and Python version; updated content (#138)

  • Contributors: Paul Gesel, chriseichmann

0.3.6 (2023-07-31)

  • Prevent module import when running setup.py clean (#137)

  • Contributors: Paul Gesel

0.3.5 (2023-07-28)

  • add dependency to python example package (#136)

  • Contributors: Paul Gesel

0.3.4 (2023-07-24)

  • Fix Python install (#122)

  • Add Python support for generate_parameter_library (#110) Co-authored-by: Tyler Weaver <tyler@picknik.ai>

  • Contributors: Paul Gesel