Patch release 4.7.1 - #692
Merged
Merged
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release_4.7 #692 +/- ##
===============================================
- Coverage 84.83% 84.21% -0.62%
===============================================
Files 76 75 -1
Lines 6813 6825 +12
Branches 557 557
===============================================
- Hits 5780 5748 -32
- Misses 1033 1077 +44 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
* Guard system-install rules behind _TREELITE_FOR_PYTHON_WHEEL * Migrate Python wheel build from hatch to scikit-build-core * Add documentation for updated build options * Removed unused runtime gitignores * Restore custom system libtreelite support using skbuild core --------- Co-authored-by: Philip Hyunsu Cho <chohyu01@cs.washington.edu>
* [CI] Run C++ tests on Windows coverage job * [CI] Build wheels with the official cibuildwheel action * [CI] Skip musllinux wheels
* Update sklearn exporter for scikit-learn 1.10+ * Fix version comparsion logic
* MacOS: Fix rpath for libomp.dylib * Patch RPATH for libomp.dylib
* Fix import for DART in XGBoost 3.4 * Fix import for DART in XGBoost 3.3
* Bump Python requirements to 3.11+ * Upgrade to manylinux_2_28 standard * Use Python 3.12 in CI, to fit XGBoost requirement * Update MacOS build too * Use VS 2026 * Add XFAIL to test_xgb_dart * XFAIL SerializerRoundTrip.DeepFullTree gtest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of #691