Skip to content

Releases: zerfoo/float16

v1.0.0

30 Mar 17:48

Choose a tag to compare

What's Changed

  • chore: add issue templates and remove temp files by @dndungu in #7
  • feat(bfloat16): add ArithmeticMode support and NaN propagation by @dndungu in #8
  • test(bfloat16): add Phase 2 NaN propagation and underflow tests by @dndungu in #10
  • test(bfloat16): add Phase 3 slice tests and benchmarks by @dndungu in #12
  • feat(bfloat16): add Phase 4 math functions by @dndungu in #13
  • feat(bfloat16): add Phase 5 parse and format functions by @dndungu in #14
  • feat(bfloat16): error handling, comprehensive tests, v1 plan update by @dndungu in #15

Full Changelog: v0.2.1...v1.0.0

v0.2.1

13 Mar 20:38

Choose a tag to compare

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)

v0.1.0

28 Jul 11:32

Choose a tag to compare

add README and CONTRIBUTING