Skip to content

Commit ef33694

Browse files
committed
Update changelog
1 parent 6629efb commit ef33694

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,9 @@ ProPlot v0.4.0 (2020-##-##)
6161
- Add TeX Gyre Heros as Helvetica-alternative (:pr:`95`). This is the new open-source default font.
6262
- Add `xlinewidth`, `ylinewidth`, `xgridcolor`, `ygridcolor` keyword
6363
args to `~proplot.axes.XYAxes.format` (:pr:`95`).
64-
- Add `~proplot.subplots.Figure` ``fallback_to_cm`` kwarg. This is used by `~proplot.styletools.show_fonts` to show dummy glyphs to clearly illustrate when fonts are missing characters, but preserve graceful fallback for end user.
64+
- Add `~proplot.subplots.Figure` ``fallback_to_cm`` kwarg. This is used by
65+
`~proplot.styletools.show_fonts` to show dummy glyphs to clearly illustrate when fonts are
66+
missing characters, but preserve graceful fallback for end user.
6567
- `~proplot.rctools.rc` `~proplot.rctools.rc_configurator.__getitem__` always
6668
returns the setting. To get context block-restricted settings, you must explicitly pass
6769
``context=True`` to `~proplot.rctools.rc_configurator.get`, `~proplot.rctools.rc_configurator.fill`,
@@ -77,13 +79,16 @@ ProPlot v0.4.0 (2020-##-##)
7779
.. rubric:: Documentation
7880

7981
- Imperative mood for docstring summaries (:pr:`92`).
80-
- Fix `~proplot.styletools.show_cycles` bug (:pr:`90`) and show cycles using colorbars rather than lines.
82+
- Fix `~proplot.styletools.show_cycles` bug (:pr:`90`) and show cycles using colorbars
83+
rather than lines.
8184

8285
.. rubric:: Internals
8386

8487
- Define `~proplot.rctools.rc` default values with inline dictionaries rather than
8588
with a default ``.proplotrc`` file, change the auto-generated user ``.proplotrc``
8689
(:pr:`91`).
90+
- Remove useless `panel_kw` keyword arg from `~proplot.wrappers.legend_wrapper` and
91+
`~proplot.wrappers.colorbar_wrapper` (:pr:`91`).
8792

8893
ProPlot v0.3.1 (2019-12-16)
8994
===========================

0 commit comments

Comments
 (0)