Skip to content

Commit

Permalink
Release 1.9.66.122
Browse files Browse the repository at this point in the history
  • Loading branch information
backtrader committed Sep 6, 2018
1 parent f087a55 commit 0ae1abd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backtrader/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
unicode_literals)


__version__ = '1.9.65.122'
__version__ = '1.9.66.122'

__btversion__ = tuple(int(x) for x in __version__.split('.'))
9 changes: 9 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.9.66.122
- Fix regression introduced with 8f537a1c2c271eb5cfc592b373697732597d26d6
which voids the count of lost trades
- Allow rollover to distinguish between no values temporarily (with None)
and no values permanently (with False)
- Avoid math domain error for negative returns in logarithmic calculations
- Fix local variable declaration for compound returns
- Fix typo in date2num tz conversion which shows up in direct usage

1.9.65.122
- Fix commission info assigment and orderref seeking in OandaStore (PR#367)
- Add strategy type to OptReturn (PR#364)
Expand Down

0 comments on commit 0ae1abd

Please sign in to comment.