Skip to content

Commit 7acffb6

Browse files
committed
Update changelog
1 parent 578aa8b commit 7acffb6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ ProPlot v0.5.0 (2020-##-##)
1919
===========================
2020
.. rubric:: Deprecated
2121

22-
- Remove ``subplots.innerspace``, ``subplots.titlespace``,
23-
``subplots.xlabspace``, and ``subplots.ylabspace`` spacing arguments,
24-
automatically calculate default non-tight spacing using `~proplot.subplots._get_space`
25-
based on current tick lengths, label sizes, etc.
2622
- Rename `basemap_defaults` to `~proplot.projs.basemap_kwargs` and `cartopy_projs`
2723
to `~proplot.projs.cartopy_names` (:commit:`431a06ce`).
2824

@@ -53,7 +49,12 @@ ProPlot v0.4.0 (2020-##-##)
5349

5450
- Remove redundant `~proplot.rctools.use_fonts`, use ``rcParams['sans-serif']``
5551
precedence instead (:pr:`95`).
56-
- `~proplot.axes.Axes.dualx` and `~proplot.axes.Axes.dualx` no longer accept "scale-spec" arguments, must be a function, two functions, or an axis scale instance (:pr:`96`).
52+
- `~proplot.axes.Axes.dualx` and `~proplot.axes.Axes.dualx` no longer accept "scale-spec" arguments.
53+
Must be a function, two functions, or an axis scale instance (:pr:`96`).
54+
- Remove ``subplots.innerspace``, ``subplots.titlespace``,
55+
``subplots.xlabspace``, and ``subplots.ylabspace`` spacing arguments,
56+
automatically calculate default non-tight spacing using `~proplot.subplots._get_space`
57+
based on current tick lengths, label sizes, etc.
5758

5859
.. rubric:: Features
5960

0 commit comments

Comments
 (0)