• v7.19.0 21371786fb

    v7.19.0 Stable

    dpsifr released this 2026-02-18 02:04:15 +01:00 | 387 commits to main since this release

    What's New

    • stddev and variance aggregation ops — incremental, O(1) per update using Welford's online algorithm for numerically stable running variance
    • AggregationProvider interface extensionsdefineAggregate, removeAggregate, restoreState, serializeState methods for native plugin integration
    • New type exportsAggregateGroupState and MetricState now exported from package root
    • Plugin documentation — aggregation provider docs, analytics providers (HyperLogLog, t-digest, CountMin, anomaly detection), architecture guide

    Full Changelog: https://github.com/soulcraftlabs/brainy/compare/v7.18.0...v7.19.0

    Downloads