v0.3.0
What's Changed
Features
- Add the
cols_width()
method by @rich-iannone in #143 - Add the
tab_options()
method by @rich-iannone in #146 - Add
opt*
methods for vertical and horizontal padding by @rich-iannone in #154 - Add the
opt_align_table_header()
method by @rich-iannone in #147 - Add the
opt_all_caps()
method by @rich-iannone in #150 - Add the
fmt_image()
method by @machow in #163 - Add the
system_fonts()
helper function by @rich-iannone in #158 - Enable use of ColorBrewer palettes in
data_color()
by @rich-iannone in #186
Fixes
- Replace
with_row_count
bywith_row_index
forPolars
by @jrycw in #189 - Add
py.typed
to support PEP-561 (type-hinting) by @sugatoray in #139 - Ensure table font names (from
tab_options()
) is accepted as str or list by @rich-iannone in #155 - Fix
FutureWarning
forDataFrameGroupBy.grouper
by @jrycw in #193
Docs
- docs: update one of the column names for
Column Labels
by @jrycw in #187 - docs: blog superbowl, add source by @machow in #185
- docs: superbowl blog draft by @machow in #184
- Docs examples sports by @machow in #195
- Add example for sza and
data_color()
by @rich-iannone in #136 - Clean up examples in API docs by @rich-iannone in #191
Chores
- Remove unimplemented options from
tab_options()
by @rich-iannone in #162
New Contributors
- @sugatoray made their first contribution in #139
- @jrycw made their first contribution in #189
Full Changelog: v0.2.0...v0.3.0