Skip to content

Commit a0fdb2d

Browse files
committed
Update PDF and add 2025 status.
Also two more people to thank
1 parent 9e331a8 commit a0fdb2d

File tree

4 files changed

+34
-11
lines changed

4 files changed

+34
-11
lines changed

docs/mathics-9.0.0.pdf

14.9 MB
Binary file not shown.

docs/mathics-latest.pdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mathics-9.0.0dev.pdf
1+
mathics-9.0.0.pdf

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2>Mathics3 is a free, open-source general-purpose computer
6161
functions. It relies on a number of other Python libraries
6262
in the Python ecosystem.
6363
</h2>
64-
<p> <a href="status.html">Status as of September 2024</a></p>
64+
<p> <a href="status.html">Status as of September 2025</a></p>
6565
</header>
6666
</section>
6767

@@ -209,8 +209,8 @@ <h3 id="django">Mathics-Django</h3>
209209

210210
<p>
211211
For more information on how to install Mathics3 see
212-
<a href="https://Mathics3-development-guide.readthedocs.io/en/latest/installing.html">
213-
Mathics3-development-guide.readthedocs.io/en/latest/installing
212+
<a href="https://mathics-development-guide.readthedocs.io/en/latest/installing.html">
213+
mathics-development-guide.readthedocs.io/en/latest/installing
214214
</a>.
215215
</div>
216216
</section>
@@ -223,8 +223,8 @@ <h2 id="doc">Documentation</h2>
223223
Documentation for the Mathics system is provided in the PDF format
224224
(<a href="https://mathics.org/docs/mathics-latest.pdf">download the
225225
PDF</a>). You can find internal documentation at
226-
<a href="https://Mathics3-development-guide.readthedocs.io/en/latest/">
227-
Mathics3-development-guide.readthedocs.io/en/latest/</a>.
226+
<a href="https://mathics-development-guide.readthedocs.io/en/latest/">
227+
mathics-development-guide.readthedocs.io/en/latest/</a>.
228228
</p>
229229
<p>
230230
<div class="image">
@@ -269,8 +269,8 @@ <h2>Contributing</h2>
269269
<div class="inner align-left">
270270
<p>
271271
Please check out our contributing guide at
272-
<a href="https://Mathics3-development-guide.readthedocs.io/en/latest/extending/developing-code/contributing-developing.html">
273-
https://Mathics3-development-guide.readthedocs.io/en/latest/extending/developing-code/contributing-developing.html</a>.
272+
<a href="https://mathics-development-guide.readthedocs.io/en/latest/extending/developing-code/contributing-developing.html">
273+
https://mathics-development-guide.readthedocs.io/en/latest/extending/developing-code/contributing-developing.html</a>.
274274
</p>
275275
<p><strong>Developers wanted! Please get in touch if you want to be part of this awesome project.</strong></p>
276276
</div>

status.html

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,37 @@
1313
<p>
1414
See also:
1515
<ul>
16+
<li><a href="https://github.com/Mathics3/mathics-core/blob/master/FUTURE.rst">2025-2025 Roadmap</a></li>
1617
<li><a href="https://github.com/Mathics3/mathics-core/releases">Mathics3 Core Releases</a></li>
1718
<li><a href="https://github.com/Mathics3/mathics-django/releases">Mathics3 Django Releases</a></li>
1819
<li><a href="https://github.com/Mathics3/mathics-scanner/releases">Mathics3 Scanner Releases</a></li>
1920
</ul>
2021
and the various <i>ChangeLog</i> files in each distribution package.
2122
<p>
2223

23-
<p>Also
24-
see <a href="https://github.com/Mathics3/mathics-core/discussions/961">Putting
25-
together a 2024 Roadmap</a>.
24+
<h1 style="font-weight: bold">Yearly Status as of September, 2025</h1>
25+
<p>
26+
<ul>
27+
<li>Speedup in performance, especially graphics performance.</li>
28+
<li>Preliminary Debugger added, and improved Tracing capabilities.</li>
29+
<li>Boxing operators have been added. A full range of escape sequences is supported.</li>
30+
<li>Rule selection ordering comforms better with WMA.</li>
31+
<li>Set assignment operators conforms better with WMA. Left-hand references are isolated more correclty now.</li>
32+
<li>A couple dozen new Builtin Functions</li>
33+
<li>Fixed numerous bugs</li>
34+
</ul>
35+
36+
<h2>Updated versions of software</h2>
37+
38+
<p>
39+
40+
<ul>
41+
<li>Python: 3.13</li>
42+
<li>Django 5.2.6</li>
43+
<li>Sympy 1.13.3</li>
44+
<li>NumPy 2.3.2</li>
45+
</ul>
46+
</p>
2647

2748
<h1 style="font-weight: bold">Yearly Status as of September, 2024</h1>
2849
<p>
@@ -177,6 +198,8 @@ <h1>Thanks</h1>
177198
<li>Mauricio Matera &mdash; he knows the most about the current system, the Wolfram Language and Mathematica. He has written most of the new Built-in Functions too</li>
178199
<li>Tiago Cavalcante Trindade &mdash; he started the mathics-threejs-backend and has gotten us a decade further in three.js has modernized most of the Django code. He is also a performance guru so the graphics speedups in rendering 3D objects is all due to him.</li>
179200
<li>Pablo Emilio Escobar Gaviria &mdash; he started the Mathematica Symbol Tables (mathics-scanner) moved us forward in Django and has a great general knowledge of the system.</li>
201+
<li>David A Roberts &mdash; wrote Mathics3 front-end notebooks</li>
202+
<li>Aravindh Krishnamoorthy &mdash; Porting Rubi to Mathics3</li>
180203
</ul>
181204
</p>
182205

0 commit comments

Comments
 (0)