Skip to content

v0.11.1

Compare
Choose a tag to compare
@rich-iannone rich-iannone released this 20 Sep 17:51
· 99 commits to main since this release
079dc83

Fixes

  • Do not error when URL string supplied to path= argument in fmt_image() by @jrycw in #444
  • Include an encoding= arg in GT.save() (with default "utf-8") for more dependable saving in Windows by @jrycw in #454
  • Unify the method signatures of cols_label() and cols_width() by having them both accept cases= and **kwargs by @jrycw in #452

Chores

  • Standardize on the GTSelf object in method signatures by @jrycw in #431
  • Consistently use isinstance() checks throughout the codebase instead of checking with hasattr() by @rich-iannone in #434
  • Improve test coverage for various opt_* methods by @jrycw in #437
  • Consolidate ordered list code using the new _create_ordered_list() function by @jrycw in #407
  • Internally use OrderedSet().as_list() instead of list(OrderedSet()) for sake of clarity by @jrycw in #447
  • Refactor import statements throughout the _formats.py file by @jrycw in #450

Docs

  • Update import statement in the GT.data_color() example by @jrycw in #432
  • Indicate that tab_spanner() allows for use of units notation in its label= argument by @rich-iannone in #426
  • Visually document options for theming table with opt_stylize() by @rich-iannone in #438
  • Provide updates to PyCon- and SciPy-related blog posts by @rich-iannone in #445

Full Changelog: v0.11.0...v0.11.1