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 e4f2e89 + 8a19844 commit 51db192Copy full SHA for 51db192
NEWS.md
@@ -1,3 +1,9 @@
1
+3.3.0
2
+-----
3
+
4
+* 3D Graphics is now handled if Asymptote is installed.
5
+* ``Settings`$UseMatplotlib`` and ``Settings`$UseAsymptote`` were added. The can disable the use of matplotlib and Asymptote when those are available.
6
7
3.2.1
8
-----
9
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.2.2.dev0" # noqa
+__version__="3.3.0.dev0" # noqa
0 commit comments