Skip to content

v0.5.0

Latest

Choose a tag to compare

@shchur shchur released this 04 Jun 16:00
· 1 commit to master since this release
f3bdee1

Highlights

  • First-class foundation model support — run state-of-the-art forecasting models like Chronos-2 with real-time, serverless, or batch inference in a few lines of the familiar AutoGluon API. (tutorial)
    Simplified setup — run a single command to provision every AWS resource needed for AutoGluon-Cloud. (tutorial)
  • Brand-new docs — new improved tutorials for tabular and time series.
  • fit_predict for TimeSeriesCloudPredictor — single-job train + batch inference, with optional direct S3 output.
  • Works with the latest AutoGluon 1.5.0 DLC images and Python 3.10–3.13.

Note

Predictors trained and endpoints deployed with earlier versions of autogluon.cloud are not compatible with v0.5.0. Please retrain your predictors and redeploy your endpoints from scratch.

New features

  • Foundation models for time series forecasting — new TimeSeriesFoundationModel with real-time, batch, and serverless inference; JumpStart-compatible payload format. (#217, #220, #221, #228, #230, #234, #235) by @shchur, @melopeo
  • agcloud setup CLI and CloudFormation templates — provision IAM roles, S3 buckets, and execution roles in one command; templates shipped in-package. (#173, #213, #222, #225, #226, #229, #233, #236) by @AnirudhDagar, @shchur
  • fit_predict for TimeSeriesCloudPredictor — single-job train + batch inference with optional direct S3 output. (#214, #224) by @melopeo
  • Serverless inference endpoints — deploy with instance_type="serverless". (#242) by @shchur
  • Create endpoint from existing endpoint name — reuse a deployed endpoint without re-deploying. (#246) by @shchur
  • cache_model_artifact — speed up repeated deploys. (#241) by @shchur
  • Support for known_covariates in TimeSeriesCloudPredictor.predict_real_time (#181) by @shchur
  • Tag resources created by AG-Cloud. (#249) by @shchur

Improvements & bugfixes

New Contributors

Full Changelog: v0.4.2...v0.5.0