Skip to content

Commit

Permalink
0.4.0 release (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
suzhoum authored May 15, 2024
1 parent 3f11c81 commit 5328463
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sys.path = [".", ".."] + sys.path

project = "AutoGluon-Cloud"
release = "0.3.1"
release = "0.4.0"
copyright = "2023, All authors. Licensed under Apache 2.0."
author = "AutoGluon contributors"

Expand Down
5 changes: 3 additions & 2 deletions docs/versions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ Available Documentation for AutoGluon-Cloud

Web-based documentation is available for versions listed below:

- `AutoGluon 0.3.2 (dev) documentation <https://auto.gluon.ai/cloud/dev/index.html>`_
- `AutoGluon 0.3.1 (stable) documentation <https://auto.gluon.ai/cloud/stable/index.html>`_
- `AutoGluon 0.4.1 (dev) documentation <https://auto.gluon.ai/cloud/dev/index.html>`_
- `AutoGluon 0.4.0 (stable) documentation <https://auto.gluon.ai/cloud/stable/index.html>`_
- `AutoGluon 0.3.1 documentation <https://auto.gluon.ai/cloud/0.3.1/index.html>`_
- `AutoGluon 0.3.0 documentation <https://auto.gluon.ai/cloud/0.3.0/index.html>`_
- `AutoGluon 0.2.0 documentation <https://auto.gluon.ai/cloud/0.2.0/index.html>`_
- `AutoGluon 0.1.0 documentation <https://auto.gluon.ai/cloud/0.1.0/index.html>`_
18 changes: 18 additions & 0 deletions docs/whats_new/v0.4.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Version 0.4.0

We are excited to present the AutoGluon-Cloud 0.4.0 release. This release brings up compatibility with AutoGluon 1.1.0, and minor fixes in TimeSeriesCloudPredictor API and documentation. As always, we encourage you to try this new release and share your feedback!


## Updates and Improvements:
* Simplify TimeSeriesCloudPredictor API by @shchur in https://github.com/autogluon/autogluon-cloud/pull/105
* Update dependencies to align with AutoGluon 1.1.0 by @suzhoum in https://github.com/autogluon/autogluon-cloud/pull/110


## Tutorial Enhancements:
* Minor fixes to the documentation by @shchur in https://github.com/autogluon/autogluon-cloud/pull/104


Explore more in our updated [tutorial](https://auto.gluon.ai/cloud/0.4.0/index.html).


As always, we thank our community for their ongoing support and contributions. We look forward to your feedback on AutoGluon-Cloud 0.4.0!

0 comments on commit 5328463

Please sign in to comment.