3. Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

3.1. [1.2.0] - 2019-11-16

3.1.1. Added

  • Added backtesting feature

  • Created Components module

  • Added TimeProvider module

  • Added setup.py to handle installation

3.1.2. Changed

  • Updated CI configuration to test the Docker image

  • Updated the Docker image with TradingBot already installed

3.2. [1.1.0] - 2019-09-01

3.2.1. Changed

  • Replaced bash script with python

  • Moved sources in src installation folder

  • Corrected IGInterface numpy dependency

  • Added Pipenv integration

  • Exported logic from Custom Strategy to simplify workflow

  • Added dev-requirements.txt for retro compatibility

  • Updated Sphinx documentation

3.3. [1.0.1] - 2019-05-09

3.3.1. Changed

  • Updated renovate configuration

3.4. [1.0.0] - 2019-04-21

3.4.1. Added

  • Initial release