From 3fcef4e0d16c5ce1960c78aceca8f881ba008c8a Mon Sep 17 00:00:00 2001 From: rocky Date: Sat, 18 Dec 2021 17:07:07 -0500 Subject: [PATCH] Get ready for release 4.0.2 --- CHANGES.rst | 7 +++++-- mathics_django/manage.py | 1 - mathics_django/version.py | 2 +- mathics_django/web/media/js/inout.js | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index a4f6445b7..291a8d06e 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,13 @@ CHANGES ======= -4.0.2.dev0 +4.0.2 ----- -Extend summary lists to chapters and sections +* Extend summary lists to chapters and sections +* Support Django 4.0 +* Add GPL Copyright notice to popup startup boxes +* Update mathics-threejs-backend to 1.0.3, and in this three.js to 1.3.5 4.0.1 ----- diff --git a/mathics_django/manage.py b/mathics_django/manage.py index f2c6fd42b..f05c2f5df 100644 --- a/mathics_django/manage.py +++ b/mathics_django/manage.py @@ -4,7 +4,6 @@ import os import sys -import mathics if __name__ == "__main__": os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mathics_django.settings") diff --git a/mathics_django/version.py b/mathics_django/version.py index 4f44bff7c..21a748fd3 100644 --- a/mathics_django/version.py +++ b/mathics_django/version.py @@ -4,4 +4,4 @@ # well as importing into Python. That's why there is no # space around "=" below. # fmt: off -__version__="4.0.2.dev0" # noqa +__version__="4.0.2" # noqa diff --git a/mathics_django/web/media/js/inout.js b/mathics_django/web/media/js/inout.js index dc5fccecc..b97c37741 100644 --- a/mathics_django/web/media/js/inout.js +++ b/mathics_django/web/media/js/inout.js @@ -340,7 +340,7 @@ function showGallery() { 'Graphics3D[Arrow[{{1, 1, -1}, {2, 2, 0}, {3, 3, -1}, {4, 4, 0}}]]', 'Graphics3D[{Darker[Yellow], Sphere[{{-1, 0, 0}, {1, 0, 0}, {0, 0, Sqrt[3.]}}, 1]}]', - 'Graphics3D[Octahedron[{{0,0,0}, {1,1,1}}, 2]]', + // 'Graphics3D[Octahedron[{{0,0,0}, {1,1,1}}, 2]]', // Investigate - timeout error 'Graphics3D[{ Cylinder[{{1,1,1}, {10,10,10}}], Cylinder[{{-1,-1,-1}, {-10,-10,-10}}] }]', 'Graphics3D[Polygon[Table[{Cos[2 Pi k/6], Sin[2 Pi k/6], 0}, {k, 0, 5}]]]',