v1.2.0
Release compatible with Tune Insight v1.2.0. Install with
pip install tuneinsight==1.2.0To 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:
- Privacy risk analysis on projects (
Project.display_privacy_warnings). - Many bug fixes, pertaining to loading computations from the backend and compound preprocessing.
- Small improvements to the
cryptolibthat make it lighter.