Skip to content

Commit

Permalink
v3.3.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
dlech committed Apr 21, 2023
1 parent 5bc11b1 commit 4da3618
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

## Unreleased

## 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
- 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 `rotation`, `orientation`, `ready`, `stationary` and `settings` methods
to `IMU` class.
- Added `GyroDriveBase` class to `pybricks.robotics`.

### Changed
Expand All @@ -21,8 +23,6 @@
### Removed
- Removed `pybricks.geometry` module.

### Changed

## 3.2.0 - 2022-12-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pybricks"
version = "3.2.0"
version = "3.3.0a4"
description = "Documentation and user-API stubs for Pybricks MicroPython"
authors = ["The Pybricks Authors <dev@pybricks.com>"]
maintainers = ["Laurens Valk <laurens@pybricks.com>", "David Lechner <david@pybricks.com>" ]
Expand Down

0 comments on commit 4da3618

Please sign in to comment.