Skip to content

Commit c15e496

Browse files
committed
Bump version to 0.0.74 and update changelog
Complete resolution of issue #463 with kelly_criterion and recovery_factor fixes
1 parent 6e34a12 commit c15e496

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

4+
0.0.74
5+
------
6+
7+
- Completed fix for issue #463 - DataFrame handling in qs.reports functions:
8+
- kelly_criterion: Fixed improper use of 'or' operator with Series values
9+
- Now properly detects Series vs scalar inputs
10+
- Handles zero and NaN values correctly for DataFrames
11+
- recovery_factor: Added proper DataFrame input handling
12+
- Detects when max_dd is a Series and handles accordingly
13+
- Prevents "truth value of Series is ambiguous" errors
14+
- All functions now tested with qs.reports.html() and qs.reports.metrics() with benchmarks
15+
- Verified working with exact code examples from issue reporters
16+
417
0.0.73
518
------
619

quantstats/version.py

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

0 commit comments

Comments
 (0)