From a7326a135089f4d1a5978ff9133fc9e52eef5ff0 Mon Sep 17 00:00:00 2001 From: Weisu Yin Date: Wed, 25 Jan 2023 09:53:40 -0800 Subject: [PATCH] 0.1 release note (#31) --- docs/whats_new/v0.1.0.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/whats_new/v0.1.0.md diff --git a/docs/whats_new/v0.1.0.md b/docs/whats_new/v0.1.0.md new file mode 100644 index 0000000..711b6d6 --- /dev/null +++ b/docs/whats_new/v0.1.0.md @@ -0,0 +1,17 @@ +# Version 0.1.0 + +We're happy to announce the AutoGluon-Cloud 0.1 release. 0.1 is the initial release of the Cloud module and enables you to train and deploy AutoGluon backed models on AWS SageMaker. +Don't wait to try it out and we are happy to any feedback! + +Currently, AutoGluon-Cloud supports training and deploying TabularPredictor and MultiModalPredictor with AutoGluon Deep Learning Containers version 0.6.0 and newer. + +To learn more, check out our [tutorial](https://auto.gluon.ai/cloud/0.1.0/index.html) + +This release contains **50** commits from **7** contributors. + +See the full commit change-log here: https://github.com/autogluon/autogluon/commits/0.6.1/cloud and here: https://github.com/autogluon/autogluon-cloud/commits/0.1.0 + +Full Contributor List (ordered by # of commits): +- @yinweisu, @gradientsky, @tonyhoo, @gidler, @giswaq, @sxjscience, @suzhoum + +This version supports Python versions 3.7 to 3.9.