[Full Release Notes](https://github.com/securefederatedai/openfl/releases/tag/v1.3)
The OpenFL v1.3 release contains the following updates:
* [Task Assigner functionality](https://github.com/intel/openfl/pull/343)
* [OpenFL + Gramine to support workloads within SGX](https://github.com/intel/openfl/pull/339)
* [FedCurv aggregation](https://github.com/intel/openfl/pull/167) algorithm
* [HuggingFace/transformers audio classification example using SUPERB dataset](https://github.com/intel/openfl/pull/340)
* [PyTorch Lightning GAN](https://github.com/intel/openfl/pull/287) example
* NumPy Linear Regression example in [Google Colab](https://github.com/intel/openfl/pull/286)
* [Adaptive Federated Optimization ](https://github.com/intel/openfl/issues/281) algorithms implementation: `FedYogi`, `FedAdagrad`, `FedAdam`
* [MXNet landmarks regression example](https://github.com/intel/openfl/pull/349) as a custom plugin to OpenFL
* Migration to [JupyterLab](https://github.com/intel/openfl/pull/307)
* Bug fixes and other improvements