Skip to content

v3.2.0b1

Compare
Choose a tag to compare
@dlech dlech released this 02 Jun 15:48
· 319 commits to master since this release
7de33c0

Added

  • Code auto-completion for hub.charger, hub.imu and hub.system.
  • Moved typing from several .pyi files to the actual python modules.

Fixed

  • Fixed code completion for DCMotor and Motor classes in MS Python VS Code extension.
  • Fixed missing DCMotor type in ev3devices.
  • Fixed type hint for Motor.reset_angle() in pupdevices.

Changed

  • Setter for acceleration can now also be used to set acceleration and
    deceleration to different values, using a two-valued tuple.