Skip to content

TensorFlow Federated 0.88.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 16:21

Release 0.88.0

Added

  • tff.tensorflow.to_type.
  • Added pack_args_into_struct and unpack_args_from_struct to the public
    API under framework.

Deprecated

  • tff.types.tensorflow_to_type, use tff.tensorflow.to_type instead.

Changed

  • Updated to use an environment-agnostic way to represent a sequence of data.
  • Updated JAX computations and contexts to be able to handle sequence types.
  • Moved tff.types.structure_from_tensor_type_tree and
    tff.types.type_to_tf_tensor_specs to the tff.tensorflow package.

Removed

  • tff.framework.merge_cardinalities
  • tff.framework.CardinalityCarrying
  • tff.framework.CardinalityFreeDataDescriptor
  • tff.framework.CreateDataDescriptor
  • tff.framework.DataDescriptor
  • tff.framework.Ingestable