@iyulab/u-insight 0.9.0 → 0.9.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
@@ -7,6 +7,10 @@
7
7
 
8
8
  A statistical analysis and data profiling engine in Rust with C FFI bindings.
9
9
 
10
+ ## What's New in 0.9.1
11
+
12
+ - **BREAKING — Rust**: `InsightError::NonNumericColumn` variant removed. The 0.9.0 audit redirected all internal call sites to `DegenerateData`, leaving the variant unused. Removed per `Delete over deprecate` policy. External `match` arms over `InsightError` must drop the corresponding branch.
13
+
10
14
  ## What's New in 0.9.0
11
15
 
12
16
  - **Kendall tau-b correlation** added to `CorrelationMethod` (Pearson / Spearman / Kendall)
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "iyulab"
6
6
  ],
7
7
  "description": "Statistical analysis and data profiling engine with C FFI bindings.",
8
- "version": "0.9.0",
8
+ "version": "0.9.1",
9
9
  "license": "MIT",
10
10
  "repository": {
11
11
  "type": "git",
package/u_insight_bg.wasm CHANGED
Binary file