linreg-core 0.7.0 → 0.8.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.
Binary file
package/package.json CHANGED
@@ -4,8 +4,8 @@
4
4
  "collaborators": [
5
5
  "Jesse Anderson"
6
6
  ],
7
- "description": "Lightweight linear regression (OLS, Ridge, Lasso, Elastic Net) with diagnostic tests. Pure Rust - no external math dependencies.",
8
- "version": "0.7.0",
7
+ "description": "Lightweight regression library (OLS, Ridge, Lasso, Elastic Net, WLS, LOESS, Polynomial) with 14 diagnostic tests, cross validation, and prediction intervals. Pure Rust - no external math dependencies. WASM, Python, FFI, and Excel XLL bindings.",
8
+ "version": "0.8.1",
9
9
  "license": "MIT OR Apache-2.0",
10
10
  "repository": {
11
11
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "regression",
29
29
  "statistics",
30
30
  "linear-regression",
31
- "ridge",
32
- "lasso"
31
+ "diagnostics",
32
+ "excel"
33
33
  ]
34
34
  }