Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Jan 23:41
· 4 commits to main since this release

What's Changed

  • Update release to publish to PyPI instead of TestPyPI. by @copybara-service in #22
  • Set Bazel module version and compatibility_level. by @copybara-service in #25
  • Add license header to BUILD files. by @copybara-service in #27
  • Normalize python import. by @copybara-service in #28
  • Fix some lint errors. by @copybara-service in #30
  • Fix some formatting issues. by @copybara-service in #31
  • Remove old and already addressed TODOs. by @copybara-service in #32
  • Add configuration to automate publishing to BCR. by @copybara-service in #33
  • Add license header to BUILD files. by @copybara-service in #35
  • Update the release to upload a release archive instead of the source and build distributions for the GitHub release. by @copybara-service in #26
  • Fix spacing in pydocs. by @copybara-service in #37
  • Update GitHub workflow to cache pip resources. by @copybara-service in #38
  • Move documentation to Federated Language from TensorFlow Federated. by @copybara-service in #39
  • Internal by @copybara-service in #43
  • Remove federated_language.framework.(deserialize_type|serialize_type), use federated_language.Types.(from_proto|to_proto) instead. by @copybara-service in #40
  • Move the TensorFlow-compatible type functions out of the public API of federated_language. by @copybara-service in #44
  • Remove functions to build type-related error messages. by @copybara-service in #45
  • Add from_proto and to_proto methods to ConcreteComputation. by @copybara-service in #48
  • Remove federated_language.framework.(deserialize_computation|serialize_computation), use federated_language.framework.ConcreteComputation.(from_proto|to_proto) instead: by @copybara-service in #47
  • Update requirements and dependency to use the older version of protobuf. by @copybara-service in #52
  • Increment the version to 0.2.0. by @copybara-service in #55

Full Changelog: v0.1.0...v0.2.0