Skip to content

Releases: Latka-Industries/tetration

Release v0.1.9

29 May 16:48
6d4ecca

Choose a tag to compare

What's Changed

  • feat(transform): sidecar write target and embedder dense materialize API in #15

Full Changelog: v0.1.8...v0.1.9

Release v0.1.8

29 May 06:56
0e719d0

Choose a tag to compare

Bug fix release

v0.1.7 was withdrawn/yanked off crates.io It shipped with a regression in nan_mean / nan_std on strided and multi-chunk selections. Use v0.1.8 instead.

Fix

  • nan_mean / nan_std on strided chunks — The per-element chunk visit path handled nan_count, inf_count, and null_count but fell back to plain push() for nan_mean and nan_std. Multi-chunk and strided selections therefore left finite_count at zero and returned NaN even on clean data.
    • Fix: 092ce03 — route nan_mean and nan_std through the NaN-skipping fold on strided chunks
    • Related: 2b15381 — correct empty-check / visit counting for NaN-skipping reductions

What's Changed

  • Query transforms, NaN reductions, and repo documentation in #14

Full Changelog: v0.1.6...v0.1.8

Release v0.1.6

28 May 02:36
ac7b9be

Choose a tag to compare

What's Changed

  • feat(ffi): Phase 11 C ABI (tetration-ffi) in #13

Full Changelog: v0.1.5...v0.1.6

Release v0.1.5

27 May 16:10
ced2001

Choose a tag to compare

What's Changed

  • feat(query): Phase 10 experimental GPU — streaming fold, multi-GPU, CI in #12

Full Changelog: v0.1.4...v0.1.5

Release v0.1.4

27 May 04:48
9add924

Choose a tag to compare

What's Changed

  • feat(query): TOML query profiles and table CLI output in #11

Full Changelog: v0.1.3...v0.1.4

Release v0.1.3

27 May 03:56
2bc6a81

Choose a tag to compare

What's Changed

  • Phase 9: query ops & interchange in #10

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

26 May 05:16
738bf16

Choose a tag to compare

What's Changed

  • Phase 7: embedder session, footer metadata, and convert import in #8
  • Phase 8: verify/repair, dtypes through u64/f16, and bulk SIMD folds in #9

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

25 May 17:21
4d7245f

Choose a tag to compare