File tree Expand file tree Collapse file tree 5 files changed +15
-5
lines changed
Expand file tree Collapse file tree 5 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 1+ 4.0.1
2+ -----
3+
4+ Front-end Scripts to run docker have been gone over to provide help via ` --help ` , and set environment variables that allow persistance of session by saving data on the host filesystem.
5+
6+ Docker images now include a version of Asymptote that will build images used in the manual, especially those that use Plot option ` Filling ` and ` Bottom ` .
7+
8+ Examples from Mark S Gockenbach's Tutorial for Partial Differential quations: Analytical and Numerical Methods have been added to the Mathics-Django worksheet database.
9+
10+ A bug was fixed in detecting the background use in ` dmathicsscript ` .
11+
1124.0.0
213-----
314
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get install -qq apt-utils
2222# npm pulls in nodejs, but we'll be explicit.
2323
2424# Install lots of packages
25- RUN DEBIAN_FRONTEND="noninteractive" TZ="US/Eastern" apt-get install -qq liblapack-dev llvm-12 llvm-12-dev gfortran maria libmysqlclient-dev sqlite3 python3-pip python3-setuptools git python3-numpy python3-matplotlib python-matplotlib-data x11-apps latexmk texlive-xetex lmodern texlive-latex-extra texlive-fonts-recommended nodejs npm xserver-xorg-video-all libgl1-mesa-glx libgl1-mesa-dri mesa-utils evince
25+ RUN DEBIAN_FRONTEND="noninteractive" TZ="US/Eastern" apt-get install -qq liblapack-dev llvm-12 llvm-12-dev gfortran maria libmysqlclient-dev sqlite3 python3-pip python3-setuptools git python3-numpy python3-matplotlib python-matplotlib-data x11-apps latexmk texlive-xetex lmodern texlive-latex-extra texlive-fonts-recommended nodejs npm xserver-xorg-video-all libgl1-mesa-glx libgl1-mesa-dri mesa-utils evince gyp
2626
2727RUN pip install --no-cache-dir -r requirements.txt
2828COPY requirements-mathicsscript.txt ./
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get install -qq apt-utils
2222# npm pulls in nodejs, but we'll be explicit.
2323
2424# Install lots of packages
25- RUN DEBIAN_FRONTEND="noninteractive" TZ="US/Eastern" apt-get install -qq liblapack-dev llvm-12 llvm-12-dev gfortran maria libmysqlclient-dev sqlite3 python3-pip python3-setuptools git python3-numpy python3-matplotlib python-matplotlib-data x11-apps latexmk texlive-xetex lmodern texlive-latex-extra texlive-fonts-recommended nodejs npm xserver-xorg-video-all libgl1-mesa-glx libgl1-mesa-dri mesa-utils evince
25+ RUN DEBIAN_FRONTEND="noninteractive" TZ="US/Eastern" apt-get install -qq liblapack-dev llvm-12 llvm-12-dev gfortran maria libmysqlclient-dev sqlite3 python3-pip python3-setuptools git python3-numpy python3-matplotlib python-matplotlib-data x11-apps latexmk texlive-xetex lmodern texlive-latex-extra texlive-fonts-recommended nodejs npm xserver-xorg-video-all libgl1-mesa-glx libgl1-mesa-dri mesa-utils evince gyp
2626
2727RUN pip install --no-cache-dir -r requirements.txt
2828COPY requirements-mathicsscript.txt ./
@@ -68,7 +68,6 @@ RUN ${PYTHON} -m nltk.downloader wordnet omw
6868# Mathicsscript #
6969##################
7070
71-
7271# prompt toolkit needs an IPython that is newer than what got
7372# implicitly installed above
7473RUN ${PYTHON} -m pip install 'ipython<8.0,>=7.23.1'
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN apt-get install -qq apt-utils
2222# npm pulls in nodejs, but we'll be explicit.
2323
2424# Install lots of packages
25- RUN DEBIAN_FRONTEND="noninteractive" TZ="US/Eastern" apt-get install -qq liblapack-dev llvm-12 llvm-12-dev gfortran maria libmysqlclient-dev sqlite3 python3-pip python3-setuptools git python3-numpy python3-matplotlib python-matplotlib-data x11-apps latexmk texlive-xetex lmodern texlive-latex-extra texlive-fonts-recommended nodejs npm xserver-xorg-video-all libgl1-mesa-glx libgl1-mesa-dri mesa-utils evince
25+ RUN DEBIAN_FRONTEND="noninteractive" TZ="US/Eastern" apt-get install -qq liblapack-dev llvm-12 llvm-12-dev gfortran maria libmysqlclient-dev sqlite3 python3-pip python3-setuptools git python3-numpy python3-matplotlib python-matplotlib-data x11-apps latexmk texlive-xetex lmodern texlive-latex-extra texlive-fonts-recommended nodejs npm xserver-xorg-video-all libgl1-mesa-glx libgl1-mesa-dri mesa-utils evince gyp
2626
2727RUN pip install --no-cache-dir -r requirements.txt
2828COPY requirements-mathicsscript.txt ./
Original file line number Diff line number Diff line change 55# well as importing into Python. That's why there is no
66# space around "=" below.
77# fmt: off
8- __version__ = "4.0.0 " # noqa
8+ __version__ = "4.0.1 " # noqa
You can’t perform that action at this time.
0 commit comments