seaborn v0.10.1 Release Notes

Release Date: 2020-04-26 // almost 4 years ago
  • ๐Ÿš€ This is minor release with bug fixes for issues identified since 0.10.0.

    • ๐Ÿ›  Fixed a bug that appeared within the bootstrapping algorithm on
      32-bit systems.
    • ๐Ÿ›  Fixed a bug where regplot would crash on singleton inputs. Now a
      crash is avoided and regression estimation/plotting is skipped.
    • ๐Ÿ›  Fixed a bug where heatmap would ignore user-specified
      under/over/bad values when recentering a colormap.
    • ๐Ÿ›  Fixed a bug where heatmap would use values from masked cells when
      0๏ธโƒฃ computing default colormap limits.
    • ๐Ÿ›  Fixed a bug where despine would cause an error when trying to trim
      spines on a matplotlib categorical axis.
    • Adapted to a change in matplotlib that caused problems with single
      swarm plots.
    • โž• Added the showfliers parameter to boxenplot to suppress plotting
      of outlier data points, matching the API of boxplot.
    • ๐Ÿ‘€ Avoided seeing an error from statmodels when data with an IQR of 0
      is passed to kdeplot.
    • Added the legend.title_fontsize to the plotting_context
      definition.
    • ๐Ÿ—„ Deprecated several utility functions that are no longer used
      internally (percentiles, sig_stars, pmf_hist, and sort_df).