Skip to content

Releases: pybricks/pybricks-api

v3.4.0b3

30 Jan 15:41

Choose a tag to compare

v3.4.0b3 Pre-release
Pre-release

Added

  • Added pybricks.robotics.Car class.

Changed

  • Changed pybricks.robotics.DriveBase icon to two wheels instead of steering
    wheel, which will be used for the new car class.

v3.4.0b2

28 Nov 14:21

Choose a tag to compare

v3.4.0b2 Pre-release
Pre-release

Fix deployment to PyPI.

v3.4.0b1

28 Nov 14:17

Choose a tag to compare

v3.4.0b1 Pre-release
Pre-release

3.4.0b1 - 2023-11-28

Changed

  • Include first batch of block coding images.

v3.3.0

24 Nov 10:12

Choose a tag to compare

3.3.0 - 2023-11-24

Changed

  • Bump beta version to release version with no further changes.

3.3.0c1 - 2023-11-20

Added

  • Enabled tilt and orientation config for MoveHub().
  • Documented Motor.close()

Fixed

  • Fixed missing awaitable for Remote.light and LWP3 writes.

3.3.0b9 - 2023-10-26

Changed

  • Changed the beta feature for using the hub's gyro. Gyro control can now be
    toggled using use_gyro instead of using a separate GyroDriveBase class.
  • Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.

Added

  • Added set to ubuiltins module.
  • Basic multitasking docs.
  • Awaitable keyword for awaitable methods and functions.

3.3.0b5 - 2023-05-16

Added

  • Documented new hub.ble methods.

3.3.0b4 - 2023-04-21

Added

  • Documented integral_deadzone in Control.pid().
  • Documented Motor.model. This can be used to view the estimated motor
    state and change its settings.
  • Added rotation, orientation, ready, stationary and settings methods
    to IMU class.
  • Added GyroDriveBase class to pybricks.robotics.

Changed

  • Change implementation status of IMU.heading and IMU.reset_heading. They
    are now implemented, with some limitations as noted in a note box.
  • Moved Matrix and vector from pybricks.geometry to pybricks.tools.
  • Moved Axis from pybricks.geometry to pybricks.parameters.

Removed

  • Removed pybricks.geometry module.

v3.3.0c1

20 Nov 13:30

Choose a tag to compare

Added

  • Enabled tilt and orientation config for MoveHub().
  • Documented Motor.close()

Fixed

  • Fixed missing awaitable for Remote.light and LWP3 writes.

3.3.0b9 - 2023-10-26

Changed

  • Changed the beta feature for using the hub's gyro. Gyro control can now be
    toggled using use_gyro instead of using a separate GyroDriveBase class.
  • Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.

Added

  • Added set to ubuiltins module.
  • Basic multitasking docs.
  • Awaitable keyword for awaitable methods and functions.

v3.3.0b9

26 Oct 18:36

Choose a tag to compare

Changed

  • Changed the beta feature for using the hub's gyro. Gyro control can now be
    toggled using use_gyro instead of using a separate GyroDriveBase class.
  • Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.

Added

  • Added set to ubuiltins module.
  • Basic multitasking docs.
  • Awaitable keyword for awaitable methods and functions.

v3.3.0a5

16 May 20:29

Choose a tag to compare

Added

  • Documented new hub.ble methods.

Release v3.3.0b4

21 Apr 22:01

Choose a tag to compare

Added

  • Documented integral_deadzone in Control.pid().
  • Documented Motor.model. This can be used to view the estimated motor
    state and change its settings.
  • Added rotation, orientation, ready, stationary and settings methods
    to IMU class.
  • Added GyroDriveBase class to pybricks.robotics.

Changed

  • Change implementation status of IMU.heading and IMU.reset_heading. They
    are now implemented, with some limitations as noted in a note box.
  • Moved Matrix and vector from pybricks.geometry to pybricks.tools.
  • Moved Axis from pybricks.geometry to pybricks.parameters.

Removed

  • Removed pybricks.geometry module.

v3.2.0

20 Dec 21:48

Choose a tag to compare

Changed

  • Changed module TOC headings to make it easier to find things.

v3.2.0c1

09 Dec 21:07

Choose a tag to compare

Changed

  • Updated "front" side of the Technic Hub to be consistent with the Prime Hub.