What's Changed * Bump version to 0.1.13 by Yard1 in https://github.com/ray-project/xgboost_ray/pull/243 * Add `placement_options` to `RayParams` by Yard1 in https://github.com/ray-project/xgboost_ray/pull/245 * Switch from 3.6 to 3.9 in tests by Yard1 in https://github.com/ray-project/xgboost_ray/pull/246 * Replace boston dataset with california housing by Yard1 in https://github.com/ray-project/xgboost_ray/pull/251 * Set Tune trainable resources to 0 by Yard1 in https://github.com/ray-project/xgboost_ray/pull/252 * Add special case in `_get_tune_resources` by Yard1 in https://github.com/ray-project/xgboost_ray/pull/250 * Always detect Ray Dataset as distributed by Yard1 in https://github.com/ray-project/xgboost_ray/pull/253
What's Changed * Bump version to 0.1.12 by Yard1 in https://github.com/ray-project/xgboost_ray/pull/241 * Compatibility for xgboost>=1.7.0, fix master CI by Yard1 in https://github.com/ray-project/xgboost_ray/pull/242
What's Changed * Switch to use packaging.Version from distutils LooseVersion by peytondmurray in https://github.com/ray-project/xgboost_ray/pull/232 * add license metadata tag to package setup by jimthompson5802 in https://github.com/ray-project/xgboost_ray/pull/234 * Add `enable_categorical`, better detection for being in a PG by Yard1 in https://github.com/ray-project/xgboost_ray/pull/235 * Fix ranking failing if the qid column is unsorted by atomic in https://github.com/ray-project/xgboost_ray/pull/239
New Contributors * peytondmurray made their first contribution in https://github.com/ray-project/xgboost_ray/pull/232 * jimthompson5802 made their first contribution in https://github.com/ray-project/xgboost_ray/pull/234 * atomic made their first contribution in https://github.com/ray-project/xgboost_ray/pull/239
- Removing calls to deprecated Ray APIs (227, 228) - Reduce default log verbosity in Ray Tune (226) - Fix tests (221, 223)
0.1.9
What's Changed * [release] Bump to 0.1.9 for future development by matthewdeng in https://github.com/ray-project/xgboost_ray/pull/199 * Update README.md by Yard1 in https://github.com/ray-project/xgboost_ray/pull/200 * Mitigate finishing too quickly by Yard1 in https://github.com/ray-project/xgboost_ray/pull/203 * Adjust readme for Ray Docs by Yard1 in https://github.com/ray-project/xgboost_ray/pull/204 * Fail quickly on Windows by amogkam in https://github.com/ray-project/xgboost_ray/pull/209 * Fix `test_num_parallel_tree` for cutting edge CI by Yard1 in https://github.com/ray-project/xgboost_ray/pull/211 * Fix CI failing with `xgboost==1.6.0` by Yard1 in https://github.com/ray-project/xgboost_ray/pull/212 * Adjust CI timeouts by Yard1 in https://github.com/ray-project/xgboost_ray/pull/213 * Fix sklearn docs throwing an error during build by Yard1 in https://github.com/ray-project/xgboost_ray/pull/214 * Fix `wrap_evaluation_matrices` with xgb master by Yard1 in https://github.com/ray-project/xgboost_ray/pull/215 * Remove code for legacy Ray versions by krfricke in https://github.com/ray-project/xgboost_ray/pull/217 * Remove support for deprecated `ray.util.data.MLDataset` by amogkam in https://github.com/ray-project/xgboost_ray/pull/218