- Support for PyTorch Lightning v1.5 (115, 121)!
- Update `HorovodRayPlugin` API to match the new Horovod on Ray API. `num_hosts` and `num_slots` args have been deprecated in favor of a generic `num_workers` arg (71).
- `get_tune_ddp_resouces` has been renamed to `get_tune_resources` and can now be used for both `RayPlugin` and `HorovodRayPlugin` (71).
- Rename the `cpus_per_worker` arg in `get_tune_resources` utility to `num_cpus_per_worker` to match the arg name in `RayPlugin` (96).
- Annotate the APIs as beta (88).