Skip to content

Releases: microsoft/prv_accountant

Release: 0.2.0

24 Aug 14:39
a95c4e2
Compare
Choose a tag to compare

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

10 Nov 19:05
d83df3a
Compare
Choose a tag to compare

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

21 Oct 09:58
ac21c25
Compare
Choose a tag to compare

Improve robustness of PoissonSubsampledGaussianMechanism and refactor RDP accountant to reduce number of dependencies.

Pre-Release: 0.1.0a2

07 Sep 11:18
1310ed9
Compare
Choose a tag to compare
Pre-Release: 0.1.0a2 Pre-release
Pre-release
Add workflows for publishing to pypi (#10)



Co-authored-by: Lukas Wutschitz <lukas.wutschitz@microsoft.com>