Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bf9c811

Browse filesBrowse files
committed
MNT: Update CHANGELOG for v0.5.0
1 parent 0ce6cab commit bf9c811
Copy full SHA for bf9c811

1 file changed

+24Lines changed: 24 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎CHANGELOG.md‎

Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.