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

merge development branch to master branch for V4.2 #1149

Merged
merged 53 commits into from
Mar 11, 2024
Merged

Commits on Dec 9, 2023

  1. Configuration menu
    Copy the full SHA
    323acf0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1124 from lemonviv/add-hfl-example

    Create a horizontal federated learning example
    lzjpaul authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    d632b6d View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    3475df0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1125 from lemonviv/add-hfl-example

    Add implementation for server and client for the hfl example
    lzjpaul authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d950067 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

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

Commits on Jan 6, 2024

  1. Merge pull request #1126 from lemonviv/add-hfl-example

    Add implementation for model and data processing for the hfl example
    lzjpaul authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    75d04de View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    5dbea4c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1127 from lzjpaul/24-1-29-hfl-src

    Create the src folder for server and client in the hfl example
    nudles authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a957514 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. add utils for example

    Zrealshadow committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    335fc3a View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Merge pull request #1128 from Zrealshadow/add_utils

    add utils for example
    lzjpaul authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fd93d45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60613e6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1129 from Zrealshadow/hfl_add_interface

    Add the interface proto file for the HFL bank example
    chrishkchris authored Jan 31, 2024
    Configuration menu
    Copy the full SHA
    36ea80c View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Configuration menu
    Copy the full SHA
    fd9937d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1130 from liye-li/filter

    Add the sql file for the filtering phase
    lzjpaul authored Feb 3, 2024
    Configuration menu
    Copy the full SHA
    d76ed96 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    3f82d8f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1131 from zhangteng398/dev-postgresql

    Add the sql file for the refinement phase
    lzjpaul authored Feb 5, 2024
    Configuration menu
    Copy the full SHA
    bc9fe47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d68345 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Merge pull request #1132 from Zrealshadow/interface_proto_pgsql

    Add the interface protofile for the bank HFL example
    chrishkchris authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    a261e24 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

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

Commits on Feb 9, 2024

  1. Merge pull request #1133 from lzjpaul/24-2-8-hfl

    Update the proto folder for the hfl example
    chrishkchris authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    17571ab View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

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

Commits on Feb 17, 2024

  1. Merge pull request #1134 from NLGithubWP/dev-postgresql

    Add config folder for the HFL example
    lzjpaul authored Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4eb59d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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

Commits on Feb 21, 2024

  1. Merge pull request #1136 from liye-li/sql_model_selection

    Update the pg_extension sql file for TRAILS model selection
    nudles authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    9bfc368 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Add training datasets

    NLGithubWP committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    f242b44 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    NLGithubWP committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    34bb62c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed49ac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a7ea82 View commit details
    Browse the repository at this point in the history
  5. Add init script

    NLGithubWP committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e233c02 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Sample from the datasets

    NLGithubWP committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    9a967dc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1137 from NLGithubWP/dev-postgresql

    Update the new deployment for polarDB
    lzjpaul authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    f71613c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    676343d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Merge pull request #1138 from lzjpaul/24-3-6-wheel

    Update the CMakeLists for v4.2.0
    chrishkchris authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    d3bfa7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a412db1 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    NLGithubWP committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    ab4f87d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1139 from NLGithubWP/dev-postgresql

    Update Trails for model selection
    lzjpaul authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    403e81e View commit details
    Browse the repository at this point in the history
  5. Update deployment configs

    NLGithubWP committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    2113538 View commit details
    Browse the repository at this point in the history
  6. Add system design figures

    NLGithubWP committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    c0afbd0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1141 from NLGithubWP/dev-postgresql

    Update doc with singa repo and add system design graph
    lzjpaul authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    419bbc7 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Update image

    NLGithubWP committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1388887 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1143 from NLGithubWP/dev-postgresql

    Update image
    lzjpaul authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    4ea6b78 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a9a03c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1145 from NLGithubWP/dev-postgresql

    Add descriptions for the dependencies
    lzjpaul authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ce4b616 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Configuration menu
    Copy the full SHA
    7d966ed View commit details
    Browse the repository at this point in the history
  2. Update README.md

    NLGithubWP committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    6411093 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8520780 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1146 from NLGithubWP/dev-postgresql

    Dev postgresql
    lzjpaul authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    04435fe View commit details
    Browse the repository at this point in the history
  5. Update headers

    NLGithubWP committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    0c4634a View commit details
    Browse the repository at this point in the history
  6. Delete un-used file

    NLGithubWP committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    68cd882 View commit details
    Browse the repository at this point in the history
  7. Add headers for hfl

    NLGithubWP committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3784cce View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1147 from NLGithubWP/dev-postgresql

    Update headers
    lzjpaul authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    d9c2101 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

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

Commits on Mar 11, 2024

  1. Merge pull request #1148 from lzjpaul/24-3-10-v42

    Update release files for V4.2.0
    nudles authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f0d23a9 View commit details
    Browse the repository at this point in the history