You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This is a Python based solver. Chosing this will download 10MB of files and run Python inside the browser, enabling more features such as giving a pretty numeric result, and more advanced algebraic simplification."
Copy file name to clipboardExpand all lines: src/ReleaseNotes.jsx
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -54,8 +54,9 @@ function ReleaseNotes() {
54
54
<li>It could crash, like when you drag one componenct directly on top of another</li>
55
55
<li>Limited features compared to industial tools</li>
56
56
</ul>
57
-
Now it works on touch because I developed visiojs (https://www.npmjs.com/package/visiojs). Also visiojs replaces draw2d which was the source of all the crashing.
58
-
This site isn't feature rich - it's original purpose was to create Laplace transforms. But it does run MNA in the background so many more features could be added
57
+
Now it works on touch because I developed visiojs (https://www.npmjs.com/package/visiojs). Also visiojs replaces draw2d which was the source of all the
58
+
crashing. This site isn't feature rich - it's original purpose was to create Laplace transforms. But it does run MNA in the background so many more features
59
+
could be added
59
60
</li>
60
61
<li>Moved to React + MUI + NPM. This allows: running lint, more maintainable code, smaller file size, many micro-benefits from joining the mainstream</li>
61
62
<li>As well as a re-write, the following new features are added:</li>
0 commit comments