Skip to content

Commit 88a7e06

Browse files
committed
Update whatsnew
1 parent b73fe9e commit 88a7e06

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

WHATSNEW.rst

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ Bug fixes
3636
* Fix regression where ``np.std`` and ``np.percentile`` no longer
3737
ignore NaN values (:issue:`#257`, :commit:`d1906fce`).
3838

39+
Documentation
40+
-------------
41+
42+
* Make docstring utils explicitly private and convert `_snippets` dictionary to
43+
callable dictionary-like `_SnippetsManager` instance (:commit:`b73fe9e3`). This
44+
helps prevent bug where assigned snippets have unfilled ``%(snippet)s`` markers.
45+
3946
ProPlot v0.8.0 (2021-08-16)
4047
===========================
4148

@@ -80,9 +87,11 @@ Deprecated
8087
* Rename ``image`` category settings to :rcraw:`cmap.inbounds`,
8188
:rcraw:`cmap.discrete`, :rcraw:`cmap.edgefix`, :rcraw:`cmap.levels`, and
8289
:rcraw:`cmap.lut` (:commit:`a50d5264`).
83-
* Rename long and confusing :rcraw:`text.labelsize` and :rcraw:`text.titlesize`
84-
settings to clearer :rcraw:`font.smallsize` and :rcraw:`font.largesize` (analogous
85-
to :rcraw:`font.size`) (:pr:`a50d5264`).
90+
* Rename confusing :rcraw:`text.labelsize` and :rcraw:`text.titlesize` settings
91+
to clearer :rcraw:`font.smallsize` and :rcraw:`font.largesize` with shorthands
92+
:raw:`font.small` and :raw:`font.large` (analogous to :rcraw:`font.size`)
93+
(:pr:`a50d5264`). Previous names were bad because "label size" applies to more than
94+
just axis or tick labels and "title size" applies to more than just axes titles.
8695
* Rename :rcraw:`tick.ratio` to :rcraw:`tick.widthratio` and add missing
8796
:rcraw:`tick.width` setting (:commit:`a50d5264`).
8897
* Rename vague shorthands :rcraw:`alpha` and :rcraw:`facecolor` back to native

0 commit comments

Comments
 (0)