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