dmlc / xgboost

Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
https://xgboost.readthedocs.io/en/stable/
Apache License 2.0
26.22k stars 8.72k forks source link

2.1.2 Patch Release #10885

Closed trivialfis closed 14 hours ago

trivialfis commented 1 week ago
hcho3 commented 1 week ago

Blocking issue: #10879

trivialfis commented 1 week ago

@hcho3 Does it affect the 2.1 branch?

hcho3 commented 1 week ago

Is the JVM rewrite part of 2.1.2 ?

trivialfis commented 1 week ago

No. It's a patch release for bug fixes.

jprafael commented 1 week ago

@trivialfis Does this release also include https://github.com/dmlc/xgboost/pull/10527?

trivialfis commented 1 week ago

Thank you for the reminder, added to the list.

trivialfis commented 22 hours ago

@hcho3 Could you please help take a look into the new release script, I'm running into:

twine check /home/jiamingy/workspace/xgboost_dev/xgboost/python-package/dist/xgboost-2.1.2.tar.gz
ERROR    InvalidDistribution: Cannot find file (or expand pattern):                                                       '/home/jiamingy/workspace/xgboost_dev/xgboost/python-package/dist/xgboost-2.1.2.tar.gz' 

when doing twine check.

In addition, this line is not needed, the url uses the full branch name.

trivialfis commented 22 hours ago

NVM, I think I didn't update the tag correctly.

trivialfis commented 14 hours ago

Done.