Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaskom committed Dec 31, 2023
1 parent 785708f commit 1771d8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"""

# Define replacements (used in whatsnew bullets)
rst_epilog = """
rst_epilog = r"""
.. role:: raw-html(raw)
:format: html
Expand Down
1 change: 1 addition & 0 deletions doc/whatsnew/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ v0.13
.. toctree::
:maxdepth: 2

v0.13.1
v0.13.0

v0.12
Expand Down
6 changes: 5 additions & 1 deletion doc/whatsnew/v0.13.1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ 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`).
- |Feature| Added the `extent` option to :meth:`objects.Plot.layout` (:pr:`3552`).

- |Fix| Fixed a bug in :class:`objects.Plot` so that tick labels are shown for wrapped axes that aren't in the bottom-most row (:pr:`3600`).

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

Expand All @@ -13,4 +15,6 @@ v0.13.1 (Unreleased)

- |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 bug in multiple categorical plots that raised with `hue=None` and `dodge=True`; this is now has no effect (:pr:`3605`).

- |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 1771d8e

Please sign in to comment.