You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_scores_from_ratings()
When input a pd.Series, the name of the output series will now become ratings.name prefixed with "rtg_score_".
When input a pd.DataFrame, the column names of the output frame will now become ratings.columns prefixed with "rtg_score_".
get_warf_from_ratings()
When input a pd.Series, the name of the output series will now become ratings.name prefixed with "warf_".
When input a pd.DataFrame, the column names of the output frame will now become ratings.columns prefixed with "warf_".
BREAKING CHANGE: Translations of short-term ratings are now different (#16).
Fixed
Short-term DBRS rating entries in Ratings.db (#29).
Improved
Splitting the code base into multiple files in order to increase maintainability (#8).