Skip to content

v1.2.0

Choose a tag to compare

@fhoussiau fhoussiau released this 28 Aug 14:51
· 7 commits to main since this release
261a226

Release compatible with Tune Insight v1.2.0. Install with

pip install tuneinsight==1.2.0

To also install data science tools such as jupyter, install the full release:

pip install tuneinsight[full]==1.2.0

(If you are using zsh, you may need to escape the brackets as tuneinsight\[full\]).

This release includes API updates for compatibility with new features. Notable changes include:

  1. Privacy risk analysis on projects (Project.display_privacy_warnings).
  2. Many bug fixes, pertaining to loading computations from the backend and compound preprocessing.
  3. Small improvements to the cryptolib that make it lighter.