Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Bugfix release

Compare
Choose a tag to compare
@virtuald virtuald released this 16 Mar 06:07

This is a minor bugfix release, and users are not recommended to upgrade unless they have an extra robot to test on. There are two issues addressed:

  • Fixes a bug in match_arglist where positional arguments were accepted after keyword arguments. This fix may break existing code that inadvertently relies on this behavior
  • Fixes an issue in TimerTask (used only by PIDController) where it doesn't raise an error if the specified period is <= 0, which can eat a lot of CPU