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

chore(deps): update dependency catboost to v1.2.7 #76

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
catboost (source) 1.2.3 -> 1.2.7 age adoption passing confidence

Release Notes

catboost/catboost (catboost)

v1.2.7: 1.2.7

Compare Source

Bugfixes
  • [R-package]: Restore basic functionality.
Build & testing
  • [GPU] Return configuration for multi-node GPU training with CMake-based build. See documentation.

v1.2.6: 1.2.6

Compare Source

⚠️ R-package is broken in this release. Please use release 1.2.7+

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

v1.2.5: 1.2.5

Compare Source

New features
Bugfixes
  • [Python-package]: Check eval_period parameter validity for staged prediction. #​2593
  • [Python-package]: Fix _CustomLoggersStack.pop logic. #​2620
  • [R-package]: Fix Caret object: Inconsistent grid creation with documentation. #​2609
  • [JVM applier]: Fix issues with exposing undesired symbols in JNI shared libraries (including allocators) on macOS. #​2606
  • Fix training with embedding features on GPU. #​2249, #​2308, #​2591
  • Fix training with text features on GPU
  • Use correct sample count in MultiRMSE on multiple GPUs. #​2557
  • Fix sign of 2nd order derivative in Huber loss
  • Enable gradient walker for non-additive metrics
  • Fixes for Cox objective: buffer overflow in derivatives calculation, derivatives summation, metric calculation, disable ordered boosting
  • Fix text features data serialization in the model files

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 29, 2024
Copy link

codecov bot commented Oct 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.79%. Comparing base (00053f1) to head (4891b45).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #76   +/-   ##
=======================================
  Coverage   71.79%   71.79%           
=======================================
  Files          33       33           
  Lines        1145     1145           
  Branches      142      142           
=======================================
  Hits          822      822           
  Misses        257      257           
  Partials       66       66           

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

@renovate renovate bot merged commit 8c7ad48 into main Oct 30, 2024
10 checks passed
@renovate renovate bot deleted the renovate/catboost-1.x-lockfile branch October 30, 2024 00:37
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants