# Version 1.3.1 We are happy to announce the AutoGluon 1.3.1 release! AutoGluon 1.3.1 contains several bug fixes and logging improvements for Tabular, TimeSeries, and Multimodal modules. This release contains [9 commits from 5 contributors](https://github.com/autogluon/autogluon/graphs/contributors?from=5%2F1%2F2025&to=5%2F20%2F2025&type=c)! See the full commit change-log here: https://github.com/autogluon/autogluon/compare/1.3.0...1.3.1 Join the community: [![](https://img.shields.io/discord/1043248669505368144?logo=discord&style=flat)](https://discord.gg/wjUmjqAc2N) Get the latest updates: [![Twitter](https://img.shields.io/twitter/follow/autogluon?style=social)](https://twitter.com/autogluon) This release supports Python versions 3.8, 3.9, 3.10, and 3.11. Loading models trained on older versions of AutoGluon is not supported. Please re-train models using AutoGluon 1.3.1. -------- ## General - Version update. [@tonyhoo](https://github.com/tonyhoo) [#5112](https://github.com/autogluon/autogluon/pull/5112) -------- ## Tabular ### Fixes and Improvements - Fix TabPFN dependency. [@fplein](https://github.com/fplein) [#5119](https://github.com/autogluon/autogluon/pull/5119) - Fix incorrect reference to positive_class in TabularPredictor constructor. [@celestinoxp](https://github.com/celestinoxp) [#5129](https://github.com/autogluon/autogluon/pull/5129) -------- ## TimeSeries ### Fixes and Improvements - Fix ensemble weights format for printing. [@shchur](https://github.com/shchur) [#5132](https://github.com/autogluon/autogluon/pull/5132) - Avoid masking the `scaler` param with the default `target_scaler` value for `DirectTabular` and `RecursiveTabular` models. [@shchur](https://github.com/shchur) [#5131](https://github.com/autogluon/autogluon/pull/5131) - Fix `FutureWarning` in leaderboard and evaluate methods. [@shchur](https://github.com/shchur) [#5126](https://github.com/autogluon/autogluon/pull/5126) -------- ## Multimodal ### Fixes and Improvements - Fix multimodal tutorial issue after 1.3 release [@tonyhoo](https://github.com/tonyhoo) [#5121](https://github.com/autogluon/autogluon/pull/5121) -------- ## Documentation and CI - Add release instructions for pasting whats_new release notes. [@Innixma](https://github.com/Innixma) [#5111](https://github.com/autogluon/autogluon/pull/5111) - Update docker image to use 1.3 release base. [@tonyhoo](https://github.com/tonyhoo) [#5130](https://github.com/autogluon/autogluon/pull/5130) -------- ## Contributors Full Contributor List (ordered by # of commits): [@shchur](https://github.com/shchur) [@tonyhoo](https://github.com/tonyhoo) [@celestinoxp](https://github.com/celestinoxp) ### New Contributors - [@fplein](https://github.com/fplein) made their first contribution in [#5119](https://github.com/autogluon/autogluon/pull/5119)