Skip to content

Releases: erhardtconsulting/tensortrade-ng

v2.0.0.alpha2

26 Aug 12:02
Compare
Choose a tag to compare
v2.0.0.alpha2 Pre-release
Pre-release
  • Set minimum python version to 3.10 to allow project to be runned on Google Colab.
  • Added python version 3.10 and 3.11 to test matrix.

Full Changelog: v2.0.0.alpha1...v2.0.0.alpha2

v2.0.0.alpha1

26 Aug 11:23
Compare
Choose a tag to compare
v2.0.0.alpha1 Pre-release
Pre-release
  • Made tests working again.
  • Migrated all components to SchemeMixing, reducing arguments needed for methods. Every component can now access TradingEnv directly.
  • The state (the actual data) is now handled by the environment itself. It can be accessed over FeedController.
  • Updated some of the tutorials.

Full Changelog: v2.0.0.alpha0...v2.0.0.alpha1

v2.0.0.alpha0

17 Aug 21:44
Compare
Choose a tag to compare
v2.0.0.alpha0 Pre-release
Pre-release

First alpha release after fork:

  • Made tests working again
  • Cleaned up code and documentation

Full Changelog: https://github.com/erhardtconsulting/tensortrade-ng/commits/v2.0.0.alpha0