Skip to content

Commit 3e8cf71

Browse files
committed
Update changelog
1 parent 7deb1b7 commit 3e8cf71

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@ ProPlot v0.5.0 (2020-##-##)
5656
- Panels, colorbars, and legends are now members of `~proplot.subplots.EdgeStack`
5757
stacks rather than getting inserted directly into
5858
the main `~proplot.subplots.GridSpec` (:pr:`50`).
59-
- Define `~proplot.rctools.rc` default values with inline dictionaries rather than
60-
with a default ``.proplotrc`` file, change the auto-generated user ``.proplotrc``
61-
(:pr:`50`).
6259

6360
ProPlot v0.4.0 (2020-##-##)
6461
===========================
@@ -70,9 +67,13 @@ ProPlot v0.4.0 (2020-##-##)
7067

7168
.. rubric:: Features
7269

70+
- Add `~proplot.styletools.LinearSegmentedColormap.from_file` static methods (:pr:`98`).
71+
You can now load files by passing a name to `~proplot.styletools.Colormap`.
7372
- Add Fira Math as DejaVu Sans-alternative (:pr:`95`). Has complete set of math characters.
7473
- Add TeX Gyre Heros as Helvetica-alternative (:pr:`95`). This is the new open-source default font.
75-
- 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.
74+
- Add `~proplot.subplots.Figure` ``fallback_to_cm`` kwarg. This is used by
75+
`~proplot.styletools.show_fonts` to show dummy glyphs to clearly illustrate when fonts are
76+
missing characters, but preserve graceful fallback for end user.
7677

7778
.. rubric:: Bug fixes
7879

@@ -83,8 +84,13 @@ ProPlot v0.4.0 (2020-##-##)
8384

8485
.. rubric:: Documentation
8586

86-
- Imperative mood for docstring summaries (:pr:`92`).
87+
- Use imperative mood for docstring summaries (:pr:`92`).
8788
- Fix `~proplot.styletools.show_cycles` bug (:pr:`90`) and show cycles using colorbars rather than lines.
89+
.. rubric:: Internals
90+
91+
- Define `~proplot.rctools.rc` default values with inline dictionaries rather than
92+
with a default ``.proplotrc`` file, change the auto-generated user ``.proplotrc``
93+
(:pr:`50`).
8894

8995
ProPlot v0.3.1 (2019-12-16)
9096
===========================

0 commit comments

Comments
 (0)