numbl 0.4.3 → 0.4.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/README.md +5 -1
  2. package/dist-cli/cli.js +10689 -8543
  3. package/dist-lib/graphics/figuresReducer.d.ts +14 -1
  4. package/dist-lib/graphics/types.d.ts +60 -0
  5. package/dist-lib/lib.js +24594 -22515
  6. package/dist-lib/numbl-core/executeCode.d.ts +10 -0
  7. package/dist-lib/numbl-core/executors/handleInline.d.ts +18 -2
  8. package/dist-lib/numbl-core/executors/jit/valueAdapter.d.ts +16 -9
  9. package/dist-lib/numbl-core/jit/compileSpecC.d.ts +7 -0
  10. package/dist-lib/numbl-core/jit/lowering/definiteAssign.d.ts +42 -0
  11. package/dist-lib/numbl-core/lexer/types.d.ts +62 -61
  12. package/dist-lib/numbl-core/native/ts-lapack-eig-complex.d.ts +32 -0
  13. package/dist-lib/numbl-core/runtime/plotBuiltinDispatch.d.ts +6 -0
  14. package/dist-lib/numbl-core/runtime/plotUtils.d.ts +55 -2
  15. package/dist-lib/numbl-core/runtime/runtime.d.ts +25 -0
  16. package/dist-lib/numbl-core/runtime/runtimePlot.d.ts +6 -0
  17. package/dist-lib/numbl-core/runtime/struct-access.d.ts +4 -0
  18. package/dist-lib/numbl-core/runtime/uihtmlSession.d.ts +40 -0
  19. package/dist-lib/numbl-core/version.d.ts +1 -1
  20. package/dist-plot-viewer/assets/index-CPiPZdGN.js +4504 -0
  21. package/dist-plot-viewer/index.html +1 -1
  22. package/dist-site-viewer/assets/index-Y_Z9U6zO.js +4826 -0
  23. package/dist-site-viewer/assets/numbl-worker-CdHI6Ort.js +12088 -0
  24. package/dist-site-viewer/index.html +1 -1
  25. package/dist-site-viewer/numbl-embed.js +131 -18
  26. package/package.json +1 -1
  27. package/dist-plot-viewer/assets/index-ClpZQuMR.js +0 -4426
  28. package/dist-site-viewer/assets/index-CgKjTQT7.js +0 -4748
  29. package/dist-site-viewer/assets/numbl-worker-DarsHbBe.js +0 -11993
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Numbl
2
2
 
3
- A MATLAB-compatible numerical computing environment with 400+ built-in functions. Runs in your browser or on the command line.
3
+ A numerical computing environment compatible with MATLAB syntax, featuring 400+ built-in functions. Runs in your browser or on the command line.
4
4
 
5
5
  [![numbl REPL](docs/repl-preview.svg)](https://numbl.org/embed-repl)
6
6
 
@@ -61,3 +61,7 @@ Jeremy Magland and Dan Fortunato, Center for Computational Mathematics, Flatiron
61
61
  ## License
62
62
 
63
63
  Apache 2.0
64
+
65
+ ## Disclaimer
66
+
67
+ numbl is not affiliated with, endorsed by, or supported by MathWorks, Inc. MATLAB is a registered trademark of MathWorks, Inc.