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

generate_parameter_library: 0.3.7-1 in 'humble/distribution.yaml' [bloom] #39532

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

tylerjw
Copy link
Contributor

@tylerjw tylerjw commented Jan 12, 2024

Increasing version of package(s) in repository generate_parameter_library to 0.3.7-1:

cmake_generate_parameter_module_example

* Enable generate_parameter_module through ament_cmake_python (#161 <https://github.com/PickNikRobotics/generate_parameter_library/issues/161>)
* Contributors: Paul Gesel

generate_parameter_library

* Enable generate_parameter_module through ament_cmake_python (#161 <https://github.com/PickNikRobotics/generate_parameter_library/issues/161>)
* Contributors: Paul Gesel

generate_parameter_library_example

* Split example/README.md into C++ and Python version; updated content (#138 <https://github.com/PickNikRobotics/generate_parameter_library/issues/138>)
* Contributors: chriseichmann

generate_parameter_library_py

* 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

generate_parameter_module_example

* Fix rolling CI (#162 <https://github.com/PickNikRobotics/generate_parameter_library/issues/162>)
* Split example/README.md into C++ and Python version; updated content (#138 <https://github.com/PickNikRobotics/generate_parameter_library/issues/138>)
* Contributors: Paul Gesel, chriseichmann

parameter_traits

  • No changes

@github-actions github-actions bot added the humble Issue/PR is for the ROS 2 Humble distribution label Jan 12, 2024
@tfoote tfoote merged commit da61a56 into ros:master Jan 12, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
humble Issue/PR is for the ROS 2 Humble distribution
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants