TensorFlow Federated 0.67.0
Pre-release
Pre-release
Release 0.67.0
Major Features and Improvements
- Updated the representation of a tff.TensorType.dtype to be a
np.dtype
instead oftf.dtypes.Dtype. - Added
tff.program.DelayedReleaseManager.
Breaking Changes
- Removed
check_allowed_opsfrom theframeworkpackage. - Removed
check_disallowed_opsfrom theframeworkpackage. - Removed
replace_intrinsics_with_bodiesfrom theframeworkpackage. - Removed
get_session_tokenfrom theframeworkpackage. - Added a workspace dependency on
pybind11_bazel. - Removed
type_from_tensorsfrom theframeworkpackage. - Updated the version of
rules_pythonto0.23.0.
Bug Fixes
- Temporary pin
googleapis-common-protosto version1.61.0to work around
an issue with a transitive dependency.