⚠️ `tune-sklearn` is no longer being maintained
This release (`0.5.0`) is the last version of the library that will be released by the Ray team. It has been updated to be compatible
with `ray>=2.7.x, ray<=2.9.x`. The library will not be guaranteed to work with future Ray versions.
The recommended alternative to keep up with the latest features of Ray is to migrate `tune-sklearn` usage
to the [Ray Tune APIs](https://docs.ray.io/en/latest/tune/getting-started.html) to accomplish the same thing.
Feel free to post an issue on the [Ray Github](https://github.com/ray-project/ray) if you run into any issues in migrating.
What's Changed
* Fix `ExperimentAnalysis` usage for Ray 2.7 by justinvyu in https://github.com/ray-project/tune-sklearn/pull/272
* [doc] Add auto-generated docs by justinvyu in https://github.com/ray-project/tune-sklearn/pull/279
* Bump version to `0.5.0` and update Ray Tune lower bound to `2.7.1` by justinvyu in https://github.com/ray-project/tune-sklearn/pull/281
* Update README with archival message by justinvyu in https://github.com/ray-project/tune-sklearn/pull/282
**Full Changelog**: https://github.com/ray-project/tune-sklearn/compare/v0.4.6...v0.5.0