This major version release introduces a number of additions and some API changes.
* Python 3.11 is now supported, while Python 3.7 support has been dropped.
* The array of points returned from `Camera.get_point_cloud` now has dimensions `(height, width, 3)` rather than `(width, height, 3)`, to match the other parts of the `Camera` API.
* The `CollisionDetector` API has now been changed so that an articulated robot is not required.
* A `getJointInfo` function wrapper has been added to the set of wrapped functions returning named tuples.
* Some minor bug fixes to the camera and ghost object examples.
* A number of tests have been added, and `tox` can be used to run them against the supported Python versions.