kjappelbaum / oximachinerunner

An easy API for using oximachine.
MIT License
7 stars 5 forks source link

chore(deps): update xgboost requirement from ~=1.4.2 to ~=1.7.6 #90

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 1 year ago

Updates the requirements on xgboost to permit the latest version.

Release notes

Sourced from xgboost's releases.

1.7.6 Patch Release

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)

Additional artifacts:

You can verify the downloaded packages by running the following command on your Unix shell:

echo "<hash> <artifact>" | shasum -a 256 --check
0a54300dd274b98b7f039acffa006bec4875dace041fd9288422306fe7c379ca  xgboost.tar.gz
990fb3c54be7ce53365389f2eb82ce3c1f2e78735b4605ddd2ddb0d47a15d3c3  xgboost_r_gpu_linux_1.7.6.tar.gz
a48fc64bce774bb76eddade6dc6df1d4fc25199a0c17dc66cdfa50cedd3282ad  xgboost_r_gpu_win64_1.7.6.tar.gz

Experimental binary packages for R with CUDA enabled

  • xgboost_r_gpu_linux_1.7.6.tar.gz: Download
  • xgboost_r_gpu_win64_1.7.6.tar.gz: Download

Source tarball Link in GitHub release assets

Changelog

Sourced from xgboost's changelog.

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.

  • C++ requirement is updated to C++-17, along with which, CUDA 11.8 is used as the default CTK. (#8860, #8855, #8853)
  • Fix import for pyspark ranker. (#8692)
  • Fix Windows binary wheel to be compatible with Poetry (#8991)
  • Fix GPU hist with column sampling. (#8850)
  • Make sure iterative DMatrix is properly initialized. (#8997)
  • [R] Update link in document. (#8998)

1.7.4 (2023 Feb 16)

This is a patch release for bug fixes.

  • [R] Fix OpenMP detection on macOS. (#8684)
  • [Python] Make sure input numpy array is aligned. (#8690)
  • Fix feature interaction with column sampling in gpu_hist evaluator. (#8754)
  • Fix GPU L1 error. (#8749)
  • [PySpark] Fix feature types param (#8772)
  • Fix ranking with quantile dmatrix and group weight. (#8762)

1.7.3 (2023 Jan 6)

This is a patch release for bug fixes.

  • [Breaking] XGBoost Sklearn estimator method get_params no longer returns internally configured values. (#8634)
  • Fix linalg iterator, which may crash the L1 error. (#8603)
  • Fix loading pickled GPU model with a CPU-only XGBoost build. (#8632)
  • Fix inference with unseen categories with categorical features. (#8591, #8602)
  • CI fixes. (#8620, #8631, #8579)

v1.7.2 (2022 Dec 8)

This is a patch release for bug fixes.

  • Work with newer thrust and libcudacxx (#8432)

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 11 months ago

Superseded by #91.