Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump tensorflow-federated from 0.60.0 to 0.65.0 in /.devcontainer #333

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 9, 2023

Bumps tensorflow-federated from 0.60.0 to 0.65.0.

Release notes

Sourced from tensorflow-federated's releases.

TensorFlow Federated 0.65.0

Release 0.65.0

Major Features and Improvements

  • Update the representation of a tff.TensorType.shape to be a tff.types.ArrayShape instead of tf.TensorShape.

  • Updated type_to_py_container``to be able to handletff.SequenceTypes` with an unknown Python type.

Breaking Changes

  • Moved tff.structure_from_tensor_type_tree to tff.types.structure_from_tensor_type_tree.
  • Remove the capability to pass an int as the shape of a tff.TensorType.

TensorFlow Federated 0.63.0

Release 0.63.0

Major Features and Improvements

  • Added tff.federated_min and tff.federated_max intrinsics.
  • Added a get_value() method to tff.program.SavedModelFileReleaseManager, for retrieving values that were previously released.
  • Added tff.program.PeriodicReleaseManager to release values at regular intervals.
  • Learning program logic now saves next evaluation time so that it can be loaded upon computation restarts.
  • DistributeAggregateForm now skips normalizing the all_equal bit.
  • Added parallelism to Vizier program logic.
  • Enabled building protos with certain Bazel versions.

Breaking Changes

  • Updated the version of attrs to 23.1.
  • Updated the version of cachetools to ~=5.3.
  • Updated the version of dp-accounting to 0.4.3.
  • Updated the version of google-vizier to 0.1.11.
  • Updated the version of jax to 0.4.14.
  • Updated the version of portpicker to ~=1.6.
  • Updated the version of tensorflow to 2.13.0.
  • Updated the version of tensorflow-model-optimization to 0.7.5.
  • Updated the version of tensorflow-privacy to 0.8.11.
  • Updated the version of typing-extensions to ~=4.5.0.
  • Increased TF_CUDA_VERSION to 12.
  • Removed the tff.program.Capabilities enum from the iterator.
  • Deleted Python executors.
  • Removed the deprecated is_{foo} functions from tff.Types. Users should use isinstance checks instead.
  • Deleted go-related BUILD targets for TFF proto files.

Bug Fixes

... (truncated)

Changelog

Sourced from tensorflow-federated's changelog.

Release 0.65.0

Major Features and Improvements

  • Update the representation of a tff.TensorType.shape to be a tff.types.ArrayShape instead of tf.TensorShape.

  • Updated type_to_py_container``to be able to handletff.SequenceTypes` with an unknown Python type.

Breaking Changes

  • Moved tff.structure_from_tensor_type_tree to tff.types.structure_from_tensor_type_tree.
  • Remove the capability to pass an int as the shape of a tff.TensorType.

Release 0.64.0

Major Features and Improvements

  • Updated the TFF project and the Python package to be compatible with Python 3.11.
  • Updated train_process to train_process_factory in vizier program logic to support multiple trials in parallel.
  • Added support for using non-OrderedDict mapping types.

Breaking Changes

  • Updated the version of grpc to v1.59.1.
  • Updated the version of bazel to 6.1.0.
  • Updated the version of tensorflow to 2.14.0.
  • Updated the version of numpy to ~=1.25.
  • Updated the version of com_google_googletest to 1.12.1.

Bug Fixes

  • Fixed import path for Vizier in federated program example.
  • Fixed serialization of TenshorShape in error message to be human readable.
  • Fixed bug in tff.program.FileProgramStateManager removing old program state.

Release 0.63.0

Major Features and Improvements

  • Added tff.federated_min and tff.federated_max intrinsics.
  • Added a get_value() method to tff.program.SavedModelFileReleaseManager, for retrieving values that were previously released.
  • Added tff.program.PeriodicReleaseManager to release values at regular intervals.

... (truncated)

Commits
  • 61e2757 Increment the version and add release notes.
  • 5beb957 Remove some tensorflow dependencies from the types package.
  • cadb375 Remove the unneeded tensorflow dependency from some of the executors pack...
  • 4f8dbd6 Remove the unneeded tensorflow dependency from some of the compiler package.
  • f97b775 Remove the capability to pass an int as the shape of a tff.TensorType.
  • 13df257 Update the representation of a TensorType.shape to be a `tff.types.ArrayShape...
  • 0fd3324 Consolidate more of the API related to TFF types into tff.types.
  • fd4b752 Add graphviz diagrams to the federated program API documentation.
  • f86f328 Remove the execution_contexts -> tensorflow_context dependency.
  • ce61fb7 Replace usage of range(len()).
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 9, 2023
@ferrarimarco
Copy link
Member

@dependabot rebase

Bumps [tensorflow-federated](https://github.com/tensorflow/federated) from 0.60.0 to 0.65.0.
- [Release notes](https://github.com/tensorflow/federated/releases)
- [Changelog](https://github.com/tensorflow/federated/blob/main/RELEASE.md)
- [Commits](google-parfait/tensorflow-federated@v0.60.0...v0.65.0)

---
updated-dependencies:
- dependency-name: tensorflow-federated
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/dot-devcontainer/tensorflow-federated-0.65.0 branch from b6d5398 to 31c0260 Compare November 15, 2023 11:30
@ferrarimarco ferrarimarco added this pull request to the merge queue Nov 15, 2023
Merged via the queue into main with commit 1cd9817 Nov 15, 2023
14 checks passed
@ferrarimarco ferrarimarco deleted the dependabot/pip/dot-devcontainer/tensorflow-federated-0.65.0 branch November 15, 2023 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant