Skip to content

Commit 0db903b

Browse files
authored
Fix formatting in NEWS.md [skip ci]
1 parent 917cbc0 commit 0db903b

File tree

1 file changed

+14
-17
lines changed

1 file changed

+14
-17
lines changed

NEWS.md

Lines changed: 14 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -88,25 +88,25 @@ Some noteworthy bug fixes that are not related to specific language binding are
8888
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)
8989

9090
* 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)
9494
* Fix potential error in DMatrix constructor on 32-bit platform. (#8369)
9595

9696
* 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)
103103

104104
* 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)
110110

111111
### R Package
112112
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
147147
* Remove warnings emitted in previous versions. (#7815)
148148
* Small fixes occurred during development. (#8008)
149149

150-
151150
### CI and Tests
152-
153151
* 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)
154152
* New documents for how to reproduce the CI environment (#7971, #8297)
155153
* Improved automation for JVM release. (#7882)
156154
* GitHub Action security-related updates. (#8263, #8267, #8360)
157155
* Other fixes and maintenance work. (#8154, #7848, #8069, #7943)
158156
* Small updates and fixes to GitHub action pipelines. (#8364, #8321, #8241, #7950, #8011)
159157

160-
161158
## v1.6.1 (2022 May 9)
162159
This is a patch release for bug fixes and Spark barrier mode support. The R package is unchanged.
163160

0 commit comments

Comments
 (0)