Skip to content

v1.3.0

Choose a tag to compare

@fhoussiau fhoussiau released this 28 Oct 08:52
· 2 commits to main since this release
ee7ab33

Release compatible with Tune Insight v1.3.0. Install with

pip install tuneinsight==1.3.0

To 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 cryptolib has 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.