-
Notifications
You must be signed in to change notification settings - Fork 540
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
Upgrade Treelite to 2.2.1 #4484
Conversation
rerun tests |
2 similar comments
rerun tests |
rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like CI has passed successfully with the new dependency version. I've just updated the branch in the integration
PR below, so CI is re-running. Assuming that succeeds, we can merge it and then once those changes are propagated, we can rerun CI here one last time and then merge.
Rerun tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving ops-codeowner
file changes
Codecov Report
@@ Coverage Diff @@
## branch-22.02 #4484 +/- ##
===============================================
Coverage ? 85.69%
===============================================
Files ? 236
Lines ? 19326
Branches ? 0
===============================================
Hits ? 16562
Misses ? 2764
Partials ? 0
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@gpucibot merge |
The 2.2.0 version of Treelite incorporates the following major improvements: * dmlc/treelite#314 * dmlc/treelite#322, dmlc/treelite#327 * dmlc/treelite#325 * dmlc/treelite#332 * dmlc/treelite#330 * dmlc/treelite#333 * dmlc/treelite#334 * dmlc/treelite#304 * dmlc/treelite#335 In particular, dmlc/treelite#332, dmlc/treelite#330, dmlc/treelite#333 are required for rapidsai#4447. Requires rapidsai/integration#412. EDIT. Using 2.2.1 patch release, to incorporate a hotfix (dmlc/treelite#340). Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) - Dante Gama Dessavre (https://github.com/dantegd) URL: rapidsai#4484
The 2.2.0 version of Treelite incorporates the following major improvements:
IsolationForest
withmax_samples="auto"
dmlc/treelite#327In particular, dmlc/treelite#332, dmlc/treelite#330, dmlc/treelite#333 are required for #4447.
Requires rapidsai/integration#412.
EDIT. Using 2.2.1 patch release, to incorporate a hotfix (dmlc/treelite#340).