We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cc36f commit 4f21a65Copy full SHA for 4f21a65
CHANGELOG.md
@@ -3,10 +3,21 @@ What's New
3
4
These were the major changes contributing to each release:
5
6
-
7
### 0.x.x
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
21
### 0.3.1
22
(2021-01-25)
23
0 commit comments