Skip to content

Release 1.3.1

Choose a tag to compare

@AlessandroPomponio AlessandroPomponio released this 10 Dec 16:55
· 172 commits to main since this release
Immutable release. Only release title and notes can be modified.
d51f324

πŸš€ Highlights

βœ… Bug Fixes

  • CLI: Fixed issue where Console.print took too long to print dataframes (#297)

πŸ”§ Build System

  • Added support for Python 3.13 (#291)

πŸ›  Refactoring

  • CLI: Improved sizing of live results table (#299)

βš™οΈ Autoconf

  • Pinned required AutoGluon version for consistent builds (#304)

Full changes

Bug Fixes

  • (cli) do not use rich's Console.print with dataframes (#297) - (97c6bea) - Alessandro Pomponio

Documentation

  • (changelog) update changelog (#287) - (6b63d40) - Alessandro Pomponio
  • (website) update instructions to build python wheels for ado and plugins (#301) - (a62af24) - Vassilis Vassiliadis
  • (website) simplify cli examples (#293) - (726aec9) - Michael Johnston

Build system

  • (autoconf) pin the required autogluon version (#304) - (d51f324) - Srikumar Venugopal
  • (deps) update dependencies (#300) - (a247dfe) - Alessandro Pomponio
  • support Python 3.13 (#291) - (0ea5cbb) - Alessandro Pomponio
  • update pre-commit hooks (#298) - (3ff6a6e) - Alessandro Pomponio

Refactoring

  • (cli) improve sizing of live results table during operations (#299) - (83716ac) - Alessandro Pomponio
  • (run_experiment) replace prints with console_prints (#289) - (e728921) - Alessandro Pomponio

Style

  • format yaml files with yamlfmt (#286) - (e2eadfd) - Alessandro Pomponio

Full Changelog: 1.3.0...1.3.1