github locutusjs/locutus v3.0.26

latest release: v3.0.27
2 hours ago

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/frexp while keeping the cleaner labeled tuple return type, so plain JS callers like frexp("1") and frexp(true) keep working instead of regressing to non-numeric fraction output.

Expansion

  • Added a first python/statistics harvest focused on plain-value aggregation helpers:
    fmean, mean, median, median_high, median_low, mode, multimode, pstdev, pvariance, stdev, and variance.

Inventory

  • Removed the remaining hidden defaultNamespace fallback 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.

Don't miss a new locutus release

NewReleases is sending notifications on new releases.