Seaborn: v0.3.1 Release

Release date:
April 21, 2014
Previous version:
v0.3.0 (released March 23, 2014)
Magnitude:
454 Diff Delta
Contributors:
2 total committers
Data confidence:
Commits:

17 Commits in this Release

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

Authored March 29, 2014
Authored March 25, 2014
Authored March 25, 2014
Authored March 27, 2014
Authored March 23, 2014
Authored March 26, 2014
Authored March 24, 2014
Authored March 27, 2014

Top Contributors in v0.3.1

mwaskom
yarikoptic

Directory Browser for v0.3.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 a minor release from 0.3 with fixes for several bugs.

Plotting functions

  • The size of the points in pointplot and factorplot is now scaled with the linewidth for better aesthetics across different plotting contexts.
  • The pointplot glyphs for different levels of the hue variable are drawn at different z-orders so that they appear uniform.

Bug Fixes

  • Fixed a bug in FacetGrid (and thus affecting lmplot and factorplot) that appeared when col_wrap was used with a number of facets that did not evenly divide into the column width.
  • Fixed an issue where the support for kernel density estimates was sometimes computed incorrectly.
  • Fixed a problem where hue variable levels that were not strings were missing in FacetGrid legends.
  • When passing a color palette list in a with statement, the entire palette is now used instead of the first six colors.