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
+28-1
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,43 @@ CHANGES
5
5
8.0.1
6
6
-----
7
7
8
+
Feb 8, 2025
9
+
10
+
Some work was made to the Mathics3 Kernel to work in Python 3.13.
11
+
The maximum version of numpy was increased to < 2.3 so as to allow marimo to work.
12
+
13
+
14
+
Bugs
15
+
----
16
+
17
+
Correct for mismatch between ListExpression and tuple in ``DispatchAtom``.
18
+
This is needed for PacletManager code to work better.
19
+
8
20
9
21
Compatibility
10
22
-------------
11
23
12
24
* When the result of an evaluation is ``Symbol`Null``, Mathics CLI
13
25
now does not show an ``Out[...]=`` line, following the behavior of
14
26
the WMA CLI.
27
+
* Aymptote rendering of platonic solids added.
28
+
29
+
30
+
Internals
31
+
---------
32
+
33
+
Document tagging code handles TeX math mode more completely. Image tags in PDF properly.
34
+
35
+
Documentation
36
+
-------------
37
+
38
+
* Documentation has been gone over so that expressions are tagged in TeX. As a result the user guide and reference manual render much nicer in the PDF as well as in Django.
39
+
* More links have been added. References to The Digital Library of Mathematical Functions https://dlmf.nist.gov/ have been added where appropriate.
0 commit comments