From b7f2f2502238907ae9d3fdcfdc4ba90c2c3b88cc Mon Sep 17 00:00:00 2001 From: Frederic Fortier Date: Thu, 18 Jan 2018 23:53:02 -0500 Subject: [PATCH] DOC: updated release notes for 0.4.6 --- _sources/releases.txt | 19 ++++ appendix.html | 65 +++++++------- beginner-tutorial.html | 65 +++++++------- bundles.html | 65 +++++++------- development-guidelines.html | 65 +++++++------- example-algos.html | 65 +++++++------- features.html | 65 +++++++------- genindex.html | 67 +++++++------- index.html | 65 +++++++------- install.html | 65 +++++++------- live-trading.html | 65 +++++++------- release-process.html | 65 +++++++------- releases.html | 175 +++++++++++++++++++++--------------- resources.html | 65 +++++++------- search.html | 67 +++++++------- searchindex.js | 2 +- utilities.html | 65 +++++++------- videos.html | 65 +++++++------- 18 files changed, 648 insertions(+), 527 deletions(-) diff --git a/_sources/releases.txt b/_sources/releases.txt index 78d17ca8..0130ccce 100644 --- a/_sources/releases.txt +++ b/_sources/releases.txt @@ -2,6 +2,25 @@ Release Notes ============= +Version 0.4.6 +^^^^^^^^^^^^^ +**Release Date**: 2018-01-18 + +Bug Fixes +~~~~~~~~~ +- Fixed some Python3 issues +- Reading the trade log to get executed order prices on exchanges like Binance (:issue:`151`) +- Fixed issue with market order executing price (:issue:`150` and :issue:`111`) +- Implemented standardized symbol mapping (:issue:`157`) +- Improved error handling for unsupported timeframes (:issue:`159`) +- Using Bitfinex instead of Poloniex to fetch btc_usdt benchmark (:issue:`161`) + + +Build +~~~~~ +- Added a `context.state` dict to keep arbitrary state values between runs +- Added ability to stop live algo at specified end date + Version 0.4.5 ^^^^^^^^^^^^^ **Release Date**: 2018-01-12 diff --git a/appendix.html b/appendix.html index 6a079785..61f1df95 100644 --- a/appendix.html +++ b/appendix.html @@ -162,70 +162,75 @@
  • Release Notes