We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de6c72 commit 0fa6ac8Copy full SHA for 0fa6ac8
2 files changed
backtrader/version.py
@@ -22,6 +22,6 @@
22
unicode_literals)
23
24
25
-__version__ = '1.9.64.122'
+__version__ = '1.9.65.122'
26
27
__btversion__ = tuple(int(x) for x in __version__.split('.'))
changelog.txt
@@ -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
+
8
1.9.64.122
9
- Avoid stage2 comparison using [0] in API methods
10
- Support plotname, if given, as name of indicator in csv output
0 commit comments