Skip to content

v0.8.2

Compare
Choose a tag to compare
@yinweisu yinweisu released this 30 Jun 22:16
· 396 commits to master since this release
973289c

Version 0.8.2

v0.8.2 is a hot-fix release to pin pydantic version to avoid crashing during HPO

As always, only load previously trained models using the same version of AutoGluon that they were originally trained on.
Loading models trained in different versions of AutoGluon is not supported.

See the full commit change-log here: 0.8.1...0.8.2

This version supports Python versions 3.8, 3.9, and 3.10.

Changes