Skip to content

Releases: dzhang314/MultiFloats.jl

v2.3.0

26 Sep 22:49
Compare
Choose a tag to compare

MultiFloats v2.3.0

Diff since v2.2.1

Merged pull requests:

Closed issues:

  • Some rounding error issue between CPU & GPU (#23)

v2.2.1

11 Sep 21:43
Compare
Choose a tag to compare

MultiFloats v2.2.1

Diff since v2.2.0

v2.2.0

08 Sep 23:46
Compare
Choose a tag to compare

MultiFloats v2.2.0

Diff since v2.1.0

Closed issues:

  • Vectorization problems (and how to fix them) (#10)
  • exp2, exp10, log2, log10 implimentation (#16)
  • Warning sign in Feature Comparison table (#18)
  • Missing methods in conversion to Integer (#20)
  • Promotion of Irrationals (#21)
  • ^ not defined. (#25)
  • Convertion error (#26)
  • significand, frexp not defined (#29)
  • bug: weird issues with big MultiFloats (#38)
  • sincos leads to stackoverflow (#44)
  • eigen accuracy (#45)

v2.1.0

07 Sep 18:27
Compare
Choose a tag to compare

MultiFloats v2.1.0

Diff since v2.0.2

Closed issues:

  • Missing method for ^ (#46)

v2.0.2

31 Jan 07:32
Compare
Choose a tag to compare

MultiFloats v2.0.2

Diff since v2.0.1

v2.0.1

30 Jan 20:53
Compare
Choose a tag to compare

MultiFloats v2.0.1

Diff since v2.0.0

v2.0.0

30 Jan 09:33
Compare
Choose a tag to compare

MultiFloats v2.0.0

Diff since v1.0.4

Merged pull requests:

Closed issues:

  • Implement fully-unrolled renormalization loop (#3)
  • Why warning about DoubleFloats allocation? (#32)
  • bug: "clean" mode has worse accuracy than regular Float64 (#37)
  • Wrong or outdated claim, and suggestion (#40)

v1.0.4

22 Jul 21:24
Compare
Choose a tag to compare

MultiFloats v1.0.4

Diff since v1.0.3

Closed issues:

  • Correct implementation of hypot(x, y) (#4)
  • Catastrophic loss of precision in hypot (#30)

Merged pull requests:

  • Better stopgaps for log1p and expm1 (#19) (@lrnv)
  • Remove stopgap hypot implementation (#31) (@samuel3008)
  • speed up conversion from big types, deduplicate code (#35) (@nsajko)
  • fix runtime dispatch for MultiFloat{Float64, 11} and up (#36) (@nsajko)

v1.0.3

22 Dec 00:35
Compare
Choose a tag to compare

MultiFloats v1.0.3

Diff since v1.0.2

Merged pull requests:

v1.0.2

31 Jan 03:19
Compare
Choose a tag to compare

MultiFloats v1.0.2

  • rename MultiFloatsCodeGen to Arithmetic
  • add sinpi and cospi to list of transcendental functions

Diff since v1.0.1