@@ -38,11 +38,42 @@ ProPlot v0.5.0 (2020-##-##)
3838 stacks rather than getting inserted directly into
3939 the main `~proplot.subplots.GridSpec ` (:pr: `50 `).
4040
41+ ProPlot v0.4.1 (2020-01-08)
42+ ===========================
43+ .. rubric :: Deprecation
44+
45+ - Change the default ``.proplotrc `` format from YAML to the ``.matplotlibrc ``
46+ syntax (:pr: `101 `).
47+
48+ .. rubric :: Features
49+
50+ - Comments (lines starting with ``# ``) are now permitted in all RGB and HEX style
51+ colormap and cycle files (:pr: `100 `).
52+ - Break down `~proplot.styletools.show_cycles ` bars into categories, just
53+ like `~proplot.styletools.show_cmaps ` (:pr: `100 `).
54+
55+ .. rubric :: Bug fixes
56+
57+ - Fix issue where `~proplot.styletools.show_cmaps ` and `~proplot.styletools.show_cycles `
58+ draw empty axes (:pr: `100 `).
59+ - Add back the :ref: `default .proplorc file <The .proplotrc file >` to docs (:pr: `101 `).
60+ To do this, ``conf.py `` auto-generates a file in ``_static ``.
61+
62+ .. rubric :: Internals
63+
64+ - Add ``geogrid.color/linewidth/etc `` and ``gridminor.color/linewidth/etc `` props
65+ as *children * of ``grid.color/linewidth/etc `` (:pr: `101 `).
66+ - Various `~proplot.rctools.rc_configurator ` improvements, remove outdated
67+ global variables (:pr: `101 `).
68+ - Better error handling when loading colormap/cycle files, and calls to
69+ `~proplot.styletools.Colormap ` and `~proplot.styletools.Cycle ` now raise errors while
70+ calls to `~proplot.styletools.register_cmaps ` and `~proplot.styletools.register_cycles `
71+ still issue warnings (:pr: `100 `).
72+
4173ProPlot v0.4.0 (2020-01-07)
4274===========================
4375.. rubric :: Deprecated
4476
45-
4677- Rename `basemap_defaults ` to `~proplot.projs.basemap_kwargs ` and `cartopy_projs `
4778 to `~proplot.projs.cartopy_names ` (:commit: `431a06ce `).
4879- Remove ``subplots.innerspace ``, ``subplots.titlespace ``,
0 commit comments