Skip to content

Releases: MontyChan/Overfloat

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 02 Jul 07:08
Improve Python binding diagnostics for 0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 02 Jul 06:10
Support source builds for Python sdist

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 19:29
enforce tag version match

v0.1.0

Choose a tag to compare

@MontyChan MontyChan released this 27 Jun 01:02

Overfloat v0.1.0 is the initial public release.

This release includes:

  • IEEE 754-oriented arbitrary-precision floating-point arithmetic
  • standard FPxxx format creation via total bit width
  • raw bit-pattern encode/decode
  • NaN payload and signaling/quiet NaN support
  • ordered and total-order comparison APIs
  • exception flag tracking
  • native C ABI
  • Python bindings via ctypes

Nobody asked you to compute in FP16384, but today you can.