TensorFlow Federated 0.68.0
Pre-release
Pre-release
Release 0.68.0
Major Features and Improvements
- Added
tff.types.tensorflow_to_typefunction to convert structures
containing tensorflow type specs into atff.Type. - Deprecated
tff.types.infer_unplaced_type. - Updated
tff.types.ArrayShapeto be defined as aSequencenot an
Iterable, this is because thelenof antff.types.ArrayShapeis used
for comparison. - Deprecated the
type_signatureparameter for the
tff.program.ReleaseManager.releasemethod.
Breaking Changes
- Removed the implementation of
tff.Value.__add__. - Removed the deprecated
tff.Type.check_*()functions, useisinstance
instead. - Removed
tff.types.at_clientsandtff.types.at_serverfunctions, use the
tff.FederatedTypeconstructor instead. - Removed support for handling
tf.data.DatasetSpec,tf.RaggedTensorSpec,
andtf.SparseTensorSpecusingtff.to_type, use
tff.types.tensorflow_to_typeinstead. - Removed support for handling
tf.RaggedTensorandtf.SparseTensorusing
infer_type.