Releases: JuliaMath/DoubleFloats.jl
Releases · JuliaMath/DoubleFloats.jl
v1.3.2
DoubleFloats v1.3.2
v1.3.1
DoubleFloats v1.3.1
Merged pull requests:
v1.3.0
DoubleFloats v1.3.0
Merged pull requests:
- test on 1 instead of 1.6.3 specifically (#180) (@KristofferC)
v1.2.6
DoubleFloats v1.2.6
Merged pull requests:
- Update random.jl (#175) (@JeffreySarnoff)
- Fix typo in rounding (#177) (@LilithHafner)
- remove type piracy from show of
DoubleFloat
types (#179) (@KristofferC)
Closed issues:
update compat for Polynomials
v1.2.5 Update Project.toml
v1.2.4
DoubleFloats v1.2.4
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:
- Create Invalidations.yml (#155) (@ranocha)
- Performance fixes for rand (#156) (@nsajko)
- replace some fishy uses of x===0.0 with iszero(x) (#158) (@nsajko)
- Fix norm (#160) (@hannes-uppman)
- use
compact=false
by default when printing. (#163) (@oscardssmith) - update version (#170) (@oscardssmith)
v1.2.2
DoubleFloats v1.2.2
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
DoubleFloats v1.2.1
Closed issues:
- Double64 seems have problem for the string function and less precision. (#144)
v1.2.0
DoubleFloats v1.2.0
fixes string() bug reported yesterday
Closed issues:
- Inf/a yields NaN (#142)
Merged pull requests:
- version 1.2.0 string(x) via quadmath (#145) (@JeffreySarnoff)
bugfix for mixed type division with Inf
Merge pull request #143 from JuliaMath/tmp bugfix with mixed type division using Inf