Skip to content

Commit

Permalink
MNT: Update CHANGELOG for v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Jan 21, 2025
1 parent 0ce6cab commit bf9c811
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ These were the major changes contributing to each release:

### 0.x.x

### 0.5.0
(2025-01-21)

* Enhancements:
* New `Backtest.optimize(method="sambo")`;
uses [SAMBO](https://sambo-optimization.github.io):
to replace `method="skopt"`.
* New 'CAGR [%]' (compound annual growth rate) statistic.
* Bug fixes:
* "stop-loss executed at a higher than market price".
* Bug with buy/sell size=0.
* `Order.__repr__` issue with non-numeric `Order.tag`.
* Other small fixes, deprecations and docs updates.


### 0.4.0
(2025-01-21)

* Enhancements:
* 'Kelly Criterion' statistic (#640)
* `Backtest.plot(plot_trades=)` parameter
* Order.tag for tracking orders and trades (#200)
* Small bug fixes, deprecation removals and documentation updates.


### 0.3.3
(2021-12-13)
Expand Down

0 comments on commit bf9c811

Please sign in to comment.