Skip to content

Commit

Permalink
Merge pull request #45 from Mathics3/release-2.2.0
Browse files Browse the repository at this point in the history
Mathics Django 2.2.0 release
  • Loading branch information
rocky committed May 15, 2021
2 parents df7ab25 + 2f2d081 commit e8fb38f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ CHANGES
* Upgrade to MathJax-2.7.9. See `MathJax v2.7.9 <https://github.com/mathjax/MathJax/releases/tag/2.7.9>`_.
Over a decade of improvements here. One that I like is that output which is too large to fit on this screen can be viewed in the Zoom popup which has a scrollbar.
* Don't use MathJax for string output. (HTML/Hrefs coming later)
* String output is no longer passed to MathJax for rendering in MathML. As a result its output is more visually distinct from unexpanded and symbol output:
it is left aligned and in a different monospace font. In the future we may consider settings for enabling/disabling this.
* Create a ``settings.m`` including ``Settings`$UseSansSerif`` and autoload that.
* "About" page expanded to include Machine, System, and Directory information



Expand Down
2 changes: 1 addition & 1 deletion admin-tools/pyenv-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ if [[ $0 == ${BASH_SOURCE[0]} ]] ; then
echo "This script should be *sourced* rather than run directly through bash"
exit 1
fi
export PYVERSIONS='3.6.13 3.7.10 3.8.9 3.9.2'
export PYVERSIONS='3.6.13 3.7.10 3.8.10 3.9.5'
2 changes: 1 addition & 1 deletion mathics_django/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# This file is suitable for sourcing inside POSIX shell as
# well as importing into Python. That's why there is no
# space around "=" below.
__version__="2.2.0rc1" # noqa
__version__="2.2.0" # noqa
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ def read(*rnames):
# General Requirements
INSTALL_REQUIRES += [
"Mathics-Scanner >= 1.2.0,<1.3.0",
"Mathics3 @ http://github.com/mathics/Mathics/archive/master.zip",
# "Mathics3 >= 2.1.1",
# "Mathics3 @ http://github.com/mathics/Mathics/archive/master.zip",
"Mathics3 >= 2.2.0",
"django >= 3.2",
"networkx >= 2.5",
"requests",
Expand Down

0 comments on commit e8fb38f

Please sign in to comment.