Skip to content

Commit

Permalink
Add v0.13.1 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Dec 27, 2023
1 parent 9a0842d commit 1617be0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions doc/whatsnew/v0.13.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
v0.13.1 (Unreleased)
--------------------

- |Feature| Added support for weighted mean estimation (with boostrap CIs) in :func:`lineplot`, :func:`barplot`, :func:`pointplot`, and :class:`objects.Est` (:pr:`3580`, :pr:`3586`).

- |Feature| Added the `extent` option to :meth:`Plot.layout` (:pr:`3552`).

- |Fix| Fixed a bug in :func:`catplot` where a blank legend would be added when `hue` was redundantly assigned (:pr:`3540`).

- |Fix| Fixed a bug in :func:`catplot` where the `edgecolor` parameter was ignored with `kind="bar"` (:pr:`3547`).

- |Fix| Fixed a bug in :func:`boxplot` where an exception was raised when using the matplotlib `bootstrap` option (:pr:`3562`).

- |Fix| Fixed a bug in :func:`lineplot` where an exception was raised when `hue` was assigned with an empty dataframe (:pr:`3569`).

- |Fix| Fixed a regression in v0.13.0 that triggered an exception when working with non-numpy data types (:pr:`3516`).

0 comments on commit 1617be0

Please sign in to comment.