Skip to content

v0.12.0: opt_stylize produces striped rows and borders

Latest
Compare
Choose a tag to compare
@machow machow released this 27 Sep 18:44
· 68 commits to main since this release
3bafd96

Breaking changes

  • opt_stylize() now produces stripes by default. Set add_row_striping=False to remove. (#461)
  • opt_stylize() now adds borders to certain styles (which was the original intention; #463)

Features

Fixes

  • use full html page in show() for correct utf-8 display by @machow in #458

Docs

  • update superbowl example to align with the new version of Polars by @jrycw (#460, #462)

Full Changelog: v0.11.1...v0.12.0