Skip to content

Commit ec313df

Browse files
committed
Bump version to 0.0.73 and update changelog
Added fix for issue #463 - payoff_ratio DataFrame handling
1 parent 84b4d39 commit ec313df

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
===========
33

4+
0.0.73
5+
------
6+
7+
- Fixed payoff_ratio to handle DataFrame inputs properly (fixes issue #463)
8+
- When using qs.reports.html with a benchmark, payoff_ratio receives a DataFrame
9+
- Previously caused "ValueError: truth value of Series is ambiguous"
10+
- Now properly handles both Series and scalar avg_loss values
11+
- Returns Series for DataFrame inputs, scalar for Series inputs
12+
413
0.0.72
514
------
615

quantstats/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.0.72"
1+
version = "0.0.73"

0 commit comments

Comments
 (0)