-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstatus.html
185 lines (147 loc) · 9.47 KB
/
status.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
<!DOCTYPE HTML>
<html>
<head>
<title>Yearly Status</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/status.css" />
<link rel="icon" type="image/svg+xml" href="images/favicon.svg"/>
</head>
<body>
<p>
See also:
<ul>
<li><a href="https://github.com/Mathics3/mathics-core/releases">Mathics3 Core Releases</a></li>
<li><a href="https://github.com/Mathics3/mathics-django/releases">Mathics3 Django Releases</a></li>
<li><a href="https://github.com/Mathics3/mathics-scanner/releases">Mathics3 Scanner Releases</a></li>
</ul>
and the various <i>ChangeLog</i> files in each distribution package.
<p>
<p>Also
see <a href="https://github.com/Mathics3/mathics-core/discussions/961">Putting
together a 2024 Roadmap</a>.
<h1 style="font-weight: bold">Yearly Status as of September, 2024</h1>
<p>
<ul>
<li>Added 8 Builtin Functions</li>
<li>Work in conjunction planned future work for lazy loading of modules</li>
<li>Fixed numerous formatting problems in the reference manual and PDF</li>
<li>Fixed numerous bugs</p>
<h2>Updated versions of software</h2>
<p>
<ul>
<li>Python: 3.11</li>
<li>Django 5.1</li>
<li>three.js r146</li>
<li>mpmath 1.3.0</li>
<li>Sympy 1.12.1</li>
</ul>
</p>
<h1 style="font-weight: bold">Yearly Status as of March, 2023</h1>
<p>
<ul>
<li>20 new builtin functions added</li>
<li>Image routines have been gone over and fixed. PIL does the heavy lifting</li>
<li>Links to WMA and Sympy, mpmath, wikipedia have been added to online and printed documentation</li>
<li>Reference guide one over
<li>Fixed numerous bugs</p>
</ul>
</p>
<h2>Updated versions of software</h2>
<p>
<ul>
<li>Sympy 1.11.1</li>
<li>NumPy 1.24.0</li>
</ul>
</p>
<h1 style="font-weight: bold">Yearly Status as of September, 2021</h1>
<p>In the past year we have:
<ul>
<li>Upgraded all packages and libraries that Mathics3 depends on</li>
<li>Broken up what was one single repository into several git repositories and installable Python libraries/packages</li>
<li>Expanded and strengthened each of these components</li>
<li>Added about 150 Mathematica Built-in Functions, and enhanced or fixed bugs in about 60 existing Built-in Functions</li>
<li>Expanded and Improved interactive online and <a href="https://mathics.org/docs/mathics-latest.pdf">printed documentation</a></li>
<li>Added <a href="https://pypi.org/project/pymathics-natlang/">a package for Networks and Graphs</a> via networkx</li>
<li>Greatly expanded the <a href="https://pypi.org/project/mathicsscript/">command-line utility</a></li>
<li>Provide an up-to-date <a href="https://hub.docker.com/repository/docker/mathicsorg/mathics">docker images</a> for major releases which contains all of the components and add-ons, and even the most recent LaTeX PDF (with a program to read it)
Fixed numerous bugs and enhanced performance</li>
</ul>
</p>
<p>This is the one minute summary. However in my opinion this doesn't do justice to the huge amount of work behind some of these. So if you have more than a minute here
is an elaboration of some of the bullet items above
</p>
<h2>Updated versions of software</h2>
<p>
<ul>
<li>Python: from 2.7 to 3.x up to 3.9</li>
<li>Django from 1.6 .10 to 3.2.6</li>
<li>MathJax 2.0 to 2.7.9</li>
<li>three.js r49 to r132</li>
<li>mpmath 0.17 to 1.2.1</li>
<li>Sympy 0.7.3 to 1.8</li>
</ul>
</p>
<p>Significant split-off or new packages/repositories:
<ul>
<li><a href="https://github.com/Mathics3/mathics-scanner">mathics-scanner</a> — extensive tables of Mathematica symbols and their properties, also includes a scanner for Mathematica</li>
<li><a href="https://github.com/Mathics3/mathics-pygments">mathics-pygments</a> —
lexer and highlighter using the pygments engine based on rsmenon's pygments-mathematica. This uses the scanner tables above.</li>
<li><a href="https://github.com/Mathics3/mathicsscript">mathicsscript</a> —
command-line utility using the above and prompt toolkit which has enhanced syntax coloring, command-completion and can display 2D and 3D graphics (via matplotlib for 2D and asymptote for 3D)</li>
<li><a href="https://github.com/Mathics3/mathics-django">mathics-threejs-backend</a> —
An implementation of Mathematica <a href="https://reference.wolfram.com/language/ref/Graphics3D.html">Graphics3D</a> using <a href="https://threejs.org/"three.js</a></li>
<li><a href="https://github.com/Mathics3/mathics-django">mathics-django</a> —
the Django-based Web front-end using the above minus mathicsscript</li>
<li><a href="https://github.com/Mathics3/pymathics-graph">pymathics-graph</a> —
Mathics3 Graph add-on functions using NetworkX and Matplotlib</li>
<li><a href="https://github.com/Mathics3/pymathics-natlang">pymathics-natlang</a> —
Mathics3 Natural-Language Processing add-on</li>
<li><a href="https://github.com/Mathics3/mathics-omnibus">mathics-omnibus</a> —
a repository to bind them all into a <a href="https://pypi.org/project/Mathics-omnibus/">single PyPI package</a> and provides the docker scripts that make up the <a href="https://github.com/Mathics3/mathics-omnibus">Mathics3 docker image</a>.</li>
<li><a href="https://github.com/Mathics3/mathics-development-guide">mathics-development-guide</a> —
Sphinx documentation for developing Mathics. Browsable developer docs are <a href="https://mathics-development-guide.readthedocs.io/en/latest/">here</a>.</li>
</dl>
<p>It is hoped that a number of the above can and will be used
outside of Mathics. Those of note are the Mathematica tables and scanner <i>mathics-scanner</i>, the Graphics3D implementation in
three.js, mathics-threejs-backend, and the syntax highlighter
mathics-pygments. In fact, <a href="https://swmath.org/software/5895">Symja</a> which is interesting of its own
right, uses or consults some of these.</p>
<p>We are always looking for ways to collaborate with Sage or other open-source projects.</p>
<h2>Upcoming year of 2021</h2>
<p>Although what we have now is pretty impressive (and I am amazed we have gotten this far), we should not give the impression that Mathics3 is anywhere complete.</p>
<p>Here is what we are working on and what I hope to see accomplished over the next year:
<ul>
<li> Speeding up performance in the Mathics3 interpreter — we are working on this right now.</li>
<li>FindMinimum — it was started but is not complete</li>
<li>Speeding up loading time - this is harder and can only come after the above</li>
<li>Being able to run more large Mathematica packages out of the box. Right now we can handle Steven Skiena"e;s Combinatorica v0.9. We would like to see, Rubi and KnotTheory at least added to this. If you have suggestions and are willing to help out contact us. Right now we are finding the performance the biggest obstacle here.
Setting up some sort of registry of Mathematica packages that work on Mathics</li>
<li>Supporting Backward compatibility of older Mathematica versions</li>
<li>Jupyter integration. Right now the main obstacle is cleaning up the API interaction between Mathics3 core and front ends</li>
</ul>
</p>
<p>We could use lots of help in just about every aspect. Please help out! If you are not a Python programmer, that"e;s okay. Here are some areas outside of Python programming where you could help:
<ul>
<li>Mathematica Programmers —
Add missing Built in Function or functions which bridge compatibility between Mathematica versions</li>
<li>Mathematicians —
Make our online and printed documentation more usable and informative. Find better examples for the functions, or describe the functions better.</li>
<li>Literary types —
Write or adapt your Mathematica Tutorial. As above, improve our user (or developer) documentation</li>
<li>Asymptote and LaTeX gurus —
our Asymptote library especially needs work</li>
</ul>
And of course if you are a Python programmer, especially with a facility for Sympy, numpy, mpmath or Scipy, please join us.</p>
<p>Last, and most important, I would like to mention and offer great thanks to those who have been a part of the Mathics3 team which has done all of the things above. Without these people we would have been stuck back a decade ago in 2011.</p>
<h1>Thanks</h1>
<p>What has happened and will happen is not without a lot effort, work and a dedication to making Mathics3 better. Special thanks to:</p>
<ul>
<li>Mauricio Matera — 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>
<li>Tiago Cavalcante Trindade — 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>
<li>Pablo Emilio Escobar Gaviria — he started the Mathematica Symbol Tables (mathics-scanner) moved us forward in Django and has a great general knowledge of the system.</li>
</ul>
</p>
<p>A full list of people who have contributed can be found <a href="https://github.com/Mathics3/mathics-core/blob/master/AUTHORS.txt">here</a>.</p>
</body>
</html>