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

Middleware #2580

Merged
merged 124 commits into from
Dec 19, 2023
Merged

Middleware #2580

merged 124 commits into from
Dec 19, 2023

Conversation

panh99
Copy link
Contributor

@panh99 panh99 commented Nov 7, 2023

Folder Structure

  • /client
    • /middleware
      • __init__.py
      • utils.py
      • utils_test.py

Changes

  • Added to middleware/utils.py the make_fc function, which wraps middleware layers around a core app.
  • Added definition of Layer to client/typing.py
  • Added unit tests for the make_fc function
  • Modified Flower class to enable middleware layers.

doc/source/how-to-use-middleware.rst Outdated Show resolved Hide resolved
doc/source/how-to-use-middleware.rst Outdated Show resolved Hide resolved
doc/source/how-to-use-middleware.rst Outdated Show resolved Hide resolved
doc/source/how-to-use-middleware.rst Outdated Show resolved Hide resolved
doc/source/how-to-use-middleware.rst Outdated Show resolved Hide resolved
doc/source/how-to-use-middleware.rst Outdated Show resolved Hide resolved
doc/source/how-to-use-middleware.rst Outdated Show resolved Hide resolved
doc/source/how-to-use-middleware.rst Outdated Show resolved Hide resolved
doc/source/how-to-use-middleware.rst Outdated Show resolved Hide resolved
doc/source/index.rst Outdated Show resolved Hide resolved
src/py/flwr/client/middleware/utils.py Outdated Show resolved Hide resolved
src/py/flwr/client/flower.py Outdated Show resolved Hide resolved
src/py/flwr/client/middleware/utils.py Outdated Show resolved Hide resolved
src/py/flwr/client/middleware/__init__.py Outdated Show resolved Hide resolved
src/py/flwr/client/middleware/utils.py Show resolved Hide resolved
@danieljanes danieljanes enabled auto-merge (squash) December 19, 2023 13:54
@danieljanes danieljanes merged commit 251fdf1 into main Dec 19, 2023
16 of 27 checks passed
@danieljanes danieljanes deleted the middleware branch December 19, 2023 14:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants