Releases: ray-project/xgboost_ray
Releases · ray-project/xgboost_ray
xgboost_ray-0.1.19
xgboost_ray-0.1.18
xgboost_ray-0.1.17
xgboost_ray-0.1.16
What's Changed
- Bump version to 0.1.16 by @Yard1 in #271
- Fix _ray_get_act_cpus and set nthread in param passed to DMatrix creation by @kira-lin in #274
- Fix cutting edge CI failure by @Yard1 in #276
- Mark Ray Dataset as always having enough shards by @Yard1 in #275
- Fix lint by @Yard1 in #277
- Add QuantileDMatrix support by @kira-lin in #279
- Fix sklearn tests by @krfricke in #280
- Reformat using black by @krfricke in #281
New Contributors
Full Changelog: v0.1.15...v0.1.16
xgboost_ray-0.1.15
What's Changed
- Bump version to 0.1.15 by @Yard1 in #268
- Fix dataset conversion with
distributed=False
by @Yard1 in #270
Full Changelog: v0.1.14...v0.1.15
xgboost_ray-0.1.14
What's Changed
- Bump version to 0.1.14 by @Yard1 in #254
- Clarify
lazy
inRayDMatrix
docstring by @Yard1 in #255 - Fix CI with latest xgboost by @Yard1 in #257
- Improve Ray Datasets support by @Yard1 in #259
- Mention env var in PG creation timeout message by @Yard1 in #261
- Add feature weights support by @mozjay0619 in #265
- Fix modin import with mismatched pandas version by @Yard1 in #267
New Contributors
- @mozjay0619 made their first contribution in #265
Full Changelog: v0.1.13...v0.1.14
xgboost_ray-0.1.13
What's Changed
- Bump version to 0.1.13 by @Yard1 in #243
- Add
placement_options
toRayParams
by @Yard1 in #245 - Switch from 3.6 to 3.9 in tests by @Yard1 in #246
- Replace boston dataset with california housing by @Yard1 in #251
- Set Tune trainable resources to 0 by @Yard1 in #252
- Add special case in
_get_tune_resources
by @Yard1 in #250 - Always detect Ray Dataset as distributed by @Yard1 in #253
Full Changelog: v0.1.12...v0.1.13
xgboost_ray-0.1.12
What's Changed
- Bump version to 0.1.12 by @Yard1 in #241
- Compatibility for xgboost>=1.7.0, fix master CI by @Yard1 in #242
Full Changelog: v0.1.11...v0.1.12
xgboost_ray-0.1.11
What's Changed
- Switch to use packaging.Version from distutils LooseVersion by @peytondmurray in #232
- add license metadata tag to package setup by @jimthompson5802 in #234
- Add
enable_categorical
, better detection for being in a PG by @Yard1 in #235 - Fix ranking failing if the qid column is unsorted by @atomic in #239
New Contributors
- @peytondmurray made their first contribution in #232
- @jimthompson5802 made their first contribution in #234
- @atomic made their first contribution in #239
Full Changelog: v0.1.10...v0.1.11