Mathics 1.1.0 released

30 views
Skip to first unread message

Rocky Bernstein

unread,
Nov 15, 2020, 5:54:47 AM11/15/20
to sage-devel
... and just when you thought we'd never get around to it. 

This is now available from PyPI.  It might be a simple as:

 $ pip install Mathics3

Note the "3" at the end. Without that you get the pre 1.1.0 code. 

Or you can run from the recently updated dockerhub image

 $ docker run --rm -it --name mathics-cli -v /tmp:/usr/src/app/data mathicsorg/mathics --mode cli

to run the command-line interface. Or to run the Django web interface using docker image:

   $ docker run --rm -it --name mathics-web -p 8000:8000 -v /tmp:/usr/src/app/data mathicsorg/mathics --mode ui 

and pointer your web browser to http://localhost:8000

The docker image has the latest add-on packages mathicsscript and pymathics-natlang installed. 

Changes from the last release, 1.1.0rc1 can be found in https://github.com/mathics/Mathics/releases where you can also find pre-built a Python wheel, eggs, and a source tarball for this release. 

Thanks to all for contributing to make this possible. 
Reply all
Reply to author
Forward
0 new messages