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 data object (#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 in data had 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 FacetGrid where interior tick labels would be hidden when only the orthogonal axis was shared (#2347).

  • Fix Fixed a bug in FacetGrid that caused an error when legend_out=False was set (#2304).

  • Fix Fixed a bug in kdeplot() where common_norm=True was ignored if hue was not assigned (#2378).

  • Fix Fixed a bug in displot() where the row_order and col_order parameters were not used (#2262).

  • Fix Fixed a bug in PairGrid/pairplot() that caused an exception when using corner=True and diag_kind=None (#2382).

  • Fix Fixed a bug in clustermap() where annot=False was 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 the linewidth parameter 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).