Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
April/May Changelog (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasp-ms authored Jun 14, 2023
1 parent df6abed commit d51d7bd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,28 @@ TEMPLATE FOR MONTHLY UPDATES
### Documentation
### Repository structure
### Bug fixes
-->

## April/May 2023

Our major updates for April and May are the addition of Variational Autoencoders to the CCFRAUD example, the integration of Private Set Intersection for Vertical FL, and the introduction of Private Sandboxes supporting private AzureML workspaces.

### FL Experience
- Enriched the CCFRAUD example to support Variational Autoencoders for faster Vertical FL (instructions to run the example [here](./docs/real-world-examples/ccfraud-vetical-fedonce.md), additional information [there](./docs/concepts/vertical-fl.md#fedonce)).
- Introduced support for Private Set Intersection (preliminary step to a Vertical FL workflow) by leveraging the APSI library from MSR. More information [here](./docs/concepts/vertical-fl.md#private-set-intersection).

### Provisioning
- Added a new type of sandbox ([Private Sandboxes](./docs/provisioning/sandboxes.md#private-sandboxes)) that supports private AzureML workspaces (_i.e._ workspaces behind a VNet).

### Documentation
- Simplified the Kaggle credentials part of the [Bank Marketing tutorial](./docs/real-world-examples/bank-marketing-vertical.md#provision-an-fl-sandbox-with-your-kaggle-credentials).
- Revamped our [documentation for Vertical FL](./docs/concepts/vertical-fl.md) to make it more clear and accessible.

### Bug fixes
- Fixed a few issues in FL Experience (pytorch-version related bug) and Provisioning (uncaught validation issues with silos identities, deployment name conflicts for sandboxes, old AKS API's).

## March 2023

We are changing the release process of our [FL Accelerator repository](https://github.com/Azure-Samples/azure-ml-federated-learning). We are moving from monthly releases to continuous releases. We will however keep updating this changelog once a month to highlight the most significant changes.
Expand Down

0 comments on commit d51d7bd

Please sign in to comment.