File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ('.' ))
Original file line number Diff line number Diff line change 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+
1101.9.65.122
211 - Fix commission info assigment and orderref seeking in OandaStore (PR # 367)
312 - Add strategy type to OptReturn (PR # 364)
You can’t perform that action at this time.
0 commit comments