Skip to content

Releases: ray-project/xgboost_ray

xgboost_ray-0.1.19

20 Sep 23:07
c7eada3
Compare
Choose a tag to compare
  • Updated API to work with XGBoost 2.0 (#296)

xgboost_ray-0.1.18

24 Aug 16:39
6a4685b
Compare
Choose a tag to compare

xgboost_ray-0.1.17

04 Aug 14:12
909848a
Compare
Choose a tag to compare

Better Ray Dataset support (#283, #287)

Update CI (#288)

xgboost_ray-0.1.16

15 May 20:58
b45c5d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.15...v0.1.16

xgboost_ray-0.1.15

14 Feb 18:46
a7a46f0
Compare
Choose a tag to compare

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

14 Feb 00:29
f16521a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.13...v0.1.14

xgboost_ray-0.1.13

15 Dec 17:04
2ff8fcc
Compare
Choose a tag to compare

What's Changed

  • Bump version to 0.1.13 by @Yard1 in #243
  • Add placement_options to RayParams 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

01 Nov 19:17
dd51311
Compare
Choose a tag to compare

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

06 Oct 19:44
ac30013
Compare
Choose a tag to compare

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

Full Changelog: v0.1.10...v0.1.11

xgboost_ray-0.1.10

15 Aug 15:16
69e431e
Compare
Choose a tag to compare
  • Removing calls to deprecated Ray APIs (#227, #228)
  • Reduce default log verbosity in Ray Tune (#226)
  • Fix tests (#221, #223)