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 toTabular
(#1260) - Add roadmap for 2024 (#1253)
- Various small changes (#1255 and #1261)
Infrastructure / Tests: