• v7.31.2 d6daafb426

    dpsifr released this 2026-06-09 21:54:06 +02:00 | 301 commits to main since this release

    Fix

    Documentation-only fix. Two type-definition comments incorrectly stated SQ4 vector quantization required a paid native provider. Brainy ships a pure-JS SQ4 implementation (`distanceSQ4Js` in `src/utils/vectorQuantization.ts`); the native SIMD acceleration is a drop-in via `setSQ4DistanceImplementation`, not a hard requirement.

    Corrected in `src/coreTypes.ts:472` and `src/types/brainy.types.ts:1123`.

    No behaviour change. Caught during an upstream open-core-boundary audit.

    Tests

    1468 / 1468 unit suite passing. No code paths changed.

    See RELEASES.md for the full entry.

    Downloads