You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+14-17Lines changed: 14 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,25 +88,25 @@ Some noteworthy bug fixes that are not related to specific language binding are
88
88
We aim to enable as many features as possible in XGBoost's default binary distribution on PyPI (package installed with pip), but there's a upper limit on the size of the binary wheel. In 1.7, XGBoost reduces the size of the wheel by pruning unused CUDA architectures. (#8179, #8152, #8150)
89
89
90
90
* Fixes
91
-
Some noteworthy fixes are listed here:
92
-
- Fix the Dask interface with the latest cupy. (#8210)
93
-
- Check cuDF lazily to avoid potential errors with cuda-python. (#8084)
91
+
Some noteworthy fixes are listed here:
92
+
- Fix the Dask interface with the latest cupy. (#8210)
93
+
- Check cuDF lazily to avoid potential errors with cuda-python. (#8084)
94
94
* Fix potential error in DMatrix constructor on 32-bit platform. (#8369)
95
95
96
96
* Maintenance work
97
-
- Linter script is moved from dmlc-core to XGBoost with added support for formatting, mypy, and parallel run, along with some fixes (#7967, #8101, #8216)
98
-
- We now require the use of `isort` and `black` for selected files. (#8137, #8096)
99
-
- Code cleanups. (#7827)
100
-
- Deprecate `use_label_encoder` in XGBClassifier. The label encoder has already been deprecated and removed in the previous version. These changes only affect the indicator parameter (#7822)
101
-
- Remove the use of distutils. (#7770)
102
-
- Refactor and fixes for tests (#8077, #8064, #8078, #8076, #8013, #8010, #8244, #7833)
97
+
- Linter script is moved from dmlc-core to XGBoost with added support for formatting, mypy, and parallel run, along with some fixes (#7967, #8101, #8216)
98
+
- We now require the use of `isort` and `black` for selected files. (#8137, #8096)
99
+
- Code cleanups. (#7827)
100
+
- Deprecate `use_label_encoder` in XGBClassifier. The label encoder has already been deprecated and removed in the previous version. These changes only affect the indicator parameter (#7822)
101
+
- Remove the use of distutils. (#7770)
102
+
- Refactor and fixes for tests (#8077, #8064, #8078, #8076, #8013, #8010, #8244, #7833)
103
103
104
104
* Documents
105
-
-[dask] Fix potential error in demo. (#8079)
106
-
- Improved documentation for the ranker. (#8356, #8347)
107
-
- Indicate lack of py-xgboost-gpu on Windows (#8127)
108
-
- Clarification for feature importance. (#8151)
109
-
- Simplify Python getting started example (#8153)
105
+
-[dask] Fix potential error in demo. (#8079)
106
+
- Improved documentation for the ranker. (#8356, #8347)
107
+
- Indicate lack of py-xgboost-gpu on Windows (#8127)
108
+
- Clarification for feature importance. (#8151)
109
+
- Simplify Python getting started example (#8153)
110
110
111
111
### R Package
112
112
We summarize improvements for the R package briefly here:
@@ -147,17 +147,14 @@ The consistency between JVM packages and other language bindings is greatly impr
147
147
* Remove warnings emitted in previous versions. (#7815)
148
148
* Small fixes occurred during development. (#8008)
149
149
150
-
151
150
### CI and Tests
152
-
153
151
* We overhauled the CI infrastructure to reduce the CI cost and lift the maintenance burdens. Jenkins is replaced with buildkite for better automation, with which, finer control of test runs is implemented to reduce overall cost. Also, we refactored some of the existing tests to reduce their runtime, drooped the size of docker images, and removed multi-GPU C++ tests. Lastly, `pytest-timeout` is added as an optional dependency for running Python tests to keep the test time in check. (#7772, #8291, #8286, #8276, #8306, #8287, #8243, #8313, #8235, #8288, #8303, #8142, #8092, #8333, #8312, #8348)
154
152
* New documents for how to reproduce the CI environment (#7971, #8297)
0 commit comments