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
* Mathics functions are accepted by ``Compile[]``. The return value or type will be
26
-
``Compile[] and CompiledFunction[]`` every expression can have a compiled form,
27
-
as a Python function.
24
+
* ``FileNameJoin`` now implements ``OperatingSystem`` option
25
+
* Mathics functions are accepted by ``Compile[]``. The return value or
26
+
type will be ``Compile[] and CompiledFunction[]``. Every Mathics
27
+
Expression can have a compiled form, which may be implemented as a
28
+
Python function.
28
29
* ``Equal[]`` now compares complex against other numbers properly.
29
30
* Improvements in handling products with infinite factors: ``0 Infinity``-> ``Indeterminate``, and ``expr Infinity``-> ``DirectedInfinite[expr]``
30
-
* ``$Path`` is now Unprotected by default
31
-
* Improving the reading of expressions from files.
32
-
* ``StringSplit`` now accepts a list in the first argument.
33
-
* ``SetDelayed`` now accepts several conditions imposed both at LHS as well as RHS.
31
+
* ``$Path`` is now ``Unprotected`` by default
32
+
* ``Read[]`` handles expressions better.
33
+
* ``StringSplit[]`` now accepts a list in the first argument.
34
+
* ``SetDelayed[]`` now accepts several conditions imposed both at LHS as well as RHS.
34
35
35
36
36
37
Bug fixes
37
38
+++++++++
38
39
39
-
* TeXForm for integrals are now properly formatted.
40
+
* ``TeXForm[]`` for integrals are now properly formatted.
40
41
41
42
42
43
Pymathics Modules
@@ -53,18 +54,27 @@ Pymathics Modules
53
54
Miscellanea
54
55
+++++++++++
55
56
56
-
* A pass was made to improve Microsoft Windows compatability and testing
57
-
Windows under MSYS.
57
+
* A pass was made to improve Microsoft Windows compatability and testing Windows under MSYS.
58
58
* Include numpy version in version string. Show in CLI
59
59
* Small CLI tweaks ``--colors=None`` added to match mathicsscript.
60
60
* In the ``BaseExpression`` and derivated classes, the method ``boxes_to_xml`` now are called ``boxes_to_mathml``.
61
61
* 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.
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 ...>`` tags with base64 encoded svgs.
65
64
* Improving the support for ``Inset`` and ``InsetBox``.
66
65
67
66
67
+
What's to expect in a Future Release
68
+
++++++++++++++++++++++++++++++++++++
69
+
70
+
* Improved ``Equal`` See `PR #1209 <https://github.com/mathics/Mathics/pull/1209/>`_
71
+
* Better Unicode support, especially for Mathics operators
72
+
* Improved ``D[]`` and ``Derivative[]`` See `PR #1220 <https://github.com/mathics/Mathics/pull/1209/>`_.
73
+
* Improved performance
74
+
* ``Collect[]`` See `Issue #1194 <https://github.com/mathics/Mathics/issues/1194>`_.
75
+
* ``Series[]`` See `Issue #1193 <https://github.com/mathics/Mathics/issues/1194>`_.
0 commit comments