File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Changelog
22===========
33
4+ 0.0.72
5+ ------
6+
7+ - Fixed ValueError "truth value of Series is ambiguous" for DataFrame inputs in multiple stats functions:
8+ - sortino: Properly handles Series downside deviation from DataFrame inputs
9+ - outlier_win_ratio: Handles Series positive_mean calculations correctly
10+ - outlier_loss_ratio: Handles Series negative_mean calculations correctly
11+ - risk_return_ratio: Handles Series standard deviation properly
12+ - ulcer_performance_index: Handles Series ulcer index values
13+ - serenity_index: Handles Series std and denominator calculations
14+ - gain_to_pain_ratio: Handles Series downside calculations
15+ - All functions now properly return Series for DataFrame inputs and scalars for Series inputs
16+
4170.0.71
518------
619
Original file line number Diff line number Diff line change 1- version = "0.0.71 "
1+ version = "0.0.72 "
You can’t perform that action at this time.
0 commit comments