@@ -43,7 +43,7 @@ ProPlot v0.5.0 (2020-##-##)
43
43
stacks rather than getting inserted directly into
44
44
the main `~proplot.subplots.GridSpec ` (:pr: `50 `).
45
45
46
- ProPlot v0.4.0 (2020-##-## )
46
+ ProPlot v0.4.0 (2020-01-07 )
47
47
===========================
48
48
.. rubric :: Deprecated
49
49
@@ -65,14 +65,18 @@ ProPlot v0.4.0 (2020-##-##)
65
65
- Add `~proplot.styletools.LinearSegmentedColormap.from_file ` static methods (:pr: `98 `).
66
66
You can now load files by passing a name to `~proplot.styletools.Colormap `.
67
67
- Add Fira Math as DejaVu Sans-alternative (:pr: `95 `). Has complete set of math characters.
68
- - Add TeX Gyre Heros as Helvetica-alternative (:pr: `95 `). This is the new open-source default font.
68
+ - Add TeX Gyre Heros as Helvetica-alternative (:pr: `95 `). This is the new open-source
69
+ default font.
69
70
- Add `xlinewidth `, `ylinewidth `, `xgridcolor `, `ygridcolor ` keyword
70
71
args to `~proplot.axes.XYAxes.format ` (:pr: `95 `).
71
72
- Add getters and setters for various `~proplot.subplots.Figure ` settings like ``share[x|y] ``,
72
73
``span[x|y] ``, and ``align[x|y] `` (:pr: `99 `).
73
74
- Add `~proplot.subplots.Figure ` ``fallback_to_cm `` kwarg. This is used by
74
75
`~proplot.styletools.show_fonts ` to show dummy glyphs to clearly illustrate when fonts are
75
76
missing characters, but preserve graceful fallback for end user.
77
+ - Improve `~proplot.projs.Proj ` constructor function. It now accepts
78
+ `~cartopy.crs.Projection ` and `~mpl_toolkits.basemap.Basemap ` instances, just like other
79
+ constructor functions, and returns only the projection instance (:pr: `92 `).
76
80
- `~proplot.rctools.rc ` `~proplot.rctools.rc_configurator.__getitem__ ` always
77
81
returns the setting. To get context block-restricted settings, you must explicitly pass
78
82
``context=True `` to `~proplot.rctools.rc_configurator.get `, `~proplot.rctools.rc_configurator.fill `,
@@ -87,7 +91,7 @@ ProPlot v0.4.0 (2020-##-##)
87
91
88
92
.. rubric :: Documentation
89
93
90
- - Imperative mood for docstring summaries (:pr: `92 `).
94
+ - Use the imperative mood for docstring summaries (:pr: `92 `).
91
95
- Fix `~proplot.styletools.show_cycles ` bug (:pr: `90 `) and show cycles using colorbars
92
96
rather than lines (:pr: `98 `).
93
97
0 commit comments