v0.3.1
What's Changed
Features
- Add the
.save()
and.as_raw_html()
methods by @rich-iannone in #208 - Add the
opt_stylize()
method by @rich-iannone in #198 - Add the
opt_table_outline()
method by @rich-iannone in #209
Fixes
- fix: iterate over sorted rows for rendering by @machow in #202
- Remove type annotations from docstrings by @rich-iannone in #207
- Ensure that np.nan values are replaced with
na_color=
vals by @rich-iannone in #205 - Handle
.data_color()
edge cases with single val columns / all missing values by @rich-iannone in #213
Docs
- Add the
v0.3.0
release post by @rich-iannone in #200 - Docs table themes by @machow in #197
- Add docs to the
fmt_image()
method by @rich-iannone in #216
Full Changelog: v0.3.0...v0.3.1