v0.11.0: include column labels in`<thead>` element
This release contains a breaking change in how HTML output tables are structured (through tag changes). There is also an important fix for saving tables via the .save()
method using the Google Chrome webdriver.
Breaking Changes
- We now ensure that the
<thead>
element encloses both title/subtitle and column labels by @rich-iannone in #421
Fixes
- We now ensure that the
<thead>
element encloses both title/subtitle and column labels by @rich-iannone in #421 - The
.save
method works with latest version of Google Chrome by @machow in #425
Docs
- Mention support for
Polars
in theget-started
section by @jrycw in #408 - Made tiny typo fixes and improved a code example in the "Design Philosophy" doc by @alfredocarella in #401
- Fix typo in blog post by @rich-iannone in #396
- Update documentation for datasets by @jrycw in #397
- Update polars examples for deprecated arg by @atseewal in #400
- Remove mentions of
accounting
inforce_sign=
argument by @rich-iannone in #422
New Contributors
- @alfredocarella made their first contribution in #401
Full Changelog: v0.10.0...v0.11.0