Skip to content

Releases: ray-project/xgboost_ray

v0.1.9

23 May 18:40
8d07e8d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.8...v0.1.9

v0.1.8

25 Feb 00:23
3a18e05
Compare
Choose a tag to compare
  • Fix "qid" being passed to legacy DMatrix (#193, #194)
  • Update README (#197, #198)

xgboost_ray-0.1.7

08 Feb 17:06
15396fd
Compare
Choose a tag to compare
  • Ranking support (#189)
  • Fix bad super() call in MLDataset DataSource (#184)
  • CI fixes (#185, #187)

xgboost_ray-0.1.6

03 Jan 14:51
1ff6dcc
Compare
Choose a tag to compare
  • Preserve column ordering in DMatrices (#170)
  • Dependency management (#171, #173, #174, #175)
  • CI improvements (#169)
  • Documentation/example fixes (#178, #180)
  • Validate kwargs correctly (#172)
  • Main: Fix compatibility with XGBoost >= 1.5.0 (#179)

xgboost_ray-0.1.5

29 Oct 15:07
a1089c6
Compare
Choose a tag to compare
  • Require up-to-date Ray for compatibility (#164)
  • Lazily read env variables (#166)
  • Compatibility with XGBoost >= 1.6.0 (#167)

xgboost_ray-0.1.4

13 Oct 21:12
b5d725a
Compare
Choose a tag to compare
  • Add API annotations (#158)
  • Adjust to Ray API changes (#161)
  • Fix Dask data loading issues (#162)
  • Import/dependency fixes, removing [default] and adding xgboost as hard dependency again (#156, #159)

xgboost_ray-0.1.3

15 Sep 13:56
df38184
Compare
Choose a tag to compare
  • Support for more data sources: Ray datasets and general improvements (#139, #140, #141, #145)
  • Placement group fixes (#136, #143)
  • Usability improvements (#148, #149)
  • Various minor fixes/updates (#137, #144, #150, #154)
  • xgboost is now an extra dependency (and might have to be installed separately) (#151)

xgboost_ray-0.1.2

12 Jul 09:44
ece58d5
Compare
Choose a tag to compare
  • Improvements in the SKlearn API (#125, #126)
  • User user warnings instead of logger warnings (#128)
  • Testing fixes (#129)
  • Fix backwards compatibility with placement groups (#130)
  • Improve batching algorithm (#132)

xgboost_ray-0.1.1

19 Jun 11:28
e68ff63
Compare
Choose a tag to compare

Special shout out to @Yard1 for his contributions! Thanks!

xgboost_ray-0.1.0

20 May 18:51
18104dc
Compare
Choose a tag to compare
  • Improve fault tolerance (#94)
  • Reduce cross-node data transfer (#100)
  • Improve Ray Tune integration (#102, #103)
  • Improve error reporting for failed actors (#104)
  • Add support for Dask dataframes (Dask on Ray) (#99)
  • Improve documentation (#105)