Skip to content

Commit 7677461

Browse files
committed
MNT: Update CHANGELOG for v0.6.5
1 parent f178536 commit 7677461

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ These were the major changes contributing to each release:
55

66
### 0.x.x
77

8+
### 0.6.5
9+
(2025-07-30)
10+
11+
* Include 'Commission' column in `stats._trades` DataFrame (#1277), thanks to Abhirath Mahipal.
12+
* Bugfixes:
13+
* Fix computing commissions when specified with relative amount.
14+
* Fix sometimes cleared SL value in `stats._trades` data frame
15+
* Ensure order size is integer to avoid weird rounding errors.
16+
* Account for commissions in `Trade.pl` and `Trade.pl_pct` (#1279), thanks to Abhirath Mahipal.
17+
* `functools.partial` objects do not always have a __module__ attr in Python 3.9
18+
* Plotting:
19+
* Return long/short triangles to P&L section!
20+
* Do plot `plot=False, overlay=True` indicators, but muted.
21+
22+
823
### 0.6.4
924
(2025-03-30)
1025

@@ -241,4 +256,4 @@ affecting other platforms too much.
241256
### 0.1.0
242257
(2019-01-15)
243258

244-
* Initial release
259+
* Initial release

0 commit comments

Comments
 (0)