File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
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+
4170.0.73
518------
619
Original file line number Diff line number Diff line change 1- version = "0.0.73 "
1+ version = "0.0.74 "
You can’t perform that action at this time.
0 commit comments