v0.12.2 (December 2022) #3206
mwaskom
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v0.12.2 (December 2022)
This is an incremental release that is a recommended upgrade for all users. It is very likely the final release of the 0.12 series and the last version to support Python 3.7.
|Feature| Added the
objects.KDE
stat (Add KDE stat #3111).|Feature| Added the
objects.Boolean
scale (Add Boolean scale #3205).|Enhancement| Improved user feedback for failures during plot compilation by catching exceptions and re-raising with a
PlotSpecError
that provides additional context. (Improve user feedback for errors during plot compilation #3203).|Fix| Improved calculation of automatic mark widths with unshared facet axes (Compute spacing/width separately for unshared axes #3119).
|Fix| Improved robustness to empty data in several components of the objects interface (Improve robustness to empty data in Plot and Nominal #3202).
|Fix| Fixed a bug where legends for numeric variables with large values would be incorrectly shown (i.e. with a missing offset or exponent; Don't use offset / scientific notation in numeric legends #3187).
|Fix| Fixed a regression in v0.12.0 where manually-added labels could have duplicate legend entries (Don't pass label when creating color cycle scout #3116).
|Fix| Fixed a bug in
histplot
withkde=True
andlog_scale=True
where the curve was not scaled properly (Fix log scaled histplot kde #3173).|Fix| Fixed a bug in
relplot
where inner axis labels would be shown when axis sharing was disabled (Fix inner axis visibility in relplot with unshared axes #3180).|Fix| Fixed a bug in
objects.Continuous
to avoid an exception with boolean data (Control diag_kind/kind individually in pairplot #3189).This discussion was created from the release v0.12.2 (December 2022).
Beta Was this translation helpful? Give feedback.
All reactions