Seaborn: v0.10.1 Release

Release date:
April 26, 2020
Previous version:
v0.10.0 (released January 24, 2020)
Magnitude:
1,713 Diff Delta
Contributors:
10 total committers
Data confidence:
Commits:

38 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored February 27, 2020
Authored March 17, 2020
Authored April 24, 2020
Authored January 28, 2020
Authored February 22, 2020
Authored April 26, 2020
Authored January 24, 2020
Authored January 31, 2020
Authored March 17, 2020
Authored April 26, 2020
Authored April 6, 2020
Authored February 26, 2020
Authored February 22, 2020
Authored February 1, 2020
Authored April 24, 2020
Authored January 24, 2020

Top Contributors in v0.10.1

MaozGelbart
mwaskom
lukasberbuer
paulrougieux
toddrme2178
Iqrar99
danyal-s
bennguvaye
qwhelan
hartwork

Directory Browser for v0.10.1

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

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 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).