@@ -103,6 +103,8 @@ Features
103103 subplot, analogous to `~proplot.ui.subplots ` (:commit: `8459c24c `).
104104* Improve performance of the "tight layout" algorithm in cartopy axes by skipping
105105 artists clipped by the axes background patch boundary (:commit: `f891e4f0 `).
106+ * Improve default appearance of figures with top/right panels and colorbars and with
107+ the tight layout algorithm disabled (:commit: `c4a3babb `).
106108* Permit passing `~proplot.gridspec.GridSpec ` instances to
107109 `~proplot.figure.Figure.add_subplots ` to quickly draw a subplot
108110 inside each gridspec slot in row or column-major order (:commit: `a9ad7429 `).
@@ -175,6 +177,12 @@ Bug fixes
175177 subfigures is incorrect (:commit: `9246835f `).
176178* Fix matplotlib >= 3.4 issue where alternate axes are drawn twice due to adding them
177179 as child axes and failing to remove from the ``fig._localaxes `` stack (:issue: `303 `).
180+ * Fix annoying matplotlib < 3.2.0 :rcraw: `examples.directory ` deprecation
181+ warning message (:issue: `196 `).
182+ * Fix matplotlib < 3.2.0 issue where :rcraw: `axes.inbounds ` feature fails due
183+ to private API invocation (:commit: `e3e739e4 `).
184+ * Fix basic matplotlib < 3.1.2 usage issue due to missing
185+ `~matplotlib.rcsetup.validate_fontweight ` validator (:commit: `1d2d05b7 `).
178186* Fix cartopy >= 0.20 issue where added projections like ``'wintri' `` fail
179187 due to an ImportError (:issue: `324 `).
180188* Fix cartopy >= 0.20 issue where inline longitude and latitude gridline labels
@@ -185,6 +193,10 @@ Bug fixes
185193 gridlines on the left edge of the map are unnecessarily removed (:commit: `bcf4fde3 `).
186194* Fix cartopy <= 0.17 issue where longitude gridlines and labels east of dateline are
187195 not drawn, and remove outdated gridliner monkey patches (:commit: `aa51512b `).
196+ * Fix issue where tight layout algorithm can fail when labels from another subplot
197+ span over an empty gridspec slot (:issue: `313 `).
198+ * Fix issue where tight layout algorithm fails in the presence of subplots
199+ with overlapping or identical subplotspecs (:commit: `87f098b6 `).
188200* Fix issue where outer colorbars are drawn twice due to adding them as both
189201 figure-wide axes and child axes (:issue: `304 `).
190202* Fix issue where silently-deprecated `aspect ` parameter passed to
0 commit comments