From e28c673b7461e5554ca7bfbd958ec4d38bdb5a6d Mon Sep 17 00:00:00 2001 From: Steve Chien Date: Thu, 15 Feb 2024 18:06:09 -0800 Subject: [PATCH] Update README.md to reflect the split in PyPI packages. PiperOrigin-RevId: 607516568 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 73f2edb..4ffc306 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ issues currently open. ## Latest Updates +2024-02-14: As of version 0.9.0, the TensorFlow Privacy github repository will +be published as two separate PyPI packages. The first will inherit the name +tensorflow-privacy and contain the parts related to training of DP models. The +second, tensorflow-empirical-privacy, will contain the parts related to testing +for empirical privacy. + 2023-02-21: A new implementation of efficient per-example gradient clipping is now available for [DP keras models](https://github.com/tensorflow/privacy/tree/master/tensorflow_privacy/privacy/keras_models)