File tree Expand file tree Collapse file tree
mathics_django/web/media/js/mathics-threejs-backend Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ CHANGES
4410.0.0
55------
66
7- April 19 , 2026
7+ April 20 , 2026
88
99Supports 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
Original file line number Diff line number Diff line change 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" ,
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"
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}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments