- Signals: added `ticker_universe` to get the list of accepted tickers - `submission_status` no longer needs (and accepts) a submission_id. It automatically uses the last submission associated with a model
2.3.1
- fix Signals submission upload (25)
2.3.0
- added API for Numerai Signals - refactor codebase - more tests
2.2.4
- Remove required model_id annotation for submissions status lookups so that None can be passed - Use consistent modelId in query spec - Update doc examples
2.2.2
- fix `submission_status` for multi model accounts
2.2.0
- 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)