DiffPriv

Logo

DiffPriv is a differential privacy package for python

View the Project on GitHub Quantalabs/DiffPriv

v1.0.2

Patch Update

Bug Fixes


v1.0.1

Patch update


v1.0.0

Bug Fixes


v1.0.0rc

Bug Fixes

New Features

None.


v1.0.0-beta pre release

Bug Fixes

New Features


v1.0.0-alpha pre release

The first beta release of the first version of diffpriv. Includes:


v0.1.1

New Functions

v0.1.1 now includes the exponential mechanism. you can view how to use it in the README.md.

Fixes

None

Collaborators

@quantum9Innovation @Quantalabs


v0.0.2

New Functions

Added the new Laplace Mechanism. A new method which allows for much more capability. This allows you to import .csv files and deferentially privatize the data and keep the original data too. It will create a new file for the deferentially privatized data. It also allows for any float value instead of just 0 or 1 like it is with random response. But here are all the advantages of the Laplace Mechanism function in DiffPriv.

:+1:
More Flexibility in your data and values
Allows for .csv files to be used
Allows for both datasets to be kept (the original and privatized data)
Flexibility on how privatized your data can be and how much it can be altered by using the epsilon parameter

Fixes

None

Uploading from PyPI

 python3 -m pip install DiffPriv==0.0.2

Collaborators


v0.0.1

This version only includes one function 😞. The function is random. It runs the random response mechanism.

 random(response_list)

v0.0.2 might include: