Releases: ashishpapanai/stockDL
Releases · ashishpapanai/stockDL
v0.2.5 [Bug FIxes]
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]
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
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
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 🚀
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 🚀
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
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.
Minor Bug fixes and test coverage enhanced.
Modified Plots
Now you can plot all plots by creating a variable of plot and then name.plot()
v.0.0.5: Fixed crashed dependencies
Trial to fix broken dependencies.