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

feat(framework) Add flwr log #3577

Open
wants to merge 98 commits into
base: main
Choose a base branch
from
Open

feat(framework) Add flwr log #3577

wants to merge 98 commits into from

Commits on Jun 11, 2024

  1. Add log cli

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    bffea29 View commit details
    Browse the repository at this point in the history
  2. Update

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    aa71929 View commit details
    Browse the repository at this point in the history
  3. Refactor

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9d4f666 View commit details
    Browse the repository at this point in the history
  4. Lint

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    f46cc30 View commit details
    Browse the repository at this point in the history
  5. Fix isort

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2110415 View commit details
    Browse the repository at this point in the history
  6. Restructure code

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    a68dfcd View commit details
    Browse the repository at this point in the history
  7. Fix untyped calls

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    90e2aa7 View commit details
    Browse the repository at this point in the history
  8. Add types

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    96b6ba4 View commit details
    Browse the repository at this point in the history
  9. Add type

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3fe5fdc View commit details
    Browse the repository at this point in the history
  10. Fix imports

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8dd95ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6a57e95 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a4c64c2 View commit details
    Browse the repository at this point in the history
  13. Black

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7ee30a2 View commit details
    Browse the repository at this point in the history
  14. Remove comments

    chongshenng committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    3a69f75 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Update docstring

    chongshenng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f2031d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a301049 View commit details
    Browse the repository at this point in the history
  3. Fix arg

    chongshenng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    3d5bd50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa84fc7 View commit details
    Browse the repository at this point in the history
  5. Lint

    chongshenng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    f95fba6 View commit details
    Browse the repository at this point in the history
  6. Add config_utils

    chongshenng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    55a6872 View commit details
    Browse the repository at this point in the history
  7. Merge main

    chongshenng committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    65df4ac View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Move functions

    chongshenng committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    567e7e5 View commit details
    Browse the repository at this point in the history
  2. Handle run_id not found

    chongshenng committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    034e298 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbabd61 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Merge main

    chongshenng committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    072674e View commit details
    Browse the repository at this point in the history
  2. Update get_flwr_dir

    chongshenng committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    29d0dd2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d1cf6f View commit details
    Browse the repository at this point in the history
  4. Lint

    chongshenng committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8cdffba View commit details
    Browse the repository at this point in the history
  5. Fix bug

    chongshenng committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    fe63096 View commit details
    Browse the repository at this point in the history
  6. Add autocancel

    chongshenng committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d0a23c7 View commit details
    Browse the repository at this point in the history
  7. Standardize log info

    chongshenng committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    4448a23 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    4ef4290 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    a8b1654 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. feat(framework) Capture node_id/node_config in Context via `Nod…

    …eState` (#3780)
    
    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    2 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    07a3ebf View commit details
    Browse the repository at this point in the history
  2. feat(framework) Add node-config arg to SuperNode (#3782)

    Co-authored-by: jafermarq <javier@flower.ai>
    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    3 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    596f859 View commit details
    Browse the repository at this point in the history
  3. feat(framework) Introduce new client_fn signature passing the `Cont…

    …ext` (#3779)
    
    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    2 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    889eadf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    76244be View commit details
    Browse the repository at this point in the history
  5. ci(*:skip) Update client_fn args in e2e tests (#3775)

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    2 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ca48ae1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5790759 View commit details
    Browse the repository at this point in the history
  7. refactor(framework) Update flwr new templates with new client_fn

    …signature (#3795)
    
    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    2 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    e8bf5f8 View commit details
    Browse the repository at this point in the history
  8. feat(framework) Add SuperExec --executor-config (#3720)

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    2 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    942adfd View commit details
    Browse the repository at this point in the history
  9. refactor(framework) Update flwr new templates with new server_fn

    …signature (#3796)
    
    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    2 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3b5963f View commit details
    Browse the repository at this point in the history
  10. fix(framework:skip) Remove dependency installation from SuperExec (#3781

    )
    
    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    2 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6aff69d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba20db4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b0de25d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0e32d83 View commit details
    Browse the repository at this point in the history
  14. feat(framework) Add simulation engine SuperExec plugin (#3589)

    Co-authored-by: Charles Beauville <charles@flower.ai>
    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    3 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    27ee0db View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    848734d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ce60e52 View commit details
    Browse the repository at this point in the history
  17. feat(framework) Use federations config in flwr run (#3800)

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    2 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    dd37449 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0f7c0f7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    17049ca View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9988592 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1e14dc6 View commit details
    Browse the repository at this point in the history
  22. feat(framework) Add secure channel support for SuperExec (#3808)

    Co-authored-by: Daniel J. Beutel <daniel@flower.ai>
    2 people authored and chongshenng committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8f5b4e5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9f78948 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    27f314b View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    f846ce0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19fcc3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    603cee6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fbdb35c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51d1700 View commit details
    Browse the repository at this point in the history
  6. Remove unused imports

    chongshenng committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    471dec8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    3a4d40f View commit details
    Browse the repository at this point in the history
  2. Run isort

    chongshenng committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    3bd943d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8abe6c3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    183687b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77a93e0 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    940524a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d278547 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f28cf6 View commit details
    Browse the repository at this point in the history
  4. Set log level to debug

    chongshenng committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    463f752 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    3b04c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ae57fdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c37de2 View commit details
    Browse the repository at this point in the history
  4. fix(framework:skip) Unify default client_resources and deprecate se…

    …tting GPU growth as input argument (#3890)
    jafermarq authored and chongshenng committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    06417b9 View commit details
    Browse the repository at this point in the history
  5. docs(datasets) Rewrite Flower Datasets quickstart tutorial as a noteb…

    …ook (#3854)
    
    Co-authored-by: jafermarq <javier@flower.ai>
    2 people authored and chongshenng committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7a89b4b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e468fd1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be636b4 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Merge main

    chongshenng committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    e1bdc7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da9518b View commit details
    Browse the repository at this point in the history
  3. Merge main

    chongshenng committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    66fde74 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Update PR

    chongshenng committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    af750b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d7c808 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    e8d184c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    a41e4db View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    157aaf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6a105a View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    84df08b View commit details
    Browse the repository at this point in the history
  2. Ruff

    chongshenng committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    dd870d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    2bf93c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ed01f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6c042a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c31cfa View commit details
    Browse the repository at this point in the history
  5. Reorganise args

    chongshenng committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    c2e4c40 View commit details
    Browse the repository at this point in the history
  6. Reorg args

    chongshenng committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    cd8abd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ba765a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    f1a3950 View commit details
    Browse the repository at this point in the history