Skip to content

Version 5.0.2

Latest
Compare
Choose a tag to compare
@domire8 domire8 released this 11 Nov 16:40
· 2 commits to main since this release
f304cff

November 11th, 2024

Version 5.0.2 fixes an incorrect condition in the controller triggers and changes the parameter type of the predicate
rate parameter in the controller base class from an integer type to a double type. Additionally, the component interface
class for Python was revised to hide private attributes better from derived classes.

  • fix(controllers): change predicate rate to double type (#163)
  • fix(controllers): trigger check (#164)
  • fix(components): make all possible attributes private (#162)

Dependencies

  • package-builder: v1.1.1 -> 1.3.0 (#165)