* https://github.com/allenai/ai2thor/pull/814 adds official support for a top-down camera (deprecating the private `ToggleMapView`). To use it, run:
python
from ai2thor.controller import Controller
event = controller.step(action="GetMapViewCameraProperties")
controller.step(
action="AddThirdPartyCamera",
**event.metadata["actionReturn"]
)
* https://github.com/allenai/ai2thor/pull/801, https://github.com/allenai/ai2thor/pull/803, and https://github.com/allenai/ai2thor/pull/805 improve the usability of ManipulaTHOR.
* https://github.com/allenai/ai2thor/pull/808 fixes a logging bug on the Python side.