v0.12.1
This is an incremental release that is a recommended upgrade for all
users. It addresses a handful of bugs / regressions in v0.12.0 and adds
several features and enhancements to the new objects interface.
- Added the
objects.Textmark (#3051). - Added the
objects.Dashmark (#3074). - Added the
objects.Percstat (#3063). - Added the
objects.Countstat (#3086). - The
objects.Bandandobjects.Rangemarks will now cover the full
extent of the data ifmin/maxvariables are not explicitly assigned or
added in a transform (#3056). - The
objects.Jittermove now applies a small amount of jitter by
default (#3066). - Axes with a
objects.Nominalscale now appear like categorical axes
in classic seaborn, with fixed margins, no grid, and an inverted y
axis (#3069). - The
objects.Continuous.labelmethod now acceptsbase=Noneto override the default formatter
with a log transform (#3087). - Marks that sort along the orient axis (e.g.
objects.Line) now use a
stable algorithm (#3064). - Added a
labelparameter topointplot,
which addresses a regression in 0.12.0 whenpointplotis passed to
FacetGrid(#3016). - Fixed a bug that caused an exception when more than two layers with
the same mappings were added toobjects.Plot(#3055). - Made
objects.PolyFitrobust to missing data (#3010). - Fixed a bug in
objects.Plotthat occurred when data assigned to the
orient coordinate had zero variance (#3084). - Fixed a regression in
kdeplotwhere passingcmapfor an unfilled bivariate plot would
raise an exception (#3065). - Addressed a performance regression in
lineplotwith a large number
of unique x values (#3081). - Seaborn no longer contains doctest-style examples, simplifying the
testing infrastructure (#3034).