Skip to content

Version 0.9.2

Compare
Choose a tag to compare
@maximlt maximlt released this 30 Jan 08:44
· 34 commits to main since this release
4e9f860

The 0.9.2 release is a patch release that brings a few bugfixes and documentation improvements, improving Polars support and documentation. Many thanks to @kevinheavey (first contribution!), @MarcoGorelli, @hoxbro, and @maximlt for their contributions.

Bug fixes:

  • Correctly fall back to all numeric Polars columns when y is not specified (#1247)

Documentation:

  • Better expose Polars support (#1262)
  • Rename the Pandas reference section to Tabular (#1260)
  • Add roadmap for 2024 (#1253)
  • Various small changes (#1255 and #1261)

Infrastructure / Tests:

  • Add downstream Polars test (#1243)
  • Compatibility with Pandas 2.2 (#1257)
  • Dynamically generate the unit test matrix and add a cache option (#1235)

Full Changelog