Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump catboost from 1.2.5 to 1.2.6 #19

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2024

Bumps catboost from 1.2.5 to 1.2.6.

Release notes

Sourced from catboost's releases.

1.2.6

Major changes

  • CatBoost open source build, test and release infrastructure has been switched to GitHub actions. It is possible to run it if you fork CatBoost repository as well. See the announcement for details.

Python package

  • Adapt numpy dependency specification to prohibit numpy >= 2.0 for now. #2671

New features

Build & testing

  • [Windows]: Visual Studio 2022 with MSVC toolset 14.29.30133 is now supported. #2302

Speedups

  • [GPU]: Increase block size in QueryCrossEntropy (~3x faster on a100 for 6m samples, 350 features, query size near 1).

Improvements

Bugfixes

  • [C/C++ applier]. Add missed PredictSpecificClassFlat to calcer.exports. #2715
  • [Linux]. Restore readable backtraces
  • [GPU] Make CUDA_MAX_THREADS_PER_SM cuda arch-specific
  • [JVM applier][Windows]: Fixed bloating temp directory with copies of native libraries on Windows. #2622. Thanks to @​DKARAGODIN.
  • Calculate F1, Precision, and Recall for all labels in multi-label classification
  • Synchronize values of NCB::NModelEvaluation::EPredictionType and EApiPredictionType. #2643
  • Fix sign of 2nd derivative for Tweedie loss
  • Fix 'Can't find borders for feature ...' error when using text features on GPU. #2657
  • Fix indexing of tokenized text features in model saver and dataset loader when some features are ignored
  • Fix descent direction for Cox regression fix #2701
  • Fix GetTreeNodeToLeaf in multidimensional case (fixes plot_tree for multidimensional approx with non-oblivious trees). #2668
Changelog

Sourced from catboost's changelog.

Release 1.2.6

Major changes

  • CatBoost open source build, test and release infrastructure has been switched to GitHub actions. It is possible to run it if you fork CatBoost repository as well. See the announcement for details.

Python package

  • Adapt numpy dependency specification to prohibit numpy >= 2.0 for now. #2671

New features

Build & testing

  • [Windows]: Visual Studio 2022 with MSVC toolset 14.29.30133 is now supported. #2302

Speedups

  • [GPU]: Increase block size in QueryCrossEntropy (~3x faster on a100 for 6m samples, 350 features, query size near 1).

Improvements

Bugfixes

  • [C/C++ applier]. Add missed PredictSpecificClassFlat to calcer.exports. #2715
  • [Linux]. Restore readable backtraces
  • [GPU] Make CUDA_MAX_THREADS_PER_SM cuda arch-specific
  • [JVM applier]: Fixed bloating temp directory with copies of native libraries on Windows. #2622. Thanks to @​DKARAGODIN.
  • Calculate F1, Precision, and Recall for all labels in multi-label classification
  • Synchronize values of NCB::NModelEvaluation::EPredictionType and EApiPredictionType. #2643
  • Fix sign of 2nd derivative for Tweedie loss
  • Fix 'Can't find borders for feature ...' error when using text features on GPU. #2657
  • Fix indexing of tokenized text features in model saver and dataset loader when some features are ignored
  • Fix descent direction for Cox regression fix #2701
  • Fix GetTreeNodeToLeaf in multidimensional case (fixes plot_tree for multidimensional approx with non-oblivious trees). #2668
Commits
  • e432431 CatBoost Release 1.2.6.
  • f82f4d6 Pull request "Fixed bloating temp directory with copies of native libraries o...
  • aa7c0b7 Cleanup build/sysincl/linux.yml
  • 06d7faa Update contrib/libs/freetype to 2.13.3
  • 075dbca add test status as we go
  • 5003b10 [devtools/ya/test/test_types/py_test.py]Do not launch pytests with -vv flag
  • 82ce08b Add names to workflows.
  • f29ab2e --no-index is too restrictive, we still need dependencies..
  • 853d3b9 1) install catboost for tests only from local files. 2) allow non-stable catb...
  • 7e25859 Remove trailing whitespace
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 5, 2024
@codecov-commenter
Copy link

codecov-commenter commented Sep 5, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.33%. Comparing base (c0053e6) to head (bcb7258).
Report is 2 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #19   +/-   ##
=======================================
  Coverage   83.33%   83.33%           
=======================================
  Files           1        1           
  Lines         174      174           
=======================================
  Hits          145      145           
  Misses         18       18           
  Partials       11       11           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [catboost](https://github.com/catboost/catboost) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/catboost/catboost/releases)
- [Changelog](https://github.com/catboost/catboost/blob/master/RELEASE.md)
- [Commits](catboost/catboost@v1.2.5...v1.2.6)

---
updated-dependencies:
- dependency-name: catboost
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/catboost-1.2.6 branch from 1a6b1c4 to bcb7258 Compare September 5, 2024 11:56
@mirecl mirecl merged commit f80b7c8 into master Sep 5, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/pip/catboost-1.2.6 branch September 5, 2024 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants