Update news for 1.7.6 [skip ci] (#9350)

This commit is contained in:
Jiaming Yuan 2023-07-04 01:04:34 +08:00 committed by GitHub
parent e964654b8f
commit 6155394a06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
NEWS.md
View File

@ -3,6 +3,23 @@ XGBoost Change Log
This file records the changes in xgboost library in reverse chronological order.
## 1.7.6 (2023 Jun 16)
This is a patch release for bug fixes. The CRAN package for the R binding is kept at 1.7.5.
### Bug Fixes
* Fix distributed training with mixed dense and sparse partitions. (#9272)
* Fix monotone constraints on CPU with large trees. (#9122)
* [spark] Make the spark model have the same UID as its estimator (#9022)
* Optimize prediction with `QuantileDMatrix`. (#9096)
### Document
* Improve doxygen (#8959)
* Update the cuDF pip index URL. (#9106)
### Maintenance
* Fix tests with pandas 2.0. (#9014)
## 1.7.5 (2023 Mar 30)
This is a patch release for bug fixes.