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: NEWS.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,23 @@
1
+
3.1.0
2
+
-----
3
+
4
+
This version builds the PDF and stores that in the docker container. As a result two new
5
+
command and front-end shell scripts were added:
6
+
7
+
*`dmathicsdoc` will run _evince_ over the Mathics book that was built when the container was built.
8
+
*`dmathicsdoccopy` will copy the Mathics book that was built when the container was built.
9
+
10
+
The script for going into `mathicsscript` has been enhanced to try to detect the terminal background.
11
+
12
+
Set environment variable `COLORFGBG` to force what kind of background you have Use value `15;0` for dark backgrounds and `0;15` for light backgrounds.
13
+
14
+
Two new workspaces taken from "Implementing Discrete Mathematics" have been added to Mathics Django:
15
+
16
+
* C 3.1 Datastructures for Graphs
17
+
* C 3.2 Classifying Simple Graphs
18
+
19
+
Section 14: Coordinates and Graphics 3D has been revised now that the efficiency of threejs rendering has been improved. We can now easily compute 10x10 points in a box.
Mathics is a general-purpose computer algebra system (CAS). It is an open-source alternative to Mathematica. It is free both as in "freedom" and as in "free beer".
4
+
3
5
`Mathics <https://mathics.org>`_ consists of a number of separable components so that those pieces that are desired can be used without the burden of dependencies of the other parts.
4
6
5
7
For example if you are interested in just running a command-line interface, you might not be interested in having Django and what that entails and vice versa.
@@ -13,19 +15,19 @@ That's what this repository is about. Here we have a PyPI installable package th
13
15
* ``mathicsserver`` to run the Django-Web server,
14
16
* ``dmathicsscript`` and ``dmathicsserver`` which runs the docker version of these,
15
17
* ``dmathicssdoc`` which runs a PDF viewer, `evince <https://wiki.gnome.org/Apps/Evince>`_, which can view the generated reference manual in PDF.
16
-
* ``dmathicssdoc`` which copies the the generated reference PDF manual out of the container and into the host filesystem.
18
+
* ``dmathicssdoccopy`` which copies the the generated reference PDF manual out of the container and into the host filesystem.
17
19
18
20
This repository also contains the Dockerfiles used to create the `mathicsorg/mathics docker images <https://hub.docker.com/repository/docker/mathicsorg/mathics>`_.
0 commit comments