Skip to content

Latest commit

 

History

History
38 lines (20 loc) · 1.91 KB

File metadata and controls

38 lines (20 loc) · 1.91 KB

Changelog

1.0.0 (2026-03-30)

Features

  • bfloat16: add ArithmeticMode support and NaN propagation (5ddc6a1)
  • bfloat16: add error handling infrastructure (d5fa65f)
  • bfloat16: add Phase 4 math functions (eb88d1e)
  • bfloat16: add Phase 5 parse and format functions (a89cb77)

Miscellaneous Chores

0.2.1 (2026-03-13)

Bug Fixes

  • ci: checkout tag ref in goreleaser to match tag commit (4fa4e8b)
  • ci: skip release-please GitHub release, let GoReleaser handle it (62cb9b0)

0.2.0 (2026-03-13)

Features

  • Add comprehensive tests to increase coverage (faaf17e)
  • bfloat16: Implement core infrastructure for BFloat16 (Phase 1 complete) (f007fc6)

Bug Fixes

  • Correct ToFloat16 subnormal conversion (33ab34d)
  • Correct ToFloat64 conversion (38c084e)