Releases: IntelPython/xgboost_oneapi
Releases · IntelPython/xgboost_oneapi
v2.1.3.0
Adopt the 2.1.3 patch release https://github.com/dmlc/xgboost/releases/tag/v2.1.3
v2.1.2.0
Merge branch 'dmlc:release_2.1.0' into release_2.1.0
v2.1.1.0
What's Changed
- Add tests for EvaluateSplits by @razdoburdin in #59
- Refactor split application and add related tests by @razdoburdin in #61
Full Changelog: v2.1.0.2...v2.1.1.0
v2.1.0.2
What's Changed
- Fix sampling for fp32 devices by @razdoburdin in #58
Full Changelog: v2.1.0.1...v2.1.0.2
v2.1.0.1
XGBoost v2.1.0 with sycl training support
XGBoost 2.1.0 with support of sycl devices.
XGBoost v.2.0.3
Adopt xgboost 2.0.3 patch (#28) * [backport][sklearn] Fix loading model attributes. (#9808) (#9880) * [backport][py] Use the first found native library. (#9860) (#9879) * [backport] [CI] Upload libxgboost4j.dylib (M1) to S3 bucket (#9887) * [CI] Set up CI for Mac M1 (#9699) * [CI] Improve CI for Mac M1 (#9748) * [CI] Build libxgboost4j.dylib with CMAKE_OSX_DEPLOYMENT_TARGET (#9749) * [CI] Upload libxgboost4j.dylib (M1) to S3 bucket (#9886) * [jvm-packages] Fix POM for xgboost-jvm metapackage (#9893) * [jvm-packages] Fix POM for xgboost-jvm metapackage * Add script for updating the Scala version * Bump version to 2.0.3 (#9895) * Update change_scala_version.py to also change scala.version property (#9897) --------- Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com> Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
XGBoost v.2.0.2
XGBoost v.2.0.2 with sycl support
XGBoost v.2.0.1
- XGBoost patch v.2.0.1 applied.
- Plugin build system rewrited.
- Tests for plugin added.
XGBoost v2.0.0
Release 2.0.0 oneapi (#5) * initial, not ready for work * fixes for obj functions * fix some compilation problems * fix some errors * fixes * improve context * plugin compiled and somtimes works * fix the errors. tests passed * fix compilation error wo oneapi * black * README update --------- Co-authored-by: Dmitry Razdoburdin <>