We recommend that all users upgrade to this version using pip:
pip install -U jai-sdk
Release Notes
- Highlights
- Backwards Incompatible Change
Highlights
- readded auth key usage on object instantiation:
j = Jai(auth_key)
Backwards Incompatible Change
- Added `displayName`, `owner` and `project` attributes to describe response
What's Changed
* Getting linear weights by Luis-Victor in https://github.com/jquant/jai-sdk/pull/345
* Format Python code with psf/black push by github-actions in https://github.com/jquant/jai-sdk/pull/346
* re-add auth_key parameter to all classes by ricardokazu in https://github.com/jquant/jai-sdk/pull/348
* v0.21.0 by ricardokazu in https://github.com/jquant/jai-sdk/pull/347
**Full Changelog**: https://github.com/jquant/jai-sdk/compare/v0.20.1...v0.21.0