v1.3.0
Release compatible with Tune Insight v1.3.0. Install with
pip install tuneinsight==1.3.0To also install data science tools such as jupyter, install the full release:
pip install tuneinsight[full]==1.3.0(If you are using zsh, you may need to escape the brackets as tuneinsight\[full\]).
This release includes quality-of-life improvements and bug fixes, aiming to improve the usability of the SDK:
- We have improved error messages and warnings for some common issues (e.g. errors with
.login). - The
cryptolibhas been trimmed down and is now much lighter, reducing the size of the package.
In addition, we have decided to deprecate model-as-a-service and fully encrypted regression in the SDK. Use HybridFL instead.