v1.0.0
Compatible with Tune Insight v1.0.0. Install with
pip install tuneinsight==1.0.0
This version includes major (mostly backwards-compatible) changes, conforming to the changes in the Tune Insight solution to v1.0.0. New features available in the solution and mirrored in the SDK include:
- The
Feasibility
,Distribution
andFilteredAggregation
computations, which all extend aggregations for specialized use cases. - Automated dataset schema inference.
- Policies at a datasource level.
- Differentially private statistics.
- Confidence intervals and post-processing for differentially private survival curves.
- Screening operations for datasets.
- Privacy budgets can be scoped at a datasource level.
The following new features were added to the SDK specifically:
- Support for remote datasources (for non-contributing nodes).
- A human-readable display of available project actions.
This release also includes many smaller changes aiming to improve the user experience, such as improved error messages.