Releases: tensorflow/privacy
Releases · tensorflow/privacy
Version 0.9.0
Starting from this release, there will be two PyPI packages associated with this project:
(1) tensorflow-privacy
(current name), which will contain all DP training related code, and
(2) tensorflow-empirical-privacy
(new), which will contain all code related to privacy testing. This currently means all code under tensorflow_privacy/privacy/privacy_tests
.
Version 0.8.12
Updated, cleaned dependencies.
Compatible with Python 3.11.
Version 0.8.11
Add __init.py__ to registry_functions.py PiperOrigin-RevId: 570724438
Version 0.8.10
Updated to use new dependencies on scipy and dp-accounting.
Version 0.8.8
Update TFP to version 0.8.8.
Version 0.8.5
Update the `setup.py` to match the `requirements.txt`. PiperOrigin-RevId: 471128177
Version 0.8.2
Update TFP to version 0.8.2. PiperOrigin-RevId: 463664333
Version 0.8.1
Various changes, with a focus on fixing issues on integration with dp-accounting library.
Version 0.8.0
Update version number to 0.8.0. PiperOrigin-RevId: 430268000
Tensorflow Privacy
New release of Tensorflow Privacy.