@@ -36,6 +36,13 @@ Bug fixes
36
36
* Fix regression where ``np.std `` and ``np.percentile `` no longer
37
37
ignore NaN values (:issue: `#257 `, :commit: `d1906fce `).
38
38
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
+
39
46
ProPlot v0.8.0 (2021-08-16)
40
47
===========================
41
48
@@ -80,9 +87,11 @@ Deprecated
80
87
* Rename ``image `` category settings to :rcraw: `cmap.inbounds `,
81
88
:rcraw: `cmap.discrete `, :rcraw: `cmap.edgefix `, :rcraw: `cmap.levels `, and
82
89
: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.
86
95
* Rename :rcraw: `tick.ratio ` to :rcraw: `tick.widthratio ` and add missing
87
96
:rcraw: `tick.width ` setting (:commit: `a50d5264 `).
88
97
* Rename vague shorthands :rcraw: `alpha ` and :rcraw: `facecolor ` back to native
0 commit comments