-
Notifications
You must be signed in to change notification settings - Fork 66
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 to Treelite 1.0.0rc1 #201
Conversation
According to the conda conflicts in CI, I think the updated |
@ajschmidt8 Conda-forge upgraded their compiler stack to GCC 9 back in October: https://conda-forge.org/docs/user/announcements.html cc @jakirkham |
I think PR ( conda-forge/treelite-feedstock#20 ) should let us use the older compilers for now. Though we might want to start planning to move to GCC 9 where possible in RAPIDS in the future. |
This reverts commit bdd9337.
Depends on dmlc/treelite#235, dmlc/treelite#236, dmlc/treelite#237, dmlc/treelite#240, dmlc/treelite#241, dmlc/treelite#242, dmlc/treelite#243 Depends on rapidsai/integration#201 Closes #2160 Closes #2795 Closes #2817 TODOs - [x] Get code review for dmlc/treelite#235 and dmlc/treelite#236 and merge them - [x] Get code review for dmlc/treelite#237 and merge them - [x] Merge dmlc/treelite#240, dmlc/treelite#241, dmlc/treelite#242, dmlc/treelite#243 - [x] Run tests locally - [x] Tag a new version of Treelite - [x] Release a new Conda package with the new version tag - [x] Update `meta.yml` and the integration package to use the new Treelite - [x] Run tests (this time build with new Conda package) Authors: - Hyunsu Cho <[email protected]> Approvers: - AJ Schmidt (@ajschmidt8) - William Hicks (@wphicks) - John Zedlewski (@JohnZed) URL: #3316
Required by rapidsai/cuml#3316, which needs the 1.0.0 version of the Treelite package.
For now the RC1 version is used; once the testing is complete with rapidsai/cuml#3316, I will release the 1.0.0 version.