Skip to content

Commit b0cfdc7

Browse files
committed
Release 1.9.67.122
1 parent b7efdcd commit b0cfdc7

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Live Trading and backtesting platform written in Python.
9393
- *TA-Lib* indicator support (needs python *ta-lib* / check the docs)
9494
- Easy development of custom indicators
9595
- Analyzers (for example: TimeReturn, Sharpe Ratio, SQN) and ``pyfolio``
96-
integration
96+
integration (**deprecated**)
9797
- Flexible definition of commission schemes
9898
- Integrated broker simulation with *Market*, *Close*, *Limit*, *Stop*,
9999
*StopLimit*, *StopTrail*, *StopTrailLimit*and *OCO* orders, bracket order,
@@ -124,7 +124,7 @@ Python 2/3 Support
124124
==================
125125

126126
- Python ``2.7``
127-
- Python ``3.2`` / ``3.3``/ ``3.4`` / ``3.5`` / ``3.6``
127+
- Python ``3.2`` / ``3.3``/ ``3.4`` / ``3.5`` / ``3.6`` / ``3.7``
128128

129129
- It also works with ``pypy`` and ``pypy3`` (no plotting - ``matplotlib`` is
130130
not supported under *pypy*)

backtrader/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
unicode_literals)
2323

2424

25-
__version__ = '1.9.66.122'
25+
__version__ = '1.9.67.122'
2626

2727
__btversion__ = tuple(int(x) for x in __version__.split('.'))

changelog.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
1.9.67.122
2+
- Fix compression only scenarios when resampling and resampling after
3+
changes in 1.9.66.122
4+
- Final correction for rollover fix introduced in 1.9.66.122
5+
- Cover use case for mininum period calculation when all
6+
operations/indicators don't use the data feeds directly but lines of it
7+
18
1.9.66.122
29
- Fix regression introduced with 8f537a1c2c271eb5cfc592b373697732597d26d6
310
which voids the count of lost trades

0 commit comments

Comments
 (0)