Mark next release as 1.7 instead of 2.0 (#8281)

This commit is contained in:
Jiaming Yuan
2022-09-28 14:33:37 +08:00
committed by GitHub
parent 6d1452074a
commit f835368bcf
19 changed files with 38 additions and 39 deletions

View File

@@ -508,7 +508,7 @@ dask config is used:
IPv6 Support
************
.. versionadded:: 2.0.0
.. versionadded:: 1.7.0
XGBoost has initial IPv6 support for the dask interface on Linux. Due to most of the
cluster support for IPv6 is partial (dual stack instead of IPv6 only), we require

View File

@@ -1,8 +1,8 @@
###############################
Using XGBoost PySpark Estimator
###############################
Starting from version 2.0, xgboost supports pyspark estimator APIs.
The feature is still experimental and not yet ready for production use.
Starting from version 1.7.0, xgboost supports pyspark estimator APIs. The feature is
still experimental and not yet ready for production use.
*****************
SparkXGBRegressor