Skip to content

Commit bd5bbfc

Browse files
committed
Update changelog
1 parent 67cc2bd commit bd5bbfc

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ProPlot v1.0.0 (2020-##-##)
1515
This will be published when some major refactoring tasks are completed.
1616
See :pr:`45`, :pr:`46`, and :pr:`50`.
1717

18-
ProPlot v0.4.0 (2020-##-##)
18+
ProPlot v0.5.0 (2020-##-##)
1919
===========================
2020
.. rubric:: Deprecated
2121

@@ -60,17 +60,29 @@ ProPlot v0.4.0 (2020-##-##)
6060
with a default ``.proplotrc`` file, change the auto-generated user ``.proplotrc``
6161
(:pr:`50`).
6262

63-
ProPlot v0.3.2 (2020-##-##)
63+
ProPlot v0.4.0 (2020-##-##)
6464
===========================
65+
.. rubric:: Deprecated
66+
67+
- Remove redundant `~proplot.rctools.use_fonts`, use ``rcParams['sans-serif']``
68+
precedence instead (:pr:`95`).
69+
70+
.. rubric:: Features
71+
72+
- Add Fira Math as DejaVu Sans-alternative (:pr:`95`). Has complete set of math characters.
73+
- Add TeX Gyre Heros as Helvetica-alternative (:pr:`95`). This is the new open-source default font.
74+
- 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.
75+
6576
.. rubric:: Bug fixes
6677

6778
- Fix `~proplot.rctools.rc_configurator.context` bug (:issue:`80` and :pr:`91`).
68-
- Improvements to fonts API (:pr:`93`).
79+
- Ignore TTC fonts because they cannot be saved in EPS/PDF figures (:issue:`94` and :pr:`95`).
80+
- Do not try to use Helvetica Neue because "thin" font style is read as regular (:issue:`94` and :pr:`95`).
6981

7082
.. rubric:: Documentation
7183

7284
- Imperative mood for docstring summaries (:pr:`92`).
73-
- Fix `~proplot.show_cycles` bug (:pr:`90`) and show cycles using colorbars rather than lines.
85+
- Fix `~proplot.styletools.show_cycles` bug (:pr:`90`) and show cycles using colorbars rather than lines.
7486

7587
ProPlot v0.3.1 (2019-12-16)
7688
===========================

0 commit comments

Comments
 (0)