Skip to content

Latest commit

 

History

History
148 lines (105 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

148 lines (105 loc) · 11.2 KB

Changelog

0.5 (2020-07-10)

Full Changelog

Implemented enhancements:

  • [FEA] csvStockLoader.py and stockNameLoader.py - Use cudf.read_csv() insteand of pandas.read_csv() #24

Fixed bugs:

  • [BUG] Using a UDF via Series.rolling.apply() results in KeyError in numba #88
  • [BUG] download_data.sh seems to do not be in containers anymore #66

Closed issues:

  • [FEA] Conda resolves too slow in the latest versions of the container #67
  • [FEA] Comprehensive refactoring of indicator_demo.ipynb notebook #46
  • [FEA] Rename viz_graph() to viz(), save_taskgraph() to save() #34

Merged pull requests:

  • [REVIEW] Fix mortgage e2e example for rapids 0.14. #93 (avolkov1)
  • [REVIEW] Update RAPIDS to version 0.14 #92 (yidong72)
  • [REVIEW]Multiple gpu xgboost - Dask performance fix #91 (yidong72)
  • [REVIEW]Mutliple GPU xgboost #90 (yidong72)

0.4.1 (2020-05-26)

Full Changelog

Merged pull requests:

  • [REVIEW] hot fix for 0.4 release #86 (yidong72)
  • [REVIEW] fix the cuIndicator notebook and RSI perf notebook #85 (yidong72)
  • Add cuda102 docker support and update version against development branch #84 (jbaron)

0.4 (2020-05-19)

Full Changelog

Implemented enhancements:

  • [REVIEW]Feature adding fractional differencing computation #56 (yidong72)

Fixed bugs:

  • [BUG] Dask computation fails with 0.8 build script #28

Closed issues:

  • [FEA] Add cuda 10.1.2 support #64
  • [FEA] Use RAPIDS 0.9 container in build.sh #54
  • [FEA] Rename notebook to notebooks #50
  • [FEA] Add Jupyterlab extension to display GPU usage #49
  • [FEA] Merge develop branch to master #47
  • [FEA] implement the fractional difference operation #42

Merged pull requests:

v0.2 (2019-08-16)

Full Changelog

Implemented enhancements:

  • [FEA] Refactor 04_portfolio_trade.ipynb notebook #39
  • [FEA] Refactor notebook 01_tutorial.ipynb #35
  • [FEA] Add error message (or warning) if replace node does not exist #32
  • [FEA] Add new issue templates #26
  • [FEA] cuIndicator notebook plot widget is too complicated #17

Fixed bugs:

  • [BUG] Remove debug info from barPlotNode.py and cumReturnNode.py #40
  • [BUG] 04_portfolio_trade.ipynb - Number of filtered stocks differs from text #23

Merged pull requests:

v0.1 (2019-08-13)

Full Changelog

Implemented enhancements:

  • [FEA] build.sh - Move pip dependencies to conda dependencies #19

Fixed bugs:

  • [BUG] Update build.sh to 0.7 until issue #28 is fixed #31
  • [BUG] cuIndicator.ipyng - Wrong series names #16
  • [BUG] cuIndicator.ipynb - Runtime error in cell #3 - Missing file #14
  • [BUG] cuIndicator.ipynb - Incorrect path to dataset #13

Merged pull requests:

  • Revert "gQuant34 - Update build.sh to make use of RAPIDS v0.8 container" #33 (yidong72)
  • gQuant34 - Update build.sh to make use of RAPIDS v0.8 container #12 (miguelusque)
  • Synch master with develop #4 (avolkov1)
  • added unit tests for the cuindicator #3 (yidong72)
  • CUQ-21: Improving tutorials for gQuant #2 (avolkov1)
  • Add download script and instructions in the readme #1 (yidong72)

* This Changelog was automatically generated by github_changelog_generator