dependabot[bot]
804cf85fe4
Bump docker/build-push-action from 5 to 6 ( #10516 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5 to 6.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-01 21:38:13 -07:00
Philip Hyunsu Cho
09d32f1f2b
Fix build and C++ tests for FreeBSD ( #10480 )
2024-06-28 01:47:55 -07:00
Jiaming Yuan
e8a962575a
[EM] Allow staging ellpack on host for GPU external memory. ( #10488 )
...
- New parameter `on_host`.
- Abstract format creation and stream creation into policy classes.
2024-06-28 04:42:18 +08:00
Jiaming Yuan
824fba783e
Remove support for deprecated format in Python. ( #10490 )
2024-06-27 11:31:53 +08:00
Jiaming Yuan
2d88d17008
Remove deprecated DeviceQuantileDMatrix. ( #10491 )
2024-06-27 11:30:51 +08:00
Philip Hyunsu Cho
bed3695beb
[jvm-packages] Honor skip.native.build option in xgboost4j-gpu ( #10496 )
2024-06-26 16:35:23 -07:00
Philip Hyunsu Cho
4b88dfff24
[CI] Temporarily pin pylint to 3.2.3 ( #10494 )
...
* [CI] Temporarily pin pylint to 3.2.3
* Add quotes
* Correct env
2024-06-26 14:08:49 -07:00
Hyunsu Cho
5efc979551
[CI] [Hotfix] Make S3 upload conditional
2024-06-26 06:21:46 -07:00
Philip Hyunsu Cho
08658b124d
[CI] Add CI pipeline to build libxgboost4j.so targeting Linux ARM64 ( #10487 )
2024-06-26 01:43:15 -07:00
Philip Hyunsu Cho
4abf24aa4f
Download manylinux2014 wheels in the release script ( #10485 )
2024-06-25 01:22:32 -07:00
Philip Hyunsu Cho
4c1920a6a5
[CI] Fix S3 upload for manylinux2014 wheels ( #10483 )
2024-06-24 14:40:28 -07:00
Philip Hyunsu Cho
d4dee25eb3
[CI] Set up pipeline to build manylinux2014 wheels ( #10478 )
2024-06-24 12:25:26 -07:00
Philip Hyunsu Cho
9a8bb7d186
Require Pandas 1.2+ ( #10476 )
2024-06-22 14:15:22 -07:00
Philip Hyunsu Cho
c519f5690e
Fix read the doc on 2.1. ( #10460 ) ( #10474 )
...
Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
2024-06-21 16:10:07 -07:00
jpizagno
124bc57a6e
[ISSUE-10463] Add missing import in learning-to-rank tutorial ( #10464 )
...
* added 'sorted()' to qid, and added pandas import
* Update learning_to_rank.rst
---------
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2024-06-21 15:52:34 -07:00
david-cortes
61ac8eec8a
[R] use Rf_ prefix for R C functions. ( #10465 )
2024-06-21 14:37:18 +08:00
Jiaming Yuan
26eb68859f
Consistently report error in tests. ( #10453 )
2024-06-21 14:35:22 +08:00
Jiaming Yuan
b38c7fe2ce
2.1.0 release news.( #10378 )
2024-06-21 14:34:53 +08:00
Jiaming Yuan
2b400b18d5
Small cleanup for rowset collection. ( #10401 )
2024-06-19 18:06:23 +08:00
Jiaming Yuan
e5f1720656
[EM] Avoid writing cut matrix to cache. ( #10444 )
2024-06-19 18:03:38 +08:00
Jiaming Yuan
63418d2f35
Link CMAKE_DL_LIBS when dlopen is used. ( #10447 )
2024-06-19 15:06:58 +08:00
Philip Hyunsu Cho
45150a844e
[CI] [jvm-packages] Build libxgboost4j.dylib on M1 MacOS with OpenMP support ( #10449 )
2024-06-18 20:20:29 -07:00
Philip Hyunsu Cho
8689f0b562
[CI] Stop vendoring libomp.dylib in MacOS Python wheels ( #10440 )
2024-06-18 19:17:02 -07:00
Jiaming Yuan
b9e5229ff2
Update rapids ( #10435 )
...
* [CI] Update RAPIDS to latest stable
* RMM.
---------
Co-authored-by: hcho3 <2532981+hcho3@users.noreply.github.com>
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2024-06-18 05:01:57 +08:00
Jiaming Yuan
b4cc350ec5
Fix categorical data with external memory. ( #10433 )
2024-06-18 04:34:54 +08:00
Jiaming Yuan
a8ddbac163
[doc] Fixes for external memory document. ( #10426 )
2024-06-18 03:10:49 +08:00
Philip Hyunsu Cho
bc3747bdce
[CI] Migrate to rockylinux8 / manylinux_2_28_x86_64 ( #10399 )
...
* [CI] Migrate to rockylinux8 / manylinux_2_28_x86_64
* Scrub all references to CentOS 7
* Fix
* Remove use of yum
* Use gcc-10 in cpu
* Temporarily disable -Werror
* Use GCC 9 for now
* Roll back gRPC
* Scrub all references to manylinux2014_x86_64
* Revise rename_whl.py to handle no-op rename
* Change JDK_VERSION back to 8
* Reviewer's comment
* Use GCC 10
* Use Spark 3.5.1, same as in pom.xml
* Fix JAR install
2024-06-17 12:07:49 -07:00
Jiaming Yuan
320e7c2041
[CI] Enable CI binary build for the vertical federated learning branch. ( #10417 )
...
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2024-06-17 17:01:04 +08:00
Jiaming Yuan
6c83c8c2ef
Allow blocking launch of federated tracker. ( #10414 )
...
---------
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2024-06-16 01:43:53 +08:00
Jiaming Yuan
49e25cfb36
Allow unaligned pointer if the array is empty. ( #10418 )
...
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2024-06-15 19:10:21 +08:00
Jiaming Yuan
bbff74d2ff
[dask] Workaround the tokenizer by changing the scatter function. ( #10419 )
...
---------
Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
2024-06-15 19:10:00 +08:00
Hyunsu Cho
601f2067c7
[CI] Hot fix for JVM tests on MacOS
2024-06-15 01:56:22 -07:00
Hyunsu Cho
b36d023f9e
[CI] Hot fix for JVM tests on MacOS
2024-06-15 00:40:48 -07:00
Philip Hyunsu Cho
1ace9c66ec
[CI] Fix JVM tests on Windows ( #10404 )
2024-06-15 00:21:40 -07:00
Richard (Rick) Zamora
dc14f98f40
Avoid default tokenization in Dask ( #10398 )
...
---------
Co-authored-by: Jiaming Yuan <jm.yuan@outlook.com>
2024-06-14 19:44:54 +08:00
nocluebutalotofit
01ff2b2c29
[doc] FIx learning to rank ( #10412 )
2024-06-14 18:09:27 +08:00
Bobby Wang
cf0c1d0888
[pyspark] Avoid repartition. ( #10408 )
2024-06-12 02:26:10 +08:00
Christopher Tee
e0ebbc0746
[doc] Fix small typos ( #10405 )
2024-06-11 16:13:02 +08:00
Dmitry Razdoburdin
0c44067736
[SYCL] Optimize gradients calculations. ( #10325 )
...
---------
Co-authored-by: Dmitry Razdoburdin <>
2024-06-08 11:53:23 +08:00
Jiaming Yuan
c9f5fcaf21
[col] Small cleanup to federated comm. ( #10397 )
2024-06-07 21:19:04 +08:00
Philip Hyunsu Cho
f5815b6982
[Doc] Fix deployment for JVM docs ( #10385 )
...
* [Doc] Fix deployment for JVM docs
* Use READTHEDOCS_VERSION_NAME
* Fix html
* Default to master
2024-06-04 19:35:37 -07:00
Jiaming Yuan
9f6608d6aa
Add python 3.12 classifier. ( #10381 )
2024-06-04 18:02:59 +08:00
Bobby Wang
bc7643d35e
[jvm-packages] Don't cast to float if it's already float ( #10386 )
2024-06-04 18:01:51 +08:00
Philip Hyunsu Cho
9b7633c01d
[CI] Use Python 3.10 to build docs ( #10383 )
2024-06-03 22:54:02 -07:00
Jiaming Yuan
43a57c4a85
Bump development version to 2.2. ( #10376 )
2024-06-04 12:59:16 +08:00
Jiaming Yuan
979e392deb
Fix warnings in GPU dask tests. ( #10358 )
2024-06-04 12:58:58 +08:00
Jiaming Yuan
0808e50ae8
Sync stream in ellpack format. ( #10374 )
2024-06-04 12:58:26 +08:00
Philip Hyunsu Cho
c4ec64d409
Fix logo URL [skip ci] ( #10382 )
2024-06-03 20:48:19 -07:00
Philip Hyunsu Cho
4057f861c1
[CI] Add nightly CI job to test against dev version of deps ( #10351 )
...
* [CI] Add nightly CI job to test against dev version of deps
* Update build-containers.sh
* Add build step
* Wait for build artifact
* Try pinning dask
* Address reviewers' comments
* Fix unbound variable error
* Specify dev version exactly
* Pin dask=2024.1.1
2024-06-03 19:28:55 -07:00
Sid Mehta
eb6622ff7a
Add Comet Logo to the Readme. ( #10380 )
2024-06-04 08:44:52 +08:00