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
* ``FileNameJoin`` now implements ``OperatingSystem`` option
25
25
* Mathics functions are accepted by ``Compile[]``. The return value or type will be
26
26
``Compile[] and CompiledFunction[]`` every expression can have a compiled form,
27
27
as a Python function.
@@ -36,7 +36,7 @@ Enhancements
36
36
Bug fixes
37
37
+++++++++
38
38
39
-
* TeXForm for integrals are now properly formatted.
39
+
* ``TeXForm[]`` for integrals are now properly formatted.
40
40
41
41
42
42
Pymathics Modules
@@ -53,18 +53,27 @@ Pymathics Modules
53
53
Miscellanea
54
54
+++++++++++
55
55
56
-
* A pass was made to improve Microsoft Windows compatability and testing
57
-
Windows under MSYS.
56
+
* A pass was made to improve Microsoft Windows compatability and testing Windows under MSYS.
58
57
* Include numpy version in version string. Show in CLI
59
58
* Small CLI tweaks ``--colors=None`` added to match mathicsscript.
60
59
* In the ``BaseExpression`` and derivated classes, the method ``boxes_to_xml`` now are called ``boxes_to_mathml``.
61
60
* In the ``format`` method of the class ``Evaluation``, the builtin ``ToString`` is called instead of ``boxes_to_text``
62
-
In order to control the final form of boxes from the user space in specific symbols and contexts.
63
-
* ``GraphicsBox`` now have two methods: ``to_svg`` and ``to_mathml``. The first produces SVG plain text while the second produces ``<mglyph ...>``
64
-
tags with base64 encoded svgs.
61
+
* In order to control the final form of boxes from the user space in specific symbols and contexts.
62
+
* ``GraphicsBox`` now have two methods: ``to_svg`` and ``to_mathml``. The first produces SVG plain text while the second produces ``<mglyph ...>`` tags with base64 encoded svgs.
65
63
* Improving the support for ``Inset`` and ``InsetBox``.
66
64
67
65
66
+
What's to expect in a Future Release
67
+
++++++++++++++++++++++++++++++++++++
68
+
69
+
* Improved ``Equal`` See `PR #1209 <https://github.com/mathics/Mathics/pull/1209/>`_
70
+
* Better Unicode support, especially for Mathics operators
71
+
* Improved ``D[]`` and ``Derivative[]`` See `PR #1220 <https://github.com/mathics/Mathics/pull/1209/>`_.
72
+
* Improved performance
73
+
* ``Collect[]`` See `Issue #1194 <https://github.com/mathics/Mathics/issues/1194>`_.
74
+
* ``Series[]`` See `Issue #1193 <https://github.com/mathics/Mathics/issues/1194>`_.
0 commit comments