OpenMined / PyDP

The Python Differential Privacy Library. Built on top of: https://github.com/google/differential-privacy
Apache License 2.0
508 stars 139 forks source link

Update dp lib v1.1.0 #383

Closed dibakch closed 3 years ago

dibakch commented 3 years ago

Description

Update Google's DP Lib to version 1.1.0. The xor_strings function got removed in this release. Newly added functionality is not exposed as of now (for instance quantile trees).

This PR is based on top of a previous PR, that should be discussed and merged first.

Affected Dependencies

Only updated the DP Library to version 1.1.0.

How has this been tested?

chinmayshah99 commented 3 years ago

Included this in #370