Fix formatting in NEWS.md [skip ci]

This commit is contained in:
Philip Hyunsu Cho 2022-10-31 15:42:31 -07:00 committed by GitHub
parent 917cbc0699
commit 0db903b471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -147,9 +147,7 @@ The consistency between JVM packages and other language bindings is greatly impr
* Remove warnings emitted in previous versions. (#7815) * Remove warnings emitted in previous versions. (#7815)
* Small fixes occurred during development. (#8008) * Small fixes occurred during development. (#8008)
### CI and Tests ### CI and Tests
* 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) * 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)
* New documents for how to reproduce the CI environment (#7971, #8297) * New documents for how to reproduce the CI environment (#7971, #8297)
* Improved automation for JVM release. (#7882) * Improved automation for JVM release. (#7882)
@ -157,7 +155,6 @@ The consistency between JVM packages and other language bindings is greatly impr
* Other fixes and maintenance work. (#8154, #7848, #8069, #7943) * Other fixes and maintenance work. (#8154, #7848, #8069, #7943)
* Small updates and fixes to GitHub action pipelines. (#8364, #8321, #8241, #7950, #8011) * Small updates and fixes to GitHub action pipelines. (#8364, #8321, #8241, #7950, #8011)
## v1.6.1 (2022 May 9) ## v1.6.1 (2022 May 9)
This is a patch release for bug fixes and Spark barrier mode support. The R package is unchanged. This is a patch release for bug fixes and Spark barrier mode support. The R package is unchanged.