numbl 0.0.23 → 0.1.1

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.
package/README.md CHANGED
@@ -50,7 +50,6 @@ Commands:
50
50
  build-addon Build native LAPACK addon
51
51
  info Print machine-readable info (JSON)
52
52
  list-builtins List available built-in functions
53
- mip <subcommand> Package manager (install, uninstall, list, avail, info)
54
53
  (no command) Start interactive REPL
55
54
 
56
55
  Global options:
@@ -62,7 +61,7 @@ Options (for REPL):
62
61
  --plot-port <port> Set plot server port (implies --plot)
63
62
 
64
63
  Options (for run and eval):
65
- --dump-js <file> Write all generated JavaScript (main + JIT) to file
64
+ --dump-js <file> Write JIT-generated JavaScript to file
66
65
  --dump-ast Print AST as JSON
67
66
  --verbose Detailed logging to stderr
68
67
  --stream NDJSON output mode
@@ -70,7 +69,7 @@ Options (for run and eval):
70
69
  --plot Enable plot server
71
70
  --plot-port <port> Set plot server port (implies --plot)
72
71
  --add-script-path Add the script's directory to the workspace (run only)
73
- --no-line-tracking Omit $rt.$file/$rt.$line from generated JS
72
+ --opt <level> Optimization level (0=none, 1=JIT scalar functions; default: 1)
74
73
 
75
74
  Environment variables:
76
75
  NUMBL_PATH Extra workspace directories (separated by :)