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
Copy file name to clipboardExpand all lines: CHANGES.rst
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,8 +22,7 @@ Mathics Packages added:
22
22
- ``DiscreteMath`CombinatoricaV0.9`` and
23
23
``DiscreteMath`CombinatoricaV0.6``. V0.9 covers Steven Skiena's older "Implementing Discrete Mathematics: Combinatorics and Graph Theory" book.
24
24
25
-
If you have a package that you would like included in the distribution, and it works with Mathics, please contact us.
26
-
25
+
If you have a package that you would like included in the distribution, and it works with Mathics, please contact us. Rubi may appear in a future release.
27
26
28
27
29
28
New builtins:
@@ -41,13 +40,15 @@ New builtins:
41
40
42
41
- Workaround for ``Compile`` so it accepts functions ##1026
43
42
- Add ``Trace`` option to ``Get``. ``Get["fn", Trace->True]`` will show lines as they are read.
44
-
- Add bool for ``from_python``
43
+
- Convert to/from Boolean types properly in ``from_python``, ``to_python``. Previously they were 0, and 1.
45
44
- Extend ``DeleteCases`` to accept a levelspec parameter.
46
45
- Set Evaluation#exc_result to capture ``Aborted``, ``Timeout``, ``Overflow1``, etc.
47
46
- ``ImageData`` changed to get bits {0,1} not bools.
48
47
- add tokenizer symbols for <-> and -> and the unicode versions of those.
49
48
- fix ``Needs``
50
49
- ``System`$InputFileName`` is now set inside ``Needs`` and ``Get``
50
+
- Install shell scripts ``dmathicserver``, ``dmathicsscript``, and ``dmathics`` to simplify running docker
51
+
- adjust $InputFileName inside ``Get`` and ``Needs``.
0 commit comments