Uh oh!
There was an error while loading. Please reload this page.
Actions: array2d/numpycpp
Actions
Showing runs from all workflows
116 workflow runs
116 workflow runs
docs: add per-function ULP error tables + honest test reporting
CI
#66:
Commit b4dd568
pushed
by
miaobyte
refactor: drop SVML bridge — accept ≤1 ULP, unlock auto-vectorization
CI
#65:
Commit 2de2912
pushed
by
miaobyte
feat: add cbrt, expm1, log1p — bit-exact with numpy via SVML bridge
CI
#64:
Commit 49647b7
pushed
by
miaobyte
feat: add numpy.hypot — bit-exact f32/f64; bridge auto-discovery
CI
#63:
Commit 9fe0a2b
pushed
by
miaobyte
refactor: auto-discover numpy .so path via /proc/self/maps — remove b…
CI
#62:
Commit 0e6ca3f
pushed
by
miaobyte
fix: float32 unwrap bit-exact match with numpy using floor-based modulo
CI
#61:
Commit d234458
pushed
by
miaobyte
fix: template cumsum/squeeze/unwrap/intersect1d to preserve input dtype
CI
#60:
Commit c9382d7
pushed
by
miaobyte
refactor: namespace npy_float_math → numpy::detail
CI
#58:
Commit ba99a96
pushed
by
miaobyte
refactor: namespace svml → detail — prevent direct use by applications
CI
#57:
Commit 22cb547
pushed
by
miaobyte
feat: expand astype dtype support — float32, int64, bool bidirectional
CI
#56:
Commit 95986fd
pushed
by
miaobyte
fix: rename _bool/_t/astype_* wrappers to numpy-consistent names
CI
#55:
Commit 0fee119
pushed
by
miaobyte
fix: remove zeros_t/ones_t/full_t — inconsistent with numpy naming
CI
#54:
Commit b70efd3
pushed
by
miaobyte
feat: add np.cumsum, np.squeeze, dtype-flexible creation templates
CI
#53:
Commit 8745fda
pushed
by
miaobyte
feat: add np.full, np.flatnonzero, np.isin(int), np.unwrap
CI
#52:
Commit a508bb4
pushed
by
miaobyte
docs: mark svml_bridge.h & npy_math_float.h as INTERNAL headers
CI
#51:
Commit 24d9bbf
pushed
by
miaobyte
feat: runtime AVX-512 dispatch — bit-exact math on every arch
CI
#50:
Commit f45415b
pushed
by
miaobyte
fix: make AVX-512 conditional; fix std::round→nearbyint for numpy ban…
CI
#48:
Commit 82f4867
pushed
by
miaobyte
docs: emphasize compiler flags for bit-exact alignment; update test c…
CI
#47:
Commit ccebb6a
pushed
by
miaobyte
refactor: consolidate test_all.py with data-driven parametrization
CI
#46:
Commit 8e94e90
pushed
by
miaobyte
feat: truly silent test output on pass; hex dump preserved on failure
CI
#45:
Commit 299af61
pushed
by
miaobyte
feat: add __main__ entry so 'python tests/test_all.py' works directly
CI
#44:
Commit b0273ec
pushed
by
miaobyte
docs: update README alignment status — all 336 tests bit-exact with S…
CI
#43:
Commit 94a831e
pushed
by
miaobyte
test: silent mode — only show failures with hex dump (-q --tb=short)
CI
#42:
Commit de220b0
pushed
by
miaobyte