Sourced from seaborn's releases.
v0.13.1 (December 2023)
This is a minor release with some bug fixes and a couple new features. All users are encouraged to update.
|Feature| Added support for weighted mean estimation (with boostrap CIs)
lineplot
,barplot
,pointplot
, andobjects.Est
(#3580, #3586).|Feature| Added the
extent
optionobjects.Plot.layout
(#3552).|Fix| Fixed a regression in v0.13.0 that triggered an exception when working with non-numpy data types (#3516).
|Fix| Fixed a bug in
objects.Plot
so that tick labels are shown for wrapped axes that aren't in the bottom-most row (#3600).|Fix| Fixed a bug in
catplot
where a blank legend would be added whenhue
was redundantly assigned (#3540).|Fix| Fixed a bug in
catplot
where theedgecolor
parameter was ignored withkind="bar"
(#3547).|Fix| Fixed a bug in
boxplot
where an exception was raised when using the matplotlibbootstrap
option (#3562).|Fix| Fixed a bug in
lineplot
where an exception was raised whenhue
was assigned with an empty dataframe (#3569).|Fix| Fixed a bug in multiple categorical plots that raised with
hue=None
anddodge=True
; this is now has no effect (#3605).
d00a27d
Merge master and update version for release6890b31
Finalize v0.13.1 release notes1771d8e
Update release notes785708f
Cleanup compat code for obsolete versions of dependencies (#3607)45a098f
FIX: Enable xticklabels for all bottom axes (#3600)2c115ed
Avoid error when dodge=True, hue=None (#3605)1617be0
Add v0.13.1 release notes9a0842d
Change how pandoc gets installed in CI (#3604)cfa74b4
Add a missing raise in kdeplot and slightly improve lmplot signature (#3602)5051ede
Crosslink to aesthetics tutorial from set_context/plotting_context (#3599)