Skip to content

Version 6.1.0

Compare
Choose a tag to compare
@domire8 domire8 released this 05 Aug 09:11
· 24 commits to main since this release
7a31637

Version 6.1.0 contains a few small new features as well as several fixes, mainly in
the implementation of state_representation Parameters.

Features

state_representation

  • Add non-templated helper function to create shared ParameterInterface (#301)
  • Add remove_parameter to ParameterMap (#302)
  • Support truthiness in State objects with bool operator (#303)

Fixes and improvements

general

  • Extend clproto tests (#297)
  • Set default values of empty Parameters correctly (#298)
  • Remove CMake error preventing build on 22.04 and minor improvements (#299)
  • Set Python parameter filled on set_value (#300)
  • Avoid segfaults in clproto encoding (#304)