File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,21 @@ What's New
3
3
4
4
These were the major changes contributing to each release:
5
5
6
-
7
6
### 0.x.x
8
7
9
8
9
+
10
+ ### 0.3.2
11
+ (2021-08-03)
12
+
13
+ * New strategy performance method [ ` backtesting.lib.compute_stats ` ] ( https://kernc.github.io/backtesting.py/doc/backtesting/lib.html#backtesting.lib.compute_stats ) (#281 )
14
+ * Improve plotting speed (#329 ) and optimization performance (#295 ) on large datasets.
15
+ * Commission constraints now allow for market-maker's rebates.
16
+ * [ ` Backtest.plot ` ] ( https://kernc.github.io/backtesting.py/doc/backtesting/backtesting.html#backtesting.backtesting.Backtest.plot )
17
+ now returns the bokeh figure object for further processing.
18
+ * Other small bugs and fixes.
19
+
20
+
10
21
### 0.3.1
11
22
(2021-01-25)
12
23
You can’t perform that action at this time.
0 commit comments