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` and `FilteredAggregation` 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,
v0.14.0-public
Compatible with Tune Insight v0.14.0.
As for v0.13.0, changes in the SDK are minor, mostly focusing on compatibility with changes in the backend.
- Support has been added for E2EE statistics. This means that the cryptolib has changed.
- Additional packages were erroneously included in the cryptolib, increasing its size by about 25%. This has been fixed.
- Local data selections were deprecated in the backend. However, this concept is still useful in the SDK, and has thus been kept (with a different underlying implementation).