Skip to content

Releases: ashishpapanai/stockDL

v0.2.5 [Bug FIxes]

22 Nov 03:43
Compare
Choose a tag to compare

What's new in this issue? 🤔

  • Major Bug fixes and upgraded TensorFlow version.
  • Improved execution time.
  • Added Saved model for people to run predictions locally.
  • Added DOI for improved citations in research-oriented implementations.
  • Updated Licencnse [Important]

v0.2.4 [Added DOI]

21 Nov 02:34
908aa49
Compare
Choose a tag to compare
v0.2.4 [Added DOI] Pre-release
Pre-release

What's New?

  • Released DOI for the preservation of intellectual property rights.
  • Easy citation for use in research-oriented projects.

v0.2.3 Bug Fixes

28 Aug 14:06
Compare
Choose a tag to compare

What's New? 🆕✨

  • Bug Fixes: "Fixed can't import Adam".
  • Performance enhancements.
  • Improved code coverage and tests.
  • Coming Next: ⏭

  • Improved API support.
  • RC1 for the public.
  • Run saved models through GCP or any other cloud storage.

v0.2.2 Bug Fixes

28 Aug 13:58
Compare
Choose a tag to compare
v0.2.2 Bug Fixes Pre-release
Pre-release

What's New? 🆕✨

  • Bug Fixes: "Fixed can't import Adam".
  • Performance enhancements.
  • Improved code coverage and tests.
  • Coming Next: ⏭

  • Improved API support.
  • RC1 for the public.

Bug Fixes for stockDL Turbo 🚀

13 Aug 02:48
Compare
Choose a tag to compare
Pre-release

Fixes:

Fixed the model weights problem.

Known bugs:

main.Main('GOOGL', 'no') Will run into error.
The pre-trained model cannot be upload to PyPI. The bug is set to be fixed in the upcoming updates.

stockDL Turbo v0.2.0 🚀

13 Aug 02:30
Compare
Choose a tag to compare

stockDL Turbo 🚀

Features:

  • 90% speed and performance enhancement from the previous versions of stockDL.
  • Preserved model weights which has reduced the execution time from 180 seconds to 18 seconds.
  • Ability to choose from two modes: Best Performance (18 sec) or Best Predictions (180 sec).
  • Enhanced performance for web apps, (improved API)

Upcoming Features:

  • Web Application for easy usage and implementation of the API.
  • Improved prediction on using saved weights.

** The speed enhancements are tested on NVIDIA Titan GPU provided by Google Colab, The performance might vary on different machines.

stockDL for Web: 0.1.0

12 Jun 03:00
81c4908
Compare
Choose a tag to compare

Minor Fixes:

  • Fixed depreciated functions from TensorFlow.
  • The plots will not display on their own, User will have to specify which plot they want to see.
  • Easier integration as website backend.

Upcoming features:

  • Integration with flask to serve as website backend.
  • Results and plotting dataframes will be converted to JSON to make the results language independent.

v0.0.7 Fixed the plots.py bug and Improved test coverages.

11 Mar 17:40
Compare
Choose a tag to compare

Minor Bug fixes and test coverage enhanced.

Modified Plots

09 Mar 19:07
c250c01
Compare
Choose a tag to compare

Now you can plot all plots by creating a variable of plot and then name.plot()

v.0.0.5: Fixed crashed dependencies

02 Mar 18:32
Compare
Choose a tag to compare

Trial to fix broken dependencies.