v0.11.1
Fixes
- Do not error when URL string supplied to
path=
argument infmt_image()
by @jrycw in #444 - Include an
encoding=
arg inGT.save()
(with default"utf-8"
) for more dependable saving in Windows by @jrycw in #454 - Unify the method signatures of
cols_label()
andcols_width()
by having them both acceptcases=
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 withhasattr()
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 oflist(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 itslabel=
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