Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fa51170

Browse files
committed
Update changelog
1 parent c06b4dd commit fa51170

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

‎CHANGELOG.rst‎

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ See :pr:`45`, :pr:`46`, and :pr:`50`.
1717

1818
ProPlot v0.5.0 (2020-##-##)
1919
===========================
20-
.. rubric:: Deprecated
21-
22-
- Rename `basemap_defaults` to `~proplot.projs.basemap_kwargs` and `cartopy_projs`
23-
to `~proplot.projs.cartopy_names` (:commit:`431a06ce`).
24-
2520
.. rubric:: Features
2621

2722
- Users can now use `~proplot.subplots.figure` with `~proplot.subplots.Figure.add_subplot`
@@ -47,15 +42,19 @@ ProPlot v0.4.0 (2020-01-07)
4742
===========================
4843
.. rubric:: Deprecated
4944

45+
46+
- Rename `basemap_defaults` to `~proplot.projs.basemap_kwargs` and `cartopy_projs`
47+
to `~proplot.projs.cartopy_names` (:commit:`431a06ce`).
5048
- Remove ``subplots.innerspace``, ``subplots.titlespace``,
5149
``subplots.xlabspace``, and ``subplots.ylabspace`` spacing arguments,
5250
automatically calculate default non-tight spacing using `~proplot.subplots._get_space`
5351
based on current tick lengths, label sizes, etc.
5452
- Remove redundant `~proplot.rctools.use_fonts`, use ``rcParams['sans-serif']``
5553
precedence instead (:pr:`95`).
56-
- `~proplot.axes.Axes.dualx` and `~proplot.axes.Axes.dualx` no longer accept "scale-spec" arguments.
54+
- `~proplot.axes.Axes.dualx` and `~proplot.axes.Axes.dualy` no longer accept "scale-spec" arguments.
5755
Must be a function, two functions, or an axis scale instance (:pr:`96`).
58-
- Remove `~proplot.axes.Axes` ``share[x|y]``, ``span[x|y]``, and ``align[x|y]`` kwargs (:pr:`99`).
56+
- Remove `~proplot.axes.Axes` ``share[x|y]``, ``span[x|y]``, and ``align[x|y]`` kwargs
57+
(:pr:`99`).
5958
These settings are now always figure-wide.
6059
- Rename `~proplot.styletools.Cycle` ``samples`` to ``N``, rename
6160
`~proplot.styletools.show_colors` ``nbreak`` to ``nhues`` (:pr:`98`).
@@ -64,9 +63,8 @@ ProPlot v0.4.0 (2020-01-07)
6463

6564
- Add `~proplot.styletools.LinearSegmentedColormap.from_file` static methods (:pr:`98`).
6665
You can now load files by passing a name to `~proplot.styletools.Colormap`.
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
69-
default font.
66+
- Add TeX Gyre Heros as open source Helvetica-alternative; this is the new default font.
67+
Add Fira Math as DejaVu Sans-alternative; has complete set of math characters (:pr:`95`).
7068
- Add `xlinewidth`, `ylinewidth`, `xgridcolor`, `ygridcolor` keyword
7169
args to `~proplot.axes.XYAxes.format` (:pr:`95`).
7270
- Add getters and setters for various `~proplot.subplots.Figure` settings like ``share[x|y]``,
@@ -101,7 +99,9 @@ ProPlot v0.4.0 (2020-01-07)
10199
with a default ``.proplotrc`` file, change the auto-generated user ``.proplotrc``
102100
(:pr:`91`).
103101
- Remove useless `panel_kw` keyword arg from `~proplot.wrappers.legend_wrapper` and
104-
`~proplot.wrappers.colorbar_wrapper` (:pr:`91`).
102+
`~proplot.wrappers.colorbar_wrapper` (:pr:`91`). Remove `wflush`, `hflush`,
103+
and `flush` keyword args from `~proplot.subplots.subplots` that should have been
104+
removed long ago.
105105

106106
ProPlot v0.3.1 (2019-12-16)
107107
===========================

0 commit comments

Comments
 (0)