Skip to content

Latest commit

 

History

History
236 lines (167 loc) · 18.3 KB

CHANGELOG.md

File metadata and controls

236 lines (167 loc) · 18.3 KB

Changelog

v1.0.5 (2021-09-26)

Full Changelog

Closed issues:

  • [FEA] factor out the translate_column logic to let user define customized column setup #69
  • [FEA] Remove mentions to 'framework' from gQuant project #25

Merged pull requests:

v1.0.3 (2021-02-22)

Full Changelog

Closed issues:

  • Error displaying widget: model not found trying 02_single_stock_trade.ipnyb example #121

Merged pull requests:

v1.0.2 (2021-02-12)

Full Changelog

Merged pull requests:

v1.0.1 (2021-01-20)

Full Changelog

Merged pull requests:

v1.0.0 (2020-12-30)

Full Changelog

Closed issues:

  • [FEA]We need Plugin file support #106
  • [FEA]Migrate to the new input/output port API #97
  • [FEA]Add the gQuant Web UI #95
  • [DOC] Add CHANGELOG.md #48

Merged pull requests:

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:

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