Releases: pybricks/pybricks-api
Releases · pybricks/pybricks-api
v3.4.0b3
Added
- Added
pybricks.robotics.Carclass.
Changed
- Changed
pybricks.robotics.DriveBaseicon to two wheels instead of steering
wheel, which will be used for the new car class.
v3.4.0b2
Fix deployment to PyPI.
v3.4.0b1
3.4.0b1 - 2023-11-28
Changed
- Include first batch of block coding images.
v3.3.0
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.lightand 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 usinguse_gyroinstead of using a separateGyroDriveBaseclass. - Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.
Added
- Added
settoubuiltinsmodule. - Basic multitasking docs.
- Awaitable keyword for awaitable methods and functions.
3.3.0b5 - 2023-05-16
Added
- Documented new
hub.blemethods.
3.3.0b4 - 2023-04-21
Added
- Documented
integral_deadzoneinControl.pid(). - Documented
Motor.model. This can be used to view the estimated motor
state and change its settings. - Added
rotation,orientation,ready,stationaryandsettingsmethods
toIMUclass. - Added
GyroDriveBaseclass topybricks.robotics.
Changed
- Change implementation status of
IMU.headingandIMU.reset_heading. They
are now implemented, with some limitations as noted in a note box. - Moved
Matrixandvectorfrompybricks.geometrytopybricks.tools. - Moved
Axisfrompybricks.geometrytopybricks.parameters.
Removed
- Removed
pybricks.geometrymodule.
v3.3.0c1
Added
- Enabled tilt and orientation config for
MoveHub(). - Documented
Motor.close()
Fixed
- Fixed missing awaitable for
Remote.lightand 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 usinguse_gyroinstead of using a separateGyroDriveBaseclass. - Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.
Added
- Added
settoubuiltinsmodule. - Basic multitasking docs.
- Awaitable keyword for awaitable methods and functions.
v3.3.0b9
Changed
- Changed the beta feature for using the hub's gyro. Gyro control can now be
toggled usinguse_gyroinstead of using a separateGyroDriveBaseclass. - Documentation updates to match firmware 3.3.0b5--3.3.0b9 updates.
Added
- Added
settoubuiltinsmodule. - Basic multitasking docs.
- Awaitable keyword for awaitable methods and functions.
v3.3.0a5
Release v3.3.0b4
Added
- Documented
integral_deadzoneinControl.pid(). - Documented
Motor.model. This can be used to view the estimated motor
state and change its settings. - Added
rotation,orientation,ready,stationaryandsettingsmethods
toIMUclass. - Added
GyroDriveBaseclass topybricks.robotics.
Changed
- Change implementation status of
IMU.headingandIMU.reset_heading. They
are now implemented, with some limitations as noted in a note box. - Moved
Matrixandvectorfrompybricks.geometrytopybricks.tools. - Moved
Axisfrompybricks.geometrytopybricks.parameters.
Removed
- Removed
pybricks.geometrymodule.