You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+16-4Lines changed: 16 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ ProPlot v1.0.0 (2020-##-##)
15
15
This will be published when some major refactoring tasks are completed.
16
16
See :pr:`45`, :pr:`46`, and :pr:`50`.
17
17
18
-
ProPlot v0.4.0 (2020-##-##)
18
+
ProPlot v0.5.0 (2020-##-##)
19
19
===========================
20
20
.. rubric:: Deprecated
21
21
@@ -60,17 +60,29 @@ ProPlot v0.4.0 (2020-##-##)
60
60
with a default ``.proplotrc`` file, change the auto-generated user ``.proplotrc``
61
61
(:pr:`50`).
62
62
63
-
ProPlot v0.3.2 (2020-##-##)
63
+
ProPlot v0.4.0 (2020-##-##)
64
64
===========================
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
+
65
76
.. rubric:: Bug fixes
66
77
67
78
- 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`).
69
81
70
82
.. rubric:: Documentation
71
83
72
84
- 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.
0 commit comments