Skip to content

Commit ccb933c

Browse files
committed
Merge branch 'master' of github.com:Mathics3/mathics-core
2 parents 1eb8cfc + bdc3cb7 commit ccb933c

File tree

3 files changed

+390
-341
lines changed

3 files changed

+390
-341
lines changed

CHANGES.rst

+28-1
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,43 @@ CHANGES
55
8.0.1
66
-----
77

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+
820

921
Compatibility
1022
-------------
1123

1224
* When the result of an evaluation is ``Symbol`Null``, Mathics CLI
1325
now does not show an ``Out[...]=`` line, following the behavior of
1426
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.
40+
* Add mention of MathicsLive
41+
* Platonic solid render properly in PDF
1542

1643

17-
8.0.0
44+
8.0.0
1845
-----
1946

2047
Jan 26, 2025

0 commit comments

Comments
 (0)