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
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
.. contents::
1
+
.. contents::
2
2
3
3
CHANGES
4
4
=======
@@ -41,6 +41,8 @@ Internals
41
41
#. Operator name to unicode or ASCII comes from Mathics scanner character tables.
42
42
#. ``eval*`` methods in `Builtin` classes are considerer as synonyms of ``apply*`` methods.
43
43
#. Modularize and improve the way in which `Builtin` classes are selected to have an associated `Definition`.
44
+
#. `_SetOperator.assign_elementary` was renamed as `_SetOperator.assign`. All the special cases are not handled by the `_SetOperator.special_cases` dict.
0 commit comments