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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ And in the ``Mathics3-Trepan`` repository:
28
28
* ``Debugger[]``, and
29
29
* ``TraceActivate[]``
30
30
31
-
Option ``--post-mortem`` was added which goes into the `trepan3k debugger <https https://pypi.org/project/trepan3k/>`_ on an unrecoverable error. This option is available on other front ends..
31
+
Option ``--post-mortem`` was added which goes into the `trepan3k debugger <https https://pypi.org/project/trepan3k/>`_ on an unrecoverable error. This option is available on other front ends.
32
32
33
33
This debugging code is very much alpha quality, but it greatly
34
34
improves the ability to debug problems in loading existing packages
@@ -93,7 +93,7 @@ By `@davidar <https://github.com/davidar>`_:
93
93
Documentation
94
94
+++++++++++++
95
95
96
-
* Unicode operators appears in Django documentation. In the PDF, AMSLaTeX is used.
96
+
* Unicode operators appear in Django documentation. In the PDF, AMSLaTeX is used.
97
97
* Summaries of builtin functions have been improved and regularized
98
98
99
99
``mathics`` command line
@@ -119,7 +119,7 @@ Internals
119
119
``mathics.builtins`` put in ``mathics.eval``. This includes code for
120
120
plotting, and making boxes.
121
121
* nested ``TimeConstraint[]`` works via external Python module ``stopit``.
122
-
* ``Pause[]`` is more interuptable
122
+
* ``Pause[]`` is more interruptible
123
123
* More code has been linted, more type errors removed, and docstrings added/improved
124
124
125
125
@@ -139,7 +139,7 @@ API incompatibility
139
139
* Patterns in ``eval_`` and ``format_`` methods of builtin classes
140
140
parses patterns in docstrings of the form
141
141
``Symbol: Expr`` as ``Pattern[Symbol, Expr]``.
142
-
To specify associated format in ``format_`` methods the
142
+
To specify the associated format in ``format_`` methods the
143
143
docstring, the list of format must be wrapped in parenthesis, like
144
144
``(InputForm,): Definitions[...]`` instead of just ``InputForm: Definitions[...]``.
145
145
* Character and Operator information that has been gone over in the Mathics Scanner project. The information in JSON tables, the keys, and values have thus change. Here, we read this information in and use that instead of previously hard-coded values.
@@ -157,8 +157,8 @@ Mathics3 Packages
157
157
158
158
* Added ``BoolEval``
159
159
* Added ``CleanSlate``
160
-
* ``Combinatorica`` moved to a separate repository and v.9 renamed to 0.9.1.
161
-
More code v0.9.1 works. v2.0 renamed v2.0.1 and some code now works.
160
+
* ``Combinatorica`` moved to a separate repository and v.9 was renamed to 0.9.1.
161
+
More code v0.9.1 works. v2.0 was renamed v2.0.1 and some code now works.
162
162
* ``Rubi`` version 4.17 (work in progress; algebraic integrations work)
0 commit comments