File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,30 @@ These were the major changes contributing to each release:
55
66### 0.x.x
77
8+ ### 0.5.0
9+ (2025-01-21)
10+
11+ * Enhancements:
12+ * New ` Backtest.optimize(method="sambo") ` ;
13+ uses [ SAMBO] ( https://sambo-optimization.github.io ) :
14+ to replace ` method="skopt" ` .
15+ * New 'CAGR [ %] ' (compound annual growth rate) statistic.
16+ * Bug fixes:
17+ * "stop-loss executed at a higher than market price".
18+ * Bug with buy/sell size=0.
19+ * ` Order.__repr__ ` issue with non-numeric ` Order.tag ` .
20+ * Other small fixes, deprecations and docs updates.
21+
22+
23+ ### 0.4.0
24+ (2025-01-21)
25+
26+ * Enhancements:
27+ * 'Kelly Criterion' statistic (#640 )
28+ * ` Backtest.plot(plot_trades=) ` parameter
29+ * Order.tag for tracking orders and trades (#200 )
30+ * Small bug fixes, deprecation removals and documentation updates.
31+
832
933### 0.3.3
1034(2021-12-13)
You can’t perform that action at this time.
0 commit comments