We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a49b8a commit 2988782Copy full SHA for 2988782
CHANGES.md
@@ -1,3 +1,9 @@
1
+v2.1.1 (25-Nov-2023)
2
+====================
3
+- Avoid Matplotlib issuing `INFO` log statements about no available fonts
4
+ due to last release changes.
5
+- Add `science` + `no-latex ` example
6
+
7
v2.1.0 (30-May-2023)
8
====================
9
- Change `science` and `ieee` to use Times New Roman look-alike fonts
setup.py
@@ -15,7 +15,7 @@
15
16
setup(
17
name='SciencePlots',
18
- version='2.1.0',
+ version='2.1.1',
19
author="John Garrett",
20
author_email="[email protected]",
21
maintainer="Echedey Luis",
0 commit comments