Released: 2026-03-25. Diff.
Version rationale: patch for additive Python runtime expansion plus a scoped C runtime-correctness fix, without import-model or runtime floor changes.
Fixes
- Restored the long-standing JS numeric coercion in
c/math/frexpwhile keeping the cleaner labeled tuple return type, so plain JS callers likefrexp("1")andfrexp(true)keep working instead of regressing to non-numeric fraction output.
Expansion
- Added a first
python/statisticsharvest focused on plain-value aggregation helpers:
fmean,mean,median,median_high,median_low,mode,multimode,pstdev,pvariance,stdev, andvariance.
Inventory
- Removed the remaining hidden
defaultNamespacefallback from every supported upstream-surface language by expanding the last implicit namespaces into explicit policy rules, so accepted core/stdlib target definition is now inspectable end-to-end instead of partially inherited from a language-wide default.