Skip to content

Commit 3fcef4e

Browse files
committed
Get ready for release 4.0.2
1 parent 9c0e424 commit 3fcef4e

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGES.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
CHANGES
22
=======
33

4-
4.0.2.dev0
4+
4.0.2
55
-----
66

7-
Extend summary lists to chapters and sections
7+
* Extend summary lists to chapters and sections
8+
* Support Django 4.0
9+
* Add GPL Copyright notice to popup startup boxes
10+
* Update mathics-threejs-backend to 1.0.3, and in this three.js to 1.3.5
811

912
4.0.1
1013
-----

mathics_django/manage.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
import os
66
import sys
7-
import mathics
87

98
if __name__ == "__main__":
109
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mathics_django.settings")

mathics_django/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
66
# fmt: off
7-
__version__="4.0.2.dev0" # noqa
7+
__version__="4.0.2" # noqa

mathics_django/web/media/js/inout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ function showGallery() {
340340

341341
'Graphics3D[Arrow[{{1, 1, -1}, {2, 2, 0}, {3, 3, -1}, {4, 4, 0}}]]',
342342
'Graphics3D[{Darker[Yellow], Sphere[{{-1, 0, 0}, {1, 0, 0}, {0, 0, Sqrt[3.]}}, 1]}]',
343-
'Graphics3D[Octahedron[{{0,0,0}, {1,1,1}}, 2]]',
343+
// 'Graphics3D[Octahedron[{{0,0,0}, {1,1,1}}, 2]]', // Investigate - timeout error
344344
'Graphics3D[{ Cylinder[{{1,1,1}, {10,10,10}}], Cylinder[{{-1,-1,-1}, {-10,-10,-10}}] }]',
345345
'Graphics3D[Polygon[Table[{Cos[2 Pi k/6], Sin[2 Pi k/6], 0}, {k, 0, 5}]]]',
346346

0 commit comments

Comments
 (0)