Releases: jingedawang/StockPredictor
Releases · jingedawang/StockPredictor
v0.0.3
What's Changed
- Update stock list to align with official stock exchange website.
- Optimize the user experience of UI.
- Support using the web service on mobile browser.
- Enable log.
- Clean obsolete intermediate data created during prediction.
New Contributors
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Fixed some bugs. Make API robust.
What's Changed
- Fix the progressbar. by @jingedawang in #33
- Check if the id and date is valid. by @jingedawang in #35
- Fix bug predictions processing by @jingedawang in #36
Full Changelog: v0.0.1...v0.0.2
v0.0.1
The first available version of Stock Predictor.
- Support HTTP API for prediction lookup at http://20.205.61.210:5000/stock/600000.
- Support Web page for prediction lookup at http://20.205.61.210:3000.