Skip to content

Commit 0fa6ac8

Browse files
committed
Release 1.9.65.122
1 parent 6de6c72 commit 0fa6ac8

2 files changed

Lines changed: 8 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.64.122'
25+
__version__ = '1.9.65.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.65.122
2+
- Fix commission info assigment and orderref seeking in OandaStore (PR#367)
3+
- Add strategy type to OptReturn (PR#364)
4+
- Fix prepend_constant for OLS_Transformation (PR#368)
5+
- Fix LogReturnsRolling compression when not specified (PR#369)
6+
- Have ints instead of bools in some values with 1 Trade in TradeAnalyzer
7+
18
1.9.64.122
29
- Avoid stage2 comparison using [0] in API methods
310
- Support plotname, if given, as name of indicator in csv output

0 commit comments

Comments
 (0)