@@ -71,7 +71,7 @@ ProPlot v0.6.0 (2020-##-##)
7171
7272There are quite a lot of deprecations for this release.
7373
74- - Remove ``'rgbcycle' `` setting (:commit: `### `).
74+ - Remove ``'rgbcycle' `` setting (:commit: `6653b7f0 `).
7575- Deprecate support for "parametric" plots inside `~matplotlib.axes.Axes.plot `,
7676 instead use `~proplot.axes.Axes.parametric ` (:commit: `64210bce `).
7777- Change `~proplot.utils.units ` ``units `` keyword argument to more natural
@@ -116,10 +116,22 @@ There are quite a lot of deprecations for this release.
116116
117117.. rubric :: Features
118118
119- - Support building a colormap and `DiscreteNorm ` inside `~matplotlib.axes.Axes.scatter `,
120- just like `contourf ` and `pcolormesh ` (:pr: `162 `).
119+ - Wrap ``pcolorfast `` just like ``pcolor `` and ``pcolormesh `` are
120+ wrapped (:commit: `50a262dd `).
121+ - Add ``negpos `` feature to `~proplot.axes.plot.bar_wrapper ` and new
122+ :rcraw: `negcolor ` and :rcraw: `poscolor ` rc keyword arguments (:commit: `ab4d6746 `).
123+ - Increase default line width from ``0.6 `` to ``0.8 `` to match matplotlib defaults
124+ (:commit: `f801852b `; try to avoid frivolously changing defaults).
125+ - Change default resolution for geographic features from ``'lo' `` to ``'med' ``
126+ (:commit: `f801852b `).
127+ - Change default line style for geographic gridlines from ``':' `` to ``'-' ``
128+ and match style from primary gridlines (:commit: `f801852b `).
129+ - Support cartopy inline meridian and parallel gridlines and support
130+ changing the gridline padding (:commit: `### `).
121131- Support `cartopy 0.18 <https://scitools.org.uk/cartopy/docs/latest/whats_new.html >`__
122132 locators, formatters, deprecations, and new labelling features (:pr: `158 `).
133+ - Support building a colormap and `DiscreteNorm ` inside `~matplotlib.axes.Axes.scatter `,
134+ just like `contourf ` and `pcolormesh ` (:pr: `162 `).
123135- Add :rcraw: `geogrid.labelpad ` and :rcraw: `geogrid.rotatelabels ` settings
124136 for cartopy gridline labels (:pr: `158 `).
125137- Support more `~proplot.ticker.AutoFormatter ` features on
@@ -162,6 +174,8 @@ There are quite a lot of deprecations for this release.
162174
163175.. rubric :: Bug fixes
164176
177+ - Fix various issues with axis label sharing and axis sharing for
178+ twinned axes and panel axes (:pr: `164 `).
165179- Fix issue drawing bar plots with datetime *x * axes (:pr: `156 `).
166180- Fix issue where `~proplot.ticker.AutoFormatter ` tools were not locale-aware, i.e. use
167181 comma as decimal point sometimes (:commit: `c7636296 `).
@@ -207,9 +221,8 @@ There are quite a lot of deprecations for this release.
207221 sensible behavior.
208222- Turn some private `~proplot.config ` functions into static
209223 methods (:commit: `6121de03 `).
224+ - Remove "smart bounds" feature from `FuncScale ` (:commit: `9ac149ea `).
210225- Clean up axes iterators (:commit: `c8a0768a `).
211- - Clean up locator and formatter sharing stuff (:commit: `### `).
212- - Configure label sharing at draw-time rather than label-time (:commit: `### `).
213226
214227.. rubric :: Documentation
215228
@@ -246,7 +259,6 @@ ProPlot v0.5.0 (2020-02-10)
246259
247260.. rubric :: Bug fixes
248261
249- - Fix issue where colormaps cannot have "dot" in name (:commit: `### `).
250262- Fix issue where `~proplot.styletools.show_cmaps ` and
251263 `~proplot.styletools.show_cycles ` colormap names were messed up
252264 (:commit: `13045599 `)
@@ -257,9 +269,9 @@ ProPlot v0.5.0 (2020-02-10)
257269 `~proplot.wrappers.colorbar_wrapper ` were sometimes ignored
258270 (:commit: `fd4f8d5f `).
259271- Permit passing *lists of colors * to manually shade line contours and filled
260- contours in `~proplot.wrappers.cmap_changer ` ( :commit: ` ### `) .
272+ contours in `~proplot.wrappers.cmap_changer `.
261273- Prevent formatting rightmost meridian label as ``1e-10 `` on cartopy map
262- projections (:commit: `37fdd1eb] `).
274+ projections (:commit: `37fdd1eb `).
263275- Support CF-time axes by fixing bug in `~proplot.wrappers.standardize_1d `
264276 and `~proplot.wrappers.standardize_2d ` (:issue: `103 `, :pr: `121 `).
265277- Redirect to the "default" location when using ``legend=True `` and
0 commit comments