-
Notifications
You must be signed in to change notification settings - Fork 117
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[REIVEW]gQuant 0.5 release #94
Conversation
[REVIEW] Multiple GPU xgboost
* improve the dask performance
* migrate to the RAPIDS v0.14 * fixed the indicator notebook * fixed #88 * release candidate 0.5
[REVIEW] Fix mortgage e2e example for rapids 0.14.
Please update the changelog in order to start CI tests. View the gpuCI docs here. |
We should add a "CHANGELOG.md". What do you think? I can merge this or maybe we should make one more PR on develop branch to add a changelog. Additionally, maybe we should fix up gpuCI scripts. I never got around to fixing those. |
The changelog is good. I thought you have a way to automatically generate it. Let me spend some time to investigate it. Let's add the changelog in this PR. In the meanwhile, could you take a look into gpuCI ? That can be useful for the development branch. |
I just played with the gren tool. It looks like we need to first release it then use it to genrate the chagnelog. This is the result I got when I run it under master branch: Changelog0.4.1 (26/05/2020)
gQuant 0.4 (20/05/2020)compatible with RAPIDS v0.13gQuant 0.2 (26/08/2019)gQuant 0.2 release.gQuant 0.1 (16/08/2019)Initial release. Shall we first relase the v0.5 and generate the changelog? |
It seems a bit backward to first make a release then generate a changelog. Could you try this other tool. I ran it like this:
I used the develop as release branch to generate a log with latest commits on develop branch. Otherwise these don't show up. After generating the changelog it should be added to repo and then we make a release. ======================================================== Changelog0.5 (2020-07-10)Implemented enhancements:
Fixed bugs:
Closed issues:
Merged pull requests:
0.4.1 (2020-05-26)Merged pull requests:
0.4 (2020-05-19)Implemented enhancements: Fixed bugs:
Closed issues:
Merged pull requests:
v0.2 (2019-08-16)Implemented enhancements:
Fixed bugs:
Merged pull requests:
v0.1 (2019-08-13)Implemented enhancements:
Fixed bugs:
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator |
I added the change log |
Let's have a RAPIDS 0.5 release since we have tested the notebooks thoroughly.