Skip to content

Commit 0ae1abd

Browse files
committed
Release 1.9.66.122
1 parent f087a55 commit 0ae1abd

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

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.65.122'
25+
__version__ = '1.9.66.122'
2626

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

changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.9.66.122
2+
- Fix regression introduced with 8f537a1c2c271eb5cfc592b373697732597d26d6
3+
which voids the count of lost trades
4+
- Allow rollover to distinguish between no values temporarily (with None)
5+
and no values permanently (with False)
6+
- Avoid math domain error for negative returns in logarithmic calculations
7+
- Fix local variable declaration for compound returns
8+
- Fix typo in date2num tz conversion which shows up in direct usage
9+
110
1.9.65.122
211
- Fix commission info assigment and orderref seeking in OandaStore (PR#367)
312
- Add strategy type to OptReturn (PR#364)

0 commit comments

Comments
 (0)