You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/whatsnew/v0.12.2.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,11 @@ v0.12.2 (Unreleased)
6
6
7
7
- |Enhancement| Automatic mark widths are now calculated separately for unshared facet axes (:pr:`3119`).
8
8
9
+
- |Enhancement| Improved user feedback for failures during plot compilation by catching exceptions an reraising with a `PlotSpecError` that provides additional context (:pr:`3203`).
10
+
9
11
- |Fix| Fixed a bug where legends for numeric variables with large values with be incorrectly shown (i.e. with a missing offset or exponent; :pr:`3187`).
10
12
11
-
- |Fix| Improve robustness to empty data in several components of the objects interface (:pr:`3202`).
13
+
- |Fix| Improved robustness to empty data in several components of the objects interface (:pr:`3202`).
12
14
13
15
- |Fix| Fixed a regression in v0.12.0 where manually-added labels could have duplicate legend entries (:pr:`3116`).
0 commit comments