Skip to content

Commit 6890b31

Browse files
committed
Finalize v0.13.1 release notes
1 parent 1771d8e commit 6890b31

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

doc/whatsnew/v0.13.1.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1-
v0.13.1 (Unreleased)
2-
--------------------
1+
v0.13.1 (December 2023)
2+
-----------------------
3+
4+
This is a minor release with some bug fixes and a couple new features. All users are encouraged to update.
35

46
- |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`).
57

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

10+
- |Fix| Fixed a regression in v0.13.0 that triggered an exception when working with non-numpy data types (:pr:`3516`).
11+
812
- |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`).
913

1014
- |Fix| Fixed a bug in :func:`catplot` where a blank legend would be added when `hue` was redundantly assigned (:pr:`3540`).
@@ -16,5 +20,3 @@ v0.13.1 (Unreleased)
1620
- |Fix| Fixed a bug in :func:`lineplot` where an exception was raised when `hue` was assigned with an empty dataframe (:pr:`3569`).
1721

1822
- |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-
20-
- |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)