pypi great-tables 0.17.0
v0.17.0: unique html IDs, `css-inline` package optional

24 days ago

Breaking changes

Features

Fixes

  • Ensure HTML ID attributes are unique by @BenGale93 in #607
  • Move css-inline pkg to extra group by @rich-iannone in #634
  • Do not always save screenshot as png by @machow in #599
  • Resolve encoding issue in GT.save() by @jrycw in #609
  • Correctly pass non-ints to nanoplot options by @tylerriccio33 in #608
  • Scientific notation zero padding when exp_style= used by @rich-iannone in #622
    • e.g. numbers like "2.3E-03" were incorrectly displayed as "2.3E−30".
  • Update conditional statement in nanoplot code to guard against string values (single string or list containing any strings) by @rich-iannone in #623

Docs

  • Update the related docs about mask= parameter in loc.body() by @jrycw in #589
  • Update the preview of year col in gtcars dataset by @jrycw in #587
  • Add examples to the documentation by @jrycw in #618
  • Add style.css entry to API reference docs by @rich-iannone in #624
  • Align getting started guide with readme by @zachvalenta in #627

Chores

  • Use deploy-pypi environment by @machow in #590
    • Added a environment deployment protection rule. We now have to review the release workflow.

New Contributors

Full Changelog: v0.16.1...v0.17.0

Don't miss a new great-tables release

NewReleases is sending notifications on new releases.