-
Notifications
You must be signed in to change notification settings - Fork 546
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 3.0.1 #5018
Conversation
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.
Is this change planned for 22.12 or 23.02? If it's going into 22.12 we should make sure that the necessary updates are also made to #5009 (namely in setup.py).
Yes, this is planned for 22.12, since it fixes support for the latest XGBoost. |
rerun tests |
rerun tests |
1 similar comment
rerun tests |
I bumped the pip requirements in #5009 as well. Once I've confirmed that things install as expected there I'll approve here. |
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.
Treelite on PyPI looks good to me.
rerun tests |
Codecov ReportBase: 79.44% // Head: 79.49% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## branch-22.12 #5018 +/- ##
================================================
+ Coverage 79.44% 79.49% +0.04%
================================================
Files 184 184
Lines 11698 11707 +9
================================================
+ Hits 9293 9306 +13
+ Misses 2405 2401 -4
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@gpucibot merge |
1 similar comment
@gpucibot merge |
I made a patch release 3.0.1 to support XGBoost 1.7 models. Requires rapidsai/integration#565 Authors: - Philip Hyunsu Cho (https://github.com/hcho3) - Dante Gama Dessavre (https://github.com/dantegd) Approvers: - Jake Awe (https://github.com/AyodeAwe) - Vyas Ramasubramani (https://github.com/vyasr) URL: rapidsai#5018
I made a patch release 3.0.1 to support XGBoost 1.7 models.
Requires rapidsai/integration#565