Skip to content
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

[review]release 1.0.4 candidate #137

Merged
merged 9 commits into from
May 15, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 28 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,37 @@
# Changelog

## [v1.0.3](https://github.com/NVIDIA/fsi-samples/tree/v1.0.3) (2021-02-13)
## [v1.0.4](https://github.com/NVIDIA/fsi-samples/tree/v1.0.4) (2021-05-13)

[Full Changelog](https://github.com/NVIDIA/fsi-samples/compare/v1.0.3...v1.0.4)

**Closed issues:**

- \[FEA\] factor out the translate\_column logic to let user define customized column setup [\#69](https://github.com/NVIDIA/fsi-samples/issues/69)
- \[FEA\] Remove mentions to 'framework' from gQuant project [\#25](https://github.com/NVIDIA/fsi-samples/issues/25)

**Merged pull requests:**

- \[REVIEW\] Update build script. [\#136](https://github.com/NVIDIA/fsi-samples/pull/136) ([avolkov1](https://github.com/avolkov1))
- add nvidia headers [\#135](https://github.com/NVIDIA/fsi-samples/pull/135) ([MarkJosephBennett](https://github.com/MarkJosephBennett))
- \[Review\]Sync up main branch back to develop [\#134](https://github.com/NVIDIA/fsi-samples/pull/134) ([yidong72](https://github.com/yidong72))
- Update Dockerfile [\#127](https://github.com/NVIDIA/fsi-samples/pull/127) ([MarkJosephBennett](https://github.com/MarkJosephBennett))
- Update acquirePrices.R [\#126](https://github.com/NVIDIA/fsi-samples/pull/126) ([MarkJosephBennett](https://github.com/MarkJosephBennett))
- Update README.md [\#125](https://github.com/NVIDIA/fsi-samples/pull/125) ([MarkJosephBennett](https://github.com/MarkJosephBennett))
- GTC21 S32407 Content; Initial Release [\#124](https://github.com/NVIDIA/fsi-samples/pull/124) ([kenhester](https://github.com/kenhester))
- \[review\] Dask performance tuning + Dask plugin + Smart Cache handling + Composite Node performance tuning + Template Node [\#123](https://github.com/NVIDIA/fsi-samples/pull/123) ([yidong72](https://github.com/yidong72))
- \[REVIEW\]fixed a bug in the split node [\#122](https://github.com/NVIDIA/fsi-samples/pull/122) ([yidong72](https://github.com/yidong72))

## [v1.0.3](https://github.com/NVIDIA/fsi-samples/tree/v1.0.3) (2021-02-22)

[Full Changelog](https://github.com/NVIDIA/fsi-samples/compare/v1.0.2...v1.0.3)

**Closed issues:**

- Error displaying widget: model not found trying 02\_single\_stock\_trade.ipnyb example [\#121](https://github.com/NVIDIA/fsi-samples/issues/121)

**Merged pull requests:**

- \[REVIEW\] gquant rename to greenflow [\#120](https://github.com/NVIDIA/fsi-samples/pull/120) ([yidong72](https://github.com/yidong72))
- \[REVIEW\]Change "gquant" to "greenflow" [\#119](https://github.com/NVIDIA/fsi-samples/pull/119) ([yidong72](https://github.com/yidong72))

## [v1.0.2](https://github.com/NVIDIA/fsi-samples/tree/v1.0.2) (2021-02-12)
Expand Down Expand Up @@ -130,6 +156,7 @@
- \[REVIEW\] change the text for notebook 05 [\#55](https://github.com/NVIDIA/fsi-samples/pull/55) ([yidong72](https://github.com/yidong72))
- Fix \#50b - Rename notebook folder to notebooks [\#52](https://github.com/NVIDIA/fsi-samples/pull/52) ([miguelusque](https://github.com/miguelusque))
- Fix \#50 - Rename notebook folder to notebooks [\#51](https://github.com/NVIDIA/fsi-samples/pull/51) ([miguelusque](https://github.com/miguelusque))
- Fix \#39 - Refactor 04\_portfolio\_trade.ipynb notebook [\#44](https://github.com/NVIDIA/fsi-samples/pull/44) ([miguelusque](https://github.com/miguelusque))

## [v0.2](https://github.com/NVIDIA/fsi-samples/tree/v0.2) (2019-08-16)

Expand All @@ -151,7 +178,6 @@
**Merged pull requests:**

- Fix \#17 - cuIndicator notebook plot widget is too complicated \(WIP\) [\#45](https://github.com/NVIDIA/fsi-samples/pull/45) ([miguelusque](https://github.com/miguelusque))
- Fix \#39 - Refactor 04\_portfolio\_trade.ipynb notebook [\#44](https://github.com/NVIDIA/fsi-samples/pull/44) ([miguelusque](https://github.com/miguelusque))
- Merge develop to master [\#43](https://github.com/NVIDIA/fsi-samples/pull/43) ([yidong72](https://github.com/yidong72))
- Fix \#40 - Remove debug info [\#41](https://github.com/NVIDIA/fsi-samples/pull/41) ([miguelusque](https://github.com/miguelusque))
- Update mortgage example using TaskGraph API. [\#38](https://github.com/NVIDIA/fsi-samples/pull/38) ([avolkov1](https://github.com/avolkov1))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ Repo Index

1. [greenflow](greenflow) - A graph computation toolkit that helps you to organize the workflows in graph computation.
2. [greenflowlab](greenflowlab) - A JupyterLab plugin that provides the UI interface for `greenflow`.
3. [gGuant](gQuant) - An external plugin with a set of nodes for quantitative analyst tasks, built on top of the [RAPIDS AI](https://rapids.ai/) project, [Numba](https://numba.pydata.org/), and [Dask](https://dask.org/).
3. [gQuant](gQuant) - An external plugin with a set of nodes for quantitative analyst tasks, built on top of the [RAPIDS AI](https://rapids.ai/) project, [Numba](https://numba.pydata.org/), and [Dask](https://dask.org/).

Loading