mirror of
https://github.com/pybricks/pybricks-api.git
synced 2026-07-27 19:57:02 +00:00
v3.3.0b9
This commit is contained in:
@@ -4,12 +4,17 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 3.3.0b9 - 2023-10-26
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Changed the beta feature for using the hub's gyro. Gyro control can now be
|
- 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.
|
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
|
||||||
- Added `set` to `ubuiltins` module.
|
- Added `set` to `ubuiltins` module.
|
||||||
|
- Basic multitasking docs.
|
||||||
|
- Awaitable keyword for awaitable methods and functions.
|
||||||
|
|
||||||
## 3.3.0b5 - 2023-05-16
|
## 3.3.0b5 - 2023-05-16
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "pybricks"
|
name = "pybricks"
|
||||||
version = "3.3.0b5"
|
version = "3.3.0b9"
|
||||||
description = "Documentation and user-API stubs for Pybricks MicroPython"
|
description = "Documentation and user-API stubs for Pybricks MicroPython"
|
||||||
authors = ["The Pybricks Authors <dev@pybricks.com>"]
|
authors = ["The Pybricks Authors <dev@pybricks.com>"]
|
||||||
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
|
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user