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

Skip to content

Commit 46b69dc

Browse files
committed
Update changelog
1 parent 71e821e commit 46b69dc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

‎CHANGELOG.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ ProPlot v0.5.0 (2020-##-##)
4343
stacks rather than getting inserted directly into
4444
the main `~proplot.subplots.GridSpec` (:pr:`50`).
4545

46-
ProPlot v0.4.0 (2020-##-##)
46+
ProPlot v0.4.0 (2020-01-07)
4747
===========================
4848
.. rubric:: Deprecated
4949

@@ -65,14 +65,18 @@ ProPlot v0.4.0 (2020-##-##)
6565
- Add `~proplot.styletools.LinearSegmentedColormap.from_file` static methods (:pr:`98`).
6666
You can now load files by passing a name to `~proplot.styletools.Colormap`.
6767
- 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 default font.
68+
- Add TeX Gyre Heros as Helvetica-alternative (:pr:`95`). This is the new open-source
69+
default font.
6970
- Add `xlinewidth`, `ylinewidth`, `xgridcolor`, `ygridcolor` keyword
7071
args to `~proplot.axes.XYAxes.format` (:pr:`95`).
7172
- Add getters and setters for various `~proplot.subplots.Figure` settings like ``share[x|y]``,
7273
``span[x|y]``, and ``align[x|y]`` (:pr:`99`).
7374
- Add `~proplot.subplots.Figure` ``fallback_to_cm`` kwarg. This is used by
7475
`~proplot.styletools.show_fonts` to show dummy glyphs to clearly illustrate when fonts are
7576
missing characters, but preserve graceful fallback for end user.
77+
- Improve `~proplot.projs.Proj` constructor function. It now accepts
78+
`~cartopy.crs.Projection` and `~mpl_toolkits.basemap.Basemap` instances, just like other
79+
constructor functions, and returns only the projection instance (:pr:`92`).
7680
- `~proplot.rctools.rc` `~proplot.rctools.rc_configurator.__getitem__` always
7781
returns the setting. To get context block-restricted settings, you must explicitly pass
7882
``context=True`` to `~proplot.rctools.rc_configurator.get`, `~proplot.rctools.rc_configurator.fill`,
@@ -87,7 +91,7 @@ ProPlot v0.4.0 (2020-##-##)
8791

8892
.. rubric:: Documentation
8993

90-
- Imperative mood for docstring summaries (:pr:`92`).
94+
- Use the imperative mood for docstring summaries (:pr:`92`).
9195
- Fix `~proplot.styletools.show_cycles` bug (:pr:`90`) and show cycles using colorbars
9296
rather than lines (:pr:`98`).
9397

0 commit comments

Comments
 (0)