v0.11.1 (December 2020)#
This a bug fix release and is a recommended upgrade for all users on v0.11.0.
Enhancement Reduced the use of matplotlib global state in the multi-grid classes (#2388).
Fix Restored support for using tuples or numeric keys to reference fields in a long-form
dataobject (#2386).Fix Fixed a bug in
lineplot()where NAs were propagating into the confidence interval, sometimes erasing it from the plot (#2273).Fix Fixed a bug in
PairGrid/pairplot()where diagonal axes would be empty when the grid was not square and the diagonal axes did not contain the marginal plots (#2270).Fix Fixed a bug in
PairGrid/pairplot()where off-diagonal plots would not appear when column names indatahad non-string type (#2368).Fix Fixed a bug where categorical dtype information was ignored when data consisted of boolean or boolean-like values (#2379).
Fix Fixed a bug in
FacetGridwhere interior tick labels would be hidden when only the orthogonal axis was shared (#2347).Fix Fixed a bug in
FacetGridthat caused an error whenlegend_out=Falsewas set (#2304).Fix Fixed a bug in
kdeplot()wherecommon_norm=Truewas ignored ifhuewas not assigned (#2378).Fix Fixed a bug in
displot()where therow_orderandcol_orderparameters were not used (#2262).Fix Fixed a bug in
PairGrid/pairplot()that caused an exception when usingcorner=Trueanddiag_kind=None(#2382).Fix Fixed a bug in
clustermap()whereannot=Falsewas ignored (#2323).Fix Fixed a bug in
clustermap()where row/col color annotations could not have a categorical dtype (#2389).Fix Fixed a bug in
boxenplot()where thelinewidthparameter was ignored (#2287).Fix Raise a more informative error in
PairGrid/pairplot()when no variables can be found to define the rows/columns of the grid (#2382).Fix Raise a more informative error from
clustermap()if row/col color objects have semantic index but data object does not (#2313).