CHANGELOG

Changelog for package generate_parameter_library_py

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>_)

  • add # flake8: noqa to template (#177)

  • 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 Python runtime parameters bug (#165)

  • markdown/rst: Support __map_ and nested parameters (#164) * Support nested parameters and maps for RST * Add read_only info to RST template * Use map parameters for AutoDocumentation * Add test for markdown generation * Use jinja indentation instead of regex * Add dynamic_parameters also to DefaultConfig * Proper fromat of default yaml config * Proper format of the default yaml file * Fix imported function names * Add a jinja2 filter to create valid multiline c++ string literals * Handle empty strings for descriptions

  • parse_yaml.py: keep the trailing newline (#159)

  • Fix rolling CI (#162)

  • parse_yaml.py: fix issue with typeguard (#154)

  • Bugfixes on Python code generation (#152) * Fix raising of validation error * Fix inverse logic of ‘unique’ validator

  • Fix sentence for size_lt (#150)

  • Fix typeguard error (#149) For typeguard==3.0.2, default_value: any raised a TypeError: isinstance() arg 2 must be a type, a tuple of types, or a union during colcon build of a Python node using this library. Using the Any from the typing module fixed this issue. Yes, this problem does not occur with the typeguard version provided by apt (2.2.2), but could also occur if Ubuntu bumps that version or for other users with a newer local pip install of typeguard.

  • Remove my_parameter from python template (#146)

  • Contributors: Bruno-Pier, Christoph Fröhlich, Jan Gutsche, Matthias Schoepfer, Paul Gesel, agonzat

  • fix Python runtime parameters bug (#165)

  • markdown/rst: Support __map_ and nested parameters (#164) * Support nested parameters and maps for RST * Add read_only info to RST template * Use map parameters for AutoDocumentation * Add test for markdown generation * Use jinja indentation instead of regex * Add dynamic_parameters also to DefaultConfig * Proper fromat of default yaml config * Proper format of the default yaml file * Fix imported function names * Add a jinja2 filter to create valid multiline c++ string literals * Handle empty strings for descriptions

  • parse_yaml.py: keep the trailing newline (#159)

  • Fix rolling CI (#162)

  • parse_yaml.py: fix issue with typeguard (#154)

  • Bugfixes on Python code generation (#152) * Fix raising of validation error * Fix inverse logic of ‘unique’ validator

  • Fix sentence for size_lt (#150)

  • Fix typeguard error (#149) For typeguard==3.0.2, default_value: any raised a TypeError: isinstance() arg 2 must be a type, a tuple of types, or a union during colcon build of a Python node using this library. Using the Any from the typing module fixed this issue. Yes, this problem does not occur with the typeguard version provided by apt (2.2.2), but could also occur if Ubuntu bumps that version or for other users with a newer local pip install of typeguard.

  • Remove my_parameter from python template (#146)

  • Contributors: Bruno-Pier, Christoph Fröhlich, Jan Gutsche, Matthias Schoepfer, Paul Gesel, agonzat

0.3.6 (2023-07-31)

0.3.5 (2023-07-28)

  • Remove documentation of deprecated validator functions (#135)

  • Contributors: Tyler Weaver

0.3.4 (2023-07-24)

  • Use node logger (#132)

  • Fixed incorrect usage of fmt, causing compile errors (#127)

  • Add pyyaml as dependency (#123)

  • Fix Python install (#122)

  • Use correct syntax highlighting (#121)

  • ReST template (#119)

  • Fix empty arguments case and add custom validator prompt (#117)

  • Update markdown template (#116)

  • Fix output in current folder (#115)

  • Generate Markdown Docs for Parameters (#111)

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

  • Update .pre-commit-config.yaml (#108)

  • Log when a parameter is set (#106)

  • Contributors: Christoph Fröhlich, Paul Gesel, Tyler Weaver, mosfet80, sprenger120

0.3.3 (2023-04-13)

  • Fix Parameter Descriptor Incorrectly Populating Range Constraints for size_lt and size_gt (#105)

  • Contributors: Chance Cardona

0.3.2 (2023-04-12)

  • Populate Range Constraints in Parameter Descriptors from Validation Functions (#103)

  • Mark deprecated rsl method and propose alternative in the docs. (#102)

  • Allow none type (#99)

  • Fixed tests never failing although file not found (#101)

  • Contributors: Chance Cardona, Dr. Denis, GuiHome

0.3.1 (2023-02-01)

0.3.0 (2022-11-15)

  • Migrate from parameter_traits to RSL (take 2) (#91)

  • Add missing dependency on PyYAML (#89)

  • Contributors: Scott K Logan, Tyler Weaver

0.2.8 (2022-11-03)

  • Use typing syntax which is compatible with Python 3.6 (#87)

  • Use YAML loader which is compatible with PyYAML 3.12 (#88)

  • Contributors: Scott K Logan

0.2.7 (2022-10-28)

0.2.6 (2022-09-28)

  • Depend on python dependencies in package.xml (#74)

  • Contributors: Tyler Weaver

0.2.5 (2022-09-20)

  • 🈵 Support use of ‘_’ in mapped parameters. (#68)

  • Test validators and fix bugs (#66)

  • Fix deadlock in update_dynamic_parameters (#64)

  • Parameter prefix (#55)

  • Fix example parameters (#54)

  • Contributors: Denis Štogl, Paul Gesel, Tyler Weaver

0.2.4 (2022-08-19)

  • INTEGER type (#53)

  • 0.2.3

  • Contributors: Tyler Weaver

0.2.3 (2022-08-05)

0.2.2 (2022-08-03)

  • Add better error messages (#48)

  • Lock mutex around modifying internal state of ParamListener (#47)

  • Contributors: Paul Gesel, Tyler Weaver

0.2.1 (2022-08-02)

  • Fix scientific notation (#46)

  • Contributors: Paul Gesel

0.2.0 (2022-08-01)

  • Create stack allocated struct (#45)

  • Fixed length arrays (#44)

  • Fixed size string no default bug (#43)

  • Move fixed size string to parameter traits (#42)

  • static OK to fix ODR errors (#41)

  • Change package name (#40)

  • parameter validators interface library (#32)

  • Validate fixed length Strings (#33)

  • Fixed size strings (#29)

  • Use single namespace validators (#26)

  • Validate strings and arrays for size (#24)

  • Contributors: Paul Gesel, Tyler Weaver

0.1.0 (2022-07-27)

  • Python to generate C++ ROS parameter library.

  • Contributors: Paul Gesel, Tyler Weaver