ros-humble-generate-parameter-library-py (0.3.8-3bookworm) bookworm; urgency=high

  * 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 <https://github.com/PickNikRobotics/generate_parameter_library/issues/177>)
  * Fix newline issue (#176 <https://github.com/PickNikRobotics/generate_parameter_library/issues/176>)
    * fix new line rendering for Python
  * Support nested mapped parameters (#166 <https://github.com/PickNikRobotics/generate_parameter_library/issues/166>)
  * Contributors: Paul Gesel, Sebastian Castro

 -- Paul Gesel <paul.gesel@picknik.ai>  Tue, 26 Mar 2024 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.3.7-3bookworm) bookworm; urgency=high

  * fix Python runtime parameters bug (#165 <https://github.com/PickNikRobotics/generate_parameter_library/issues/165>)
  * markdown/rst: Support __map_ and nested parameters (#164 <https://github.com/PickNikRobotics/generate_parameter_library/issues/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 <https://github.com/PickNikRobotics/generate_parameter_library/issues/159>)
  * Fix rolling CI (#162 <https://github.com/PickNikRobotics/generate_parameter_library/issues/162>)
  * parse_yaml.py: fix issue with typeguard (#154 <https://github.com/PickNikRobotics/generate_parameter_library/issues/154>)
  * Bugfixes on Python code generation (#152 <https://github.com/PickNikRobotics/generate_parameter_library/issues/152>)
    * Fix raising of validation error
    * Fix inverse logic of 'unique' validator
  * Fix sentence for size_lt (#150 <https://github.com/PickNikRobotics/generate_parameter_library/issues/150>)
  * Fix typeguard error (#149 <https://github.com/PickNikRobotics/generate_parameter_library/issues/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 <https://github.com/PickNikRobotics/generate_parameter_library/issues/146>)
  * Contributors: Bruno-Pier, Christoph Fröhlich, Jan Gutsche, Matthias Schoepfer, Paul Gesel, agonzat
  * fix Python runtime parameters bug (#165 <https://github.com/PickNikRobotics/generate_parameter_library/issues/165>)
  * markdown/rst: Support __map_ and nested parameters (#164 <https://github.com/PickNikRobotics/generate_parameter_library/issues/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 <https://github.com/PickNikRobotics/generate_parameter_library/issues/159>)
  * Fix rolling CI (#162 <https://github.com/PickNikRobotics/generate_parameter_library/issues/162>)
  * parse_yaml.py: fix issue with typeguard (#154 <https://github.com/PickNikRobotics/generate_parameter_library/issues/154>)
  * Bugfixes on Python code generation (#152 <https://github.com/PickNikRobotics/generate_parameter_library/issues/152>)
    * Fix raising of validation error
    * Fix inverse logic of 'unique' validator
  * Fix sentence for size_lt (#150 <https://github.com/PickNikRobotics/generate_parameter_library/issues/150>)
  * Fix typeguard error (#149 <https://github.com/PickNikRobotics/generate_parameter_library/issues/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 <https://github.com/PickNikRobotics/generate_parameter_library/issues/146>)
  * Contributors: Bruno-Pier, Christoph Fröhlich, Jan Gutsche, Matthias Schoepfer, Paul Gesel, agonzat

 -- Paul Gesel <paul.gesel@picknik.ai>  Thu, 11 Jan 2024 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.3.6-3bookworm) bookworm; urgency=high



 -- Paul Gesel <paul.gesel@picknik.ai>  Sun, 30 Jul 2023 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.3.5-3bookworm) bookworm; urgency=high

  * Remove documentation of deprecated validator functions (#135 <https://github.com/PickNikRobotics/generate_parameter_library/issues/135>)
  * Contributors: Tyler Weaver

 -- Paul Gesel <paul.gesel@picknik.ai>  Thu, 27 Jul 2023 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.3.4-3bookworm) bookworm; urgency=high

  * Use node logger (#132 <https://github.com/PickNikRobotics/generate_parameter_library/issues/132>)
  * Fixed incorrect usage of fmt, causing compile errors (#127 <https://github.com/PickNikRobotics/generate_parameter_library/issues/127>)
  * Add pyyaml as dependency (#123 <https://github.com/PickNikRobotics/generate_parameter_library/issues/123>)
  * Fix Python install (#122 <https://github.com/PickNikRobotics/generate_parameter_library/issues/122>)
  * Use correct syntax highlighting (#121 <https://github.com/PickNikRobotics/generate_parameter_library/issues/121>)
  * ReST template (#119 <https://github.com/PickNikRobotics/generate_parameter_library/issues/119>)
  * Fix empty arguments case and add custom validator prompt (#117 <https://github.com/PickNikRobotics/generate_parameter_library/issues/117>)
  * Update markdown template (#116 <https://github.com/PickNikRobotics/generate_parameter_library/issues/116>)
  * Fix output in current folder (#115 <https://github.com/PickNikRobotics/generate_parameter_library/issues/115>)
  * Generate Markdown Docs for Parameters  (#111 <https://github.com/PickNikRobotics/generate_parameter_library/issues/111>)
  * Add Python support for generate_parameter_library (#110 <https://github.com/PickNikRobotics/generate_parameter_library/issues/110>)
    Co-authored-by: Tyler Weaver <mailto:tyler@picknik.ai>
  * Update .pre-commit-config.yaml (#108 <https://github.com/PickNikRobotics/generate_parameter_library/issues/108>)
  * Log when a parameter is set (#106 <https://github.com/PickNikRobotics/generate_parameter_library/issues/106>)
  * Contributors: Christoph Fröhlich, Paul Gesel, Tyler Weaver, mosfet80, sprenger120

 -- Paul Gesel <paul.gesel@picknik.ai>  Sun, 23 Jul 2023 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.3.3-3bookworm) bookworm; urgency=high

  * Fix Parameter Descriptor Incorrectly Populating Range Constraints for size_lt and size_gt (#105 <https://github.com/PickNikRobotics/generate_parameter_library/issues/105>)
  * Contributors: Chance Cardona

 -- Paul Gesel <paul.gesel@picknik.ai>  Wed, 12 Apr 2023 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.3.2-3bookworm) bookworm; urgency=high

  * Populate Range Constraints in Parameter Descriptors from Validation Functions (#103 <https://github.com/PickNikRobotics/generate_parameter_library/issues/103>)
  * Mark deprecated rsl method and propose alternative in the docs. (#102 <https://github.com/PickNikRobotics/generate_parameter_library/issues/102>)
  * Allow none type (#99 <https://github.com/PickNikRobotics/generate_parameter_library/issues/99>)
  * Fixed tests never failing although file not found (#101 <https://github.com/PickNikRobotics/generate_parameter_library/issues/101>)
  * Contributors: Chance Cardona, Dr. Denis, GuiHome

 -- Paul Gesel <paul.gesel@picknik.ai>  Tue, 11 Apr 2023 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.3.1-3bookworm) bookworm; urgency=high



 -- Paul Gesel <paul.gesel@picknik.ai>  Tue, 31 Jan 2023 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.3.0-3bookworm) bookworm; urgency=high

  * Migrate from parameter_traits to RSL (take 2) (#91 <https://github.com/PickNikRobotics/generate_parameter_library/issues/91>)
  * Add missing dependency on PyYAML (#89 <https://github.com/PickNikRobotics/generate_parameter_library/issues/89>)
  * Contributors: Scott K Logan, Tyler Weaver

 -- Paul Gesel <paul.gesel@picknik.ai>  Mon, 14 Nov 2022 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.2.8-3bookworm) bookworm; urgency=high

  * Use typing syntax which is compatible with Python 3.6 (#87 <https://github.com/PickNikRobotics/generate_parameter_library/issues/87>)
  * Use YAML loader which is compatible with PyYAML 3.12 (#88 <https://github.com/PickNikRobotics/generate_parameter_library/issues/88>)
  * Contributors: Scott K Logan

 -- Paul Gesel <paul.gesel@picknik.ai>  Wed, 02 Nov 2022 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.2.7-3bookworm) bookworm; urgency=high



 -- Paul Gesel <paul.gesel@picknik.ai>  Thu, 27 Oct 2022 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.2.6-3bookworm) bookworm; urgency=high

  * Depend on python dependencies in package.xml (#74 <https://github.com/PickNikRobotics/generate_parameter_library/issues/74>)
  * Contributors: Tyler Weaver

 -- Paul Gesel <paul.gesel@picknik.ai>  Tue, 27 Sep 2022 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.2.5-3bookworm) bookworm; urgency=high

  * 🈵 Support use of '_' in mapped parameters. (#68 <https://github.com/PickNikRobotics/generate_parameter_library/issues/68>)
  * Test validators and fix bugs (#66 <https://github.com/PickNikRobotics/generate_parameter_library/issues/66>)
  * Fix deadlock in update_dynamic_parameters (#64 <https://github.com/PickNikRobotics/generate_parameter_library/issues/64>)
  * Parameter prefix (#55 <https://github.com/PickNikRobotics/generate_parameter_library/issues/55>)
  * Fix example parameters (#54 <https://github.com/PickNikRobotics/generate_parameter_library/issues/54>)
  * Contributors: Denis Štogl, Paul Gesel, Tyler Weaver

 -- Paul Gesel <paul.gesel@picknik.ai>  Mon, 19 Sep 2022 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.2.4-3bookworm) bookworm; urgency=high

  * INTEGER type (#53 <https://github.com/PickNikRobotics/generate_parameter_library/issues/53>)
  * 0.2.3
  * Contributors: Tyler Weaver

 -- Paul Gesel <paul.gesel@picknik.ai>  Thu, 18 Aug 2022 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.2.3-3bookworm) bookworm; urgency=high



 -- Paul Gesel <paul.gesel@picknik.ai>  Thu, 04 Aug 2022 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.2.2-3bookworm) bookworm; urgency=high

  * Add better error messages (#48 <https://github.com/PickNikRobotics/generate_parameter_library/issues/48>)
  * Lock mutex around modifying internal state of ParamListener (#47 <https://github.com/PickNikRobotics/generate_parameter_library/issues/47>)
  * Contributors: Paul Gesel, Tyler Weaver

 -- Paul Gesel <paul.gesel@picknik.ai>  Tue, 02 Aug 2022 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.2.1-3bookworm) bookworm; urgency=high

  * Fix scientific notation (#46 <https://github.com/PickNikRobotics/generate_parameter_library/issues/46>)
  * Contributors: Paul Gesel

 -- Paul Gesel <paul.gesel@picknik.ai>  Mon, 01 Aug 2022 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.2.0-3bookworm) bookworm; urgency=high

  * Create stack allocated struct (#45 <https://github.com/PickNikRobotics/generate_parameter_library/issues/45>)
  * Fixed length arrays (#44 <https://github.com/PickNikRobotics/generate_parameter_library/issues/44>)
  * Fixed size string no default bug (#43 <https://github.com/PickNikRobotics/generate_parameter_library/issues/43>)
  * Move fixed size string to parameter traits (#42 <https://github.com/PickNikRobotics/generate_parameter_library/issues/42>)
  * static OK to fix ODR errors (#41 <https://github.com/PickNikRobotics/generate_parameter_library/issues/41>)
  * Change package name (#40 <https://github.com/PickNikRobotics/generate_parameter_library/issues/40>)
  * parameter validators interface library (#32 <https://github.com/PickNikRobotics/generate_parameter_library/issues/32>)
  * Validate fixed length Strings (#33 <https://github.com/PickNikRobotics/generate_parameter_library/issues/33>)
  * Fixed size strings (#29 <https://github.com/PickNikRobotics/generate_parameter_library/issues/29>)
  * Use single namespace validators (#26 <https://github.com/PickNikRobotics/generate_parameter_library/issues/26>)
  * Validate strings and arrays for size (#24 <https://github.com/PickNikRobotics/generate_parameter_library/issues/24>)
  * Contributors: Paul Gesel, Tyler Weaver

 -- Paul Gesel <paul.gesel@picknik.ai>  Sun, 31 Jul 2022 16:00:00 -0000

ros-humble-generate-parameter-library-py (0.1.0-3bookworm) bookworm; urgency=high

  * Python to generate C++ ROS parameter library.
  * Contributors: Paul Gesel, Tyler Weaver

 -- Paul Gesel <paul.gesel@picknik.ai>  Tue, 26 Jul 2022 16:00:00 -0000


