Releases: pybricks/pybricks-api
Releases · pybricks/pybricks-api
v3.2.0b6
Added
- Documented
Stop.NONEandStop.COAST_SMART. - Documented
ujson,ustructmodules. - Added
doneandstalledmethods forDriveBase.
Changed
- Changed
PrimeHub.display.image()toPrimeHub.display.icon()and renamed
its kwarg fromimagetoicon. - Improved presentation and docstrings of the
ubuiltinsand other
MicroPython modules - Moved the random numbers example for Move Hub to the Move Hub page.
- Moved
done(),stalled(),load()fromControltoMotorobject.
v3.2.0b5
v3.2.0b4
3.2.0b1-r3
Fixed
- Fixed more type hints and improved compatibility with jedi.
3.2.0b1-r2
Changed
- Moved remaining type hints from
.pyifiles to the python stub modules, and fixed numerous errors in the type hints throughout.
v3.2.0b1-r1
Added
- Added
__init__.pytopybrickspackage.
v3.2.0b1
Added
- Code auto-completion for
hub.charger,hub.imuandhub.system. - Moved typing from several
.pyifiles to the actual python modules.
Fixed
- Fixed code completion for
DCMotorandMotorclasses in MS Python VS Code extension. - Fixed missing
DCMotortype inev3devices. - Fixed type hint for
Motor.reset_angle()inpupdevices.
Changed
- Setter for acceleration can now also be used to set acceleration and
deceleration to different values, using a two-valued tuple.
v3.1.0
Added
- Added maximum voltage setter for
DCMotorandMotor. - Documented
DriveBase.curve()method.
Changed
- Removed
dutysetting fromControl.limitsmethod. - Removed
integral_rangesetting fromControl.pidmethod.
Fixed
- Fixed link to Color Light Matrix page.
- Fixed link to Inventor Hub page.