Skip to content

Commit 7de5542

Browse files
committed
Update to mathics-threejs-backend 1.3.3!
And three.js r184
1 parent 0ad5bb9 commit 7de5542

4 files changed

Lines changed: 4948 additions & 19 deletions

File tree

CHANGES.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ CHANGES
44
10.0.0
55
------
66

7-
April 19, 2026
7+
April 20, 2026
88

99
Supports Python 3.14. Python 3.10 support dropped. Python 3.10 may still work, but it's not supported.
1010

1111
* renamed to Mathics3-django; Mathics3 logo (re)created
1212
* Adjust for 10.0.0 API and changes to Boxing output.
1313
* Added TeXForm rendering controlled by Settings`$RenderTeXForm
14-
* Supports mathics-threejs-backend 1.3.2 (fixes a bug in point size handling)
14+
* Supports mathics-threejs-backend 1.3.3 (fixes a bug in point size handling) and three.js r184
1515
* Support for production ASGI server via Daphne
1616
* Reduce javascript console warnings
1717

mathics_django/web/media/js/mathics-threejs-backend/index.js

Lines changed: 4935 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mathics_django/web/media/js/mathics-threejs-backend/version.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@mathicsorg/mathics-threejs-backend",
3-
"version": "1.3.2",
4-
"threejs_revision": 146,
3+
"version": "1.3.3",
4+
"threejs_revision": 184,
55
"description": "Mathics 3D Graphics backend using three.js",
66
"source": "src/index.js",
77
"main": "docs/build.js",
@@ -17,7 +17,7 @@
1717
"fast",
1818
"easy"
1919
],
20-
"author": "The Mathics Team",
20+
"author": "The Mathics3 Team",
2121
"license": "GPL-3.0",
2222
"bugs": {
2323
"url": "https://github.com/Mathics3/mathics-threejs-backend/issues"
@@ -32,17 +32,17 @@
3232
"test": "(npm start &) && eslint src && tsc && jest src && fuser -k 8080/tcp"
3333
},
3434
"dependencies": {
35-
"express": "^4"
35+
"express": "^5"
3636
},
3737
"devDependencies": {
3838
"@babel/preset-env": "^7",
3939
"eslint": "^8",
40-
"eslint-plugin-jest": "^27",
41-
"jest": "^29",
40+
"eslint-plugin-jest": "^29",
41+
"jest": "^30",
4242
"jest-image-snapshot": "^6",
43-
"jest-puppeteer": "^6",
44-
"minify": "^9",
45-
"rollup": "^3",
46-
"typescript": "^4"
43+
"jest-puppeteer": "^11",
44+
"minify": "^15",
45+
"rollup": "^4",
46+
"typescript": "^6"
4747
}
4848
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@mathicsorg/mathics-threejs-backend": "^1.3.2",
3+
"@mathicsorg/mathics-threejs-backend": "^1.3.3",
44
"mathjax": "^3.2.2"
55
}
66
}

0 commit comments

Comments
 (0)