Releases: microsoft/prv_accountant
Releases · microsoft/prv_accountant
Release: 0.2.0
This release adds PRVs for common privacy mechanisms:
- Gaussian mechanism
- Laplace mechanism
and also PRVs for pure-DP and approximate-DP guarantees.
This release also updates the accountant class to allow heterogeneous composition more easily.
Release: 0.1.1post1
This release adds some checks to improve the reliability. For instance, we check that delta is in a range not limited by floating point arithmetic issues and we make sure that the requested number of compositions does not exceed the initially specified bounds. Furthermore, we improve the robustness of creating the computational domain. Previously, floating point issues sometimes caused the mesh size to deviate slightly from the requested mesh size.
Release: 0.1.0
Improve robustness of PoissonSubsampledGaussianMechanism and refactor RDP accountant to reduce number of dependencies.
Pre-Release: 0.1.0a2
Add workflows for publishing to pypi (#10) Co-authored-by: Lukas Wutschitz <[email protected]>