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

0.4.0 release #111

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!
Loading