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) in
lineplot,barplot,pointplot, andobjects.Est(#3580, #3586). -
|Feature| Added the
extentoption inobjects.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.Plotso that tick labels are shown for wrapped axes that aren't in the bottom-most row (#3600). -
|Fix| Fixed a bug in
catplotwhere a blank legend would be added whenhuewas redundantly assigned (#3540). -
|Fix| Fixed a bug in
catplotwhere theedgecolorparameter was ignored withkind="bar"(#3547). -
|Fix| Fixed a bug in
boxplotwhere an exception was raised when using the matplotlibbootstrapoption (#3562). -
|Fix| Fixed a bug in
lineplotwhere an exception was raised whenhuewas assigned with an empty dataframe (#3569). -
|Fix| Fixed a bug in multiple categorical plots that raised with
hue=Noneanddodge=True; this is now has no effect (#3605).