Skip to content

Releases: JuliaMath/DoubleFloats.jl

v1.3.2

05 Feb 13:40
8706c50
Compare
Choose a tag to compare

DoubleFloats v1.3.2

Diff since v1.3.1

v1.3.1

03 Feb 17:26
95cec82
Compare
Choose a tag to compare

DoubleFloats v1.3.1

Diff since v1.3.0

Merged pull requests:

v1.3.0

16 Dec 21:47
ac1ef07
Compare
Choose a tag to compare

DoubleFloats v1.3.0

Diff since v1.2.6

Merged pull requests:

v1.2.6

17 Nov 13:39
f62eb32
Compare
Choose a tag to compare

DoubleFloats v1.2.6

Diff since v1.2.5

Merged pull requests:

Closed issues:

  • Compatability issue with Polynomials 4 (#173)
  • Register latest version v1.2.5? (#174)
  • Missing rounding method (#176)
  • inconsistent behaviour of Double64 when converting high precision number (#178)

update compat for Polynomials

25 Aug 17:37
3b4697a
Compare
Choose a tag to compare
v1.2.5

Update Project.toml

v1.2.4

21 Mar 20:23
c96cd63
Compare
Choose a tag to compare

DoubleFloats v1.2.4

Diff since v1.2.2

Closed issues:

  • cond() gives strange results (#149)
  • How to cite/acknowledge your package in a publication? (#153)
  • Can I generate static arrays with Double64? (#154)
  • thread-safety (#157)
  • Bad results from norm (#159)

Merged pull requests:

v1.2.2

04 May 05:48
Compare
Choose a tag to compare

DoubleFloats v1.2.2

Diff since v1.2.1

Merges the LinearAlgebra.floatmin2 fixes from David Gleich (dgleich). Replaces expm1 implementation with Quadmath's implementation which is much more stable for small values. This rectifies the most notable surprise in the code base.

Closed issues:

  • plane rotations or givens rotations are slow for Double64 due to Int64 conversion using BigFloats (#128)
  • Method definition string(..) overwritten (#146)

Merged pull requests:

v1.2.1

18 Apr 15:21
8295987
Compare
Choose a tag to compare

DoubleFloats v1.2.1

Diff since v1.2.0

Closed issues:

  • Double64 seems have problem for the string function and less precision. (#144)

v1.2.0

17 Apr 04:30
Compare
Choose a tag to compare

DoubleFloats v1.2.0

Diff since v1.1.28

fixes string() bug reported yesterday

Closed issues:

  • Inf/a yields NaN (#142)

Merged pull requests:

bugfix for mixed type division with Inf

31 Mar 17:34
ed93bd1
Compare
Choose a tag to compare
Merge pull request #143 from JuliaMath/tmp

bugfix with mixed type division using Inf