Releases: libmir/mir-algorithm
Releases · libmir/mir-algorithm
v3.22.0
v3.9.12: add serde and reflection modules (#310)
* add serde and reflection modules * update index.d and meson.build
mir.math.stat.center
Add center (and average) (#246) * Add average and center * Rework center with alias * Fixup * Fixup2 * Fixup3 * Address some comments * Remove impl and refactor * Remove attributes from center * Remove artifact * Fix mistake * Replace static immutable * Remove excess import * Fixup UT
v3.8.7: secure memory ops (#248)
* add mir_secure_memory version * add configs
v3.8.6
v3.8.5
v3.8.0
v3.7.30
v3.7.29: add squeeze and unsqueeze (#235)
* add addInnerDim and addOuterDim * rework with numir like API