Skip to content

Commit

Permalink
Get ready for release 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Dec 18, 2021
1 parent 9c0e424 commit 3fcef4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -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
-----
Expand Down
1 change: 0 additions & 1 deletion mathics_django/manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import os
import sys
import mathics

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "mathics_django.settings")
Expand Down
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 @@
# 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
2 changes: 1 addition & 1 deletion mathics_django/web/media/js/inout.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}]]]',

Expand Down

0 comments on commit 3fcef4e

Please sign in to comment.