NVIDIA / fsi-samples

A collection of open-source GPU accelerated Python tools and examples for quantitative analyst tasks and leverages RAPIDS AI project, Numba, cuDF, and Dask.
271 stars 115 forks source link

[REIVEW]gQuant 0.5 release #94

Closed yidong72 closed 4 years ago

yidong72 commented 4 years ago

Let's have a RAPIDS 0.5 release since we have tested the notebooks thoroughly.

GPUtester commented 4 years ago

Please update the changelog in order to start CI tests.

View the gpuCI docs here.

avolkov1 commented 4 years ago

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.

yidong72 commented 4 years ago

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.

yidong72 commented 4 years ago

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:

Changelog

0.4.1 (26/05/2020)


gQuant 0.4 (20/05/2020)

compatible with RAPIDS v0.13

gQuant 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?

avolkov1 commented 4 years ago

It seems a bit backward to first make a release then generate a changelog.

Could you try this other tool. https://github.com/github-changelog-generator/github-changelog-generator

I ran it like this:

export CHANGELOG_GITHUB_TOKEN=<MY TOKEN>
github_changelog_generator --future-release=0.5 --release-branch=develop -u rapidsai -p gQuant

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.

========================================================

Changelog

0.5 (2020-07-10)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

Merged pull requests:

0.4.1 (2020-05-26)

Full Changelog

Merged pull requests:

0.4 (2020-05-19)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

Merged pull requests:

v0.2 (2019-08-16)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

v0.1 (2019-08-13)

Full Changelog

Implemented enhancements:

Fixed bugs:

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

yidong72 commented 4 years ago

I added the change log