- no more Python2 support - added type hints - add `get_account` to return private account information and deprecates `get_user` (23) - incorporates updates to the Numerai tournament API in anticipation of the rollout of a new account system with multi-model support (23)
2.1.6
- add `rolling_score_rep` to `daily_user_performances` and `get_leaderboard` - deprecate `reputation` in `daily_user_performances` and `get_leaderboard`
2.1.5
- added `payoutPending` and `payoutSettled` to `get_leaderboard` (21) - added `sumDeltaCorrelation`, `finalCorrelation`, `payoutPending` and `payoutSettled` to `daily_user_performances` (21)
2.1.4
- added "sharpe", "feature exposure" and "correlation with example predictions" to `submission_status` - remove deprecated `check_submission_successful` - added `bio` and `totalStake` to `public_user_profile` - remove deprecated `get_rankings`
2.1.3
- fix `get_user_activities` - remove deprecated `get_staking_leaderboard`, `get_nmr_prize_pool` - added `mmc` and `correlationWithMetamodel` to `daily_submissions_performances`
2.1.2
- fix staking after recent changes to the GraphQL backend