Great-tables

Latest version: v0.14.0

Safety actively analyzes 687881 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 5

0.5.1

Thanks so much to jrycw for an incredible amount of fixes and improvements! This release doesn't have any new features, instead we focused on fixes and documentation.

Fixes

* Resolve issue with `table_font_color=` not accepting named colors by jrycw in https://github.com/posit-dev/great-tables/pull/285
* Ensure that group label rows have valid HTML by rich-iannone in https://github.com/posit-dev/great-tables/pull/308
* Fix Polars selectors error in `GT.cols_hide()` by jrycw in https://github.com/posit-dev/great-tables/pull/316
* Fix missing values not working with `GT.fmt_number()` by jrycw in https://github.com/posit-dev/great-tables/pull/317
* Fix display for integerlike values in nanoplots by jrycw in https://github.com/posit-dev/great-tables/pull/319

Docs

* Fix typos in docs by jrycw in https://github.com/posit-dev/great-tables/pull/286
* Add example from chalg by machow in https://github.com/posit-dev/great-tables/pull/323

Chores

* Clean up implementation of `GT.fmt_nanoplot()` and `GT.data_color()` by jrycw https://github.com/posit-dev/great-tables/pull/294, https://github.com/posit-dev/great-tables/pull/295
* Refactor `GT.fmt_time()`, `GT.fmt_date()` and `GT.fmt_datetime()` by jrycw in https://github.com/posit-dev/great-tables/pull/290
* Refactor `letters` and `Letters` functions in `_helpers` by jrycw in https://github.com/posit-dev/great-tables/pull/289
* Update type hints and organize import modules by jrycw in https://github.com/posit-dev/great-tables/pull/315
* Codebase cleanup and minor improvements by jrycw in https://github.com/posit-dev/great-tables/pull/305, https://github.com/posit-dev/great-tables/pull/292
* Improve test coverage by jrycw https://github.com/posit-dev/great-tables/pull/311, https://github.com/posit-dev/great-tables/pull/325
* Add tests for `GT.cols_align()` and extend support for `Polars` expressions by jrycw in https://github.com/posit-dev/great-tables/pull/320

**Full Changelog**: https://github.com/posit-dev/great-tables/compare/v0.5.0...v0.5.1

0.5.0

What's Changed

Features

* Remove mizani and pandas as dependencies by machow (271, 261)
* Include choice of webdrivers in the `.save()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/262
* Add sub_missing and sub_zero methods by machow in https://github.com/posit-dev/great-tables/pull/244

Fixes

* Fix error from incorrectly passing nanoplot options to args in `_generate_nanoplot()` by rich-iannone in https://github.com/posit-dev/great-tables/pull/258
* Remove uses of DataFrame.apply and dtype methods by machow in https://github.com/posit-dev/great-tables/pull/277
* Close some opened files by machow in https://github.com/posit-dev/great-tables/pull/281


Docs

* Add warning callout for experimental status by rich-iannone in https://github.com/posit-dev/great-tables/pull/243
* Add examples for `fmt_nanoplot()` by rich-iannone in https://github.com/posit-dev/great-tables/pull/245
* Add docs site and codecov badges by rich-iannone in https://github.com/posit-dev/great-tables/pull/254
* Rename variables on example code for Oceania by sergiolaverde0 in https://github.com/posit-dev/great-tables/pull/264
* Improve two examples in Examples section by rich-iannone in https://github.com/posit-dev/great-tables/pull/267


Chores

* Refactor nanoplots by machow in https://github.com/posit-dev/great-tables/pull/246
* Add more tests for formatting methods by rich-iannone in https://github.com/posit-dev/great-tables/pull/260
* ci: workflow pushes to CodeCov by machow in https://github.com/posit-dev/great-tables/pull/250
* Update list of supported Python versions to match those tested by discdiver in https://github.com/posit-dev/great-tables/pull/269


New Contributors

* sergiolaverde0 made their first contribution in https://github.com/posit-dev/great-tables/pull/264
* discdiver made their first contribution in https://github.com/posit-dev/great-tables/pull/269

**Full Changelog**: https://github.com/posit-dev/great-tables/compare/v0.4.0...v0.5.0

0.4.0

What's Changed

Features

* Add initial implementation for nanoplots by rich-iannone in https://github.com/posit-dev/great-tables/pull/219
* Allow polars selectors in `fmt_*()` methods by machow in https://github.com/posit-dev/great-tables/pull/217

Fixes

* Improve HTML representation of tables by rich-iannone in https://github.com/posit-dev/great-tables/pull/233
* Ensure that header component HTML tags pass HTML validation by rich-iannone in https://github.com/posit-dev/great-tables/pull/235
* Allow the 'transparent' color (and others) to be used in `tab_options(table_background_color == <color>)` by rich-iannone in https://github.com/posit-dev/great-tables/pull/242
* Fix render reorder causing incorrect groupings by machow in https://github.com/posit-dev/great-tables/pull/218

Docs
* Fix `opt_horizontal_padding()` example by rich-iannone in https://github.com/posit-dev/great-tables/pull/215

**Full Changelog**: https://github.com/posit-dev/great-tables/compare/v0.3.1...v0.4.0

0.3.1

What's Changed

Features

* Add the `.save()` and `.as_raw_html()` methods by rich-iannone in https://github.com/posit-dev/great-tables/pull/208
* Add the `opt_stylize()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/198
* Add the `opt_table_outline()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/209

Fixes

* fix: iterate over sorted rows for rendering by machow in https://github.com/posit-dev/great-tables/pull/202
* Remove type annotations from docstrings by rich-iannone in https://github.com/posit-dev/great-tables/pull/207
* Ensure that np.nan values are replaced with `na_color=` vals by rich-iannone in https://github.com/posit-dev/great-tables/pull/205
* Handle `.data_color()` edge cases with single val columns / all missing values by rich-iannone in https://github.com/posit-dev/great-tables/pull/213

Docs

* Add the `v0.3.0` release post by rich-iannone in https://github.com/posit-dev/great-tables/pull/200
* Docs table themes by machow in https://github.com/posit-dev/great-tables/pull/197
* Add docs to the `fmt_image()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/216

**Full Changelog**: https://github.com/posit-dev/great-tables/compare/v0.3.0...v0.3.1

0.3.0

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

0.2.0

What's Changed
* ci: restore deploy url by machow in https://github.com/posit-dev/great-tables/pull/108
* Fix tab spanner column name by atseewal in https://github.com/posit-dev/great-tables/pull/111
* Fix validate frame by machow in https://github.com/posit-dev/great-tables/pull/118
* docs: polars styling blog post by machow in https://github.com/posit-dev/great-tables/pull/113
* Add basic implementation of the `data_color()` method by rich-iannone in https://github.com/posit-dev/great-tables/pull/109
* fix: validate_frame now coerces non string column names by machow in https://github.com/posit-dev/great-tables/pull/127
* Use `to_list()` method as cross-df solution by rich-iannone in https://github.com/posit-dev/great-tables/pull/128
* Add guide to `data_color()` and introductory blog post to next version of package by rich-iannone in https://github.com/posit-dev/great-tables/pull/131

New Contributors
* atseewal made their first contribution in https://github.com/posit-dev/great-tables/pull/111

**Full Changelog**: https://github.com/posit-dev/great-tables/compare/v0.1.5...v0.2.0

Page 3 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.