We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b59b6e + 6184595 commit 4f57a60Copy full SHA for 4f57a60
NEWS.md
@@ -1,3 +1,12 @@
1
+4.0.0
2
+-----
3
+
4
+* Handle images via PNG and matplotlib
5
+* Packaging: include matplotlib in full install
6
+* Customize Asymptote configuration and add a psviewer that removes eps trash
7
+* Bump minimum Mathics core version to 4.0.0
8
+* Bug fix: Check if `self` has `session` attribute in `asy.__del__`
9
10
3.3.1
11
-----
12
mathicsscript/version.py
@@ -4,4 +4,4 @@
# well as importing into Python. That's why there is no
# space around "=" below.
# fmt: off
-__version__="3.3.2.dev0" # noqa
+__version__="4.0.0" # noqa
0 commit comments