Skip to content

Commit 1771d8e

Browse files
committed
Update release notes
1 parent 785708f commit 1771d8e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"""
8989

9090
# Define replacements (used in whatsnew bullets)
91-
rst_epilog = """
91+
rst_epilog = r"""
9292
9393
.. role:: raw-html(raw)
9494
:format: html

doc/whatsnew/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ v0.13
88
.. toctree::
99
:maxdepth: 2
1010

11+
v0.13.1
1112
v0.13.0
1213

1314
v0.12

doc/whatsnew/v0.13.1.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ v0.13.1 (Unreleased)
33

44
- |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`).
55

6-
- |Feature| Added the `extent` option to :meth:`Plot.layout` (:pr:`3552`).
6+
- |Feature| Added the `extent` option to :meth:`objects.Plot.layout` (:pr:`3552`).
7+
8+
- |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`).
79

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

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

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

18+
- |Fix| Fixed a bug in multiple categorical plots that raised with `hue=None` and `dodge=True`; this is now has no effect (:pr:`3605`).
19+
1620
- |Fix| Fixed a regression in v0.13.0 that triggered an exception when working with non-numpy data types (:pr:`3516`).

0 commit comments

Comments
 (0)