Recent Releases of DoubleFloats
DoubleFloats - v1.4.3
DoubleFloats v1.4.3
Merged pull requests: - Bump codecov/codecov-action from 4 to 5 (#210) (@dependabot[bot]) - make multiplication commutative (#211) (@araujoms)
Closed issues: - Float64, Double64 and BigFloat behave differently in dot products (#161) - Eigen does not work for Double64 matrices without GenericSchur (#198)
- Julia
Published by github-actions[bot] over 1 year ago
DoubleFloats - v1.4.2
DoubleFloats v1.4.2
Merged pull requests: - Add import from base for new tanpi on Julia 1.10+ (#208) (@dgleich)
- Julia
Published by github-actions[bot] over 1 year ago
DoubleFloats - v1.4.1
DoubleFloats v1.4.1
Merged pull requests: - fix power with negative integers (#207) (@araujoms)
Closed issues: - 2^(Double64(-1)) throws an error (#200)
- Julia
Published by github-actions[bot] over 1 year ago
DoubleFloats - v1.4.0
DoubleFloats v1.4.0
Merged pull requests: - Fix inf and nan bugs (#204) (@araujoms) - Update Project.toml (#205) (@JeffreySarnoff)
Closed issues: - Bug in *: Double64(Inf) * Double64(1) = NaN (#199) - sqrt(NaN) (#201) - log1p(Double64(Inf)) returns nothing (#203)
- Julia
Published by github-actions[bot] about 2 years ago
DoubleFloats - v1.3.8
DoubleFloats v1.3.8
Merged pull requests: - Fix conversion from Inf (#197) (@araujoms)
- Julia
Published by github-actions[bot] about 2 years ago
DoubleFloats - v1.3.7
DoubleFloats v1.3.7
Merged pull requests: - Bump codecov/codecov-action from 1 to 4 (#189) (@dependabot[bot]) - Bump actions/cache from 1 to 4 (#190) (@dependabot[bot]) - Bump actions/checkout from 2 to 4 (#191) (@dependabot[bot]) - add logabsgamma and unrelated fixes (#195) (@araujoms) - Bump julia-actions/setup-julia from 1 to 2 (#196) (@dependabot[bot])
Closed issues: - Cannot compute incomplete gamma function for some arguments (#183)
- Julia
Published by github-actions[bot] about 2 years ago
DoubleFloats - v1.3.6
DoubleFloats v1.3.6
Merged pull requests:
- fix subnormal sqrt and cbrt (#167) (@t-bltg)
Closed issues:
- invalid sqrt and cbrt result on subnormal numbers (#166)
- incorrect square function (#188)
- Is matrix multiplication multi-threaded for Double64? (#192)
- Is matrix multiplication multi-threaded for Double64? (#193)
- Julia
Published by github-actions[bot] over 2 years ago
DoubleFloats - v1.3.4
DoubleFloats v1.3.4
Merged pull requests: - doc: fix doc style and link (#165) (@inkydragon) - enable dependabot for GitHub actions (#169) (@ranocha)
- Julia
Published by github-actions[bot] over 2 years ago
DoubleFloats - v1.3.3
DoubleFloats v1.3.3
Merged pull requests: - run string macros at compile, not runtime (#162) (@uniment)
- Julia
Published by github-actions[bot] over 2 years ago
DoubleFloats - v1.3.1
DoubleFloats v1.3.1
Merged pull requests:
- Fix Base.precision on Julia v1.11 (#185) (@jondeuce)
- Julia
Published by github-actions[bot] over 2 years ago
DoubleFloats - v1.3.0
DoubleFloats v1.3.0
Merged pull requests: - test on 1 instead of 1.6.3 specifically (#180) (@KristofferC)
- Julia
Published by github-actions[bot] over 2 years ago
DoubleFloats - 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: - 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)
- Julia
Published by github-actions[bot] over 2 years ago
DoubleFloats - 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)
- Julia
Published by github-actions[bot] over 3 years ago
DoubleFloats - 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: - Fixes #128 (#147) (@dgleich)
- Julia
Published by github-actions[bot] about 4 years ago
DoubleFloats - v1.2.1
DoubleFloats v1.2.1
Closed issues: - Double64 seems have problem for the string function and less precision. (#144)
- Julia
Published by github-actions[bot] about 4 years ago
DoubleFloats - 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)
- Julia
Published by github-actions[bot] about 4 years ago
DoubleFloats - bugfix for mixed type division with Inf
- Julia
Published by JeffreySarnoff about 4 years ago
DoubleFloats - v1.1.26
DoubleFloats v1.1.26
Merged pull requests:
- Speed up square(::DoubleFloat) (#137) (@oscardssmith)
- add more tests (#138) (@JeffreySarnoff)
- Julia
Published by github-actions[bot] over 4 years ago
DoubleFloats - v1.1.25
DoubleFloats v1.1.25
Merged pull requests: - support specialfunctions 2.x (#133) (@stevengj)
- Julia
Published by github-actions[bot] over 4 years ago
DoubleFloats - v1.1.24
DoubleFloats v1.1.24
Merged pull requests: - support precision(x, base=...) in Julia 1.8 (#132) (@stevengj)
- Julia
Published by github-actions[bot] over 4 years ago
DoubleFloats - v1.1.23
DoubleFloats v1.1.23
Closed issues: - eigvals and eigvecs no longer work with Double64 (#126)
Merged pull requests: - Fixexp (#129) (@JeffreySarnoff) - reverts re-introducing using GenericSchur in src (#130) (@JeffreySarnoff)
- Julia
Published by github-actions[bot] almost 5 years ago
DoubleFloats - v1.1.22
DoubleFloats v1.1.22
- Julia
Published by github-actions[bot] about 5 years ago
DoubleFloats - v1.1.21
DoubleFloats v1.1.21
- Julia
Published by github-actions[bot] about 5 years ago
DoubleFloats - v1.1.20
DoubleFloats v1.1.20
Merged pull requests: - Remove inihex, iniHEX (#125) (@GregPlowman)
- Julia
Published by github-actions[bot] about 5 years ago
DoubleFloats - v1.1.18
DoubleFloats v1.1.18
Closed issues: - Bump Polynomials? (#123)
- Julia
Published by github-actions[bot] over 5 years ago
DoubleFloats - v1.1.17
DoubleFloats v1.1.17
Merged pull requests: - Fixed mod2pi, mod1pi, modhalfpi, and modqrtrpi (#122) (@klinemichael)
- Julia
Published by github-actions[bot] over 5 years ago
DoubleFloats - v1.1.16
DoubleFloats v1.1.16
Closed issues: - triple code status ? (#114) - Double128 using Quadmath's Float128 (#115) - Pb with julia 1.3 (#117) - Warnings occurred when precompiling DoubleFloats.jl (#118)
Merged pull requests: - MassInstallAction: Install the CI workflow on this repository (#119) (@timholy) - Infnorm (#121) (@JeffreySarnoff)
- Julia
Published by github-actions[bot] over 5 years ago
DoubleFloats - v1.1.15
DoubleFloats v1.1.15
- Julia
Published by github-actions[bot] over 5 years ago
DoubleFloats - v1.1.14
DoubleFloats v1.1.14
- Julia
Published by github-actions[bot] over 5 years ago
DoubleFloats - v1.1.13
DoubleFloats v1.1.13
Closed issues: - Slow startup (#109) - Double-Single and/or Posits? (#111)
- Julia
Published by github-actions[bot] almost 6 years ago
DoubleFloats - v1.1.12
DoubleFloats v1.1.12
Merged pull requests: - Use rng (#110) (@roosephu)
- Julia
Published by github-actions[bot] about 6 years ago
DoubleFloats - v1.1.11
DoubleFloats v1.1.11
Merged pull requests: - Switch to BigFloat(x; precision=n) for compatibility with julia 1.5 (#108) (@antoine-levitt)
- Julia
Published by github-actions[bot] about 6 years ago
DoubleFloats - v1.1.10
DoubleFloats v1.1.10
Merged pull requests: - Fix Polynomials deprecation and allow v1 (#107) (@saschatimme)
- Julia
Published by github-actions[bot] about 6 years ago
DoubleFloats - v1.1.9
DoubleFloats v1.1.9
- Julia
Published by github-actions[bot] about 6 years ago
DoubleFloats - v1.1.8
DoubleFloats v1.1.8
Closed issues:
- norm(v, Inf) fails when v is empty (#105)
Merged pull requests: - Fix norm computation for empty vectors (#106) (@mtanneau)
- Julia
Published by github-actions[bot] about 6 years ago
DoubleFloats - v1.1.7
DoubleFloats v1.1.7
Closed issues: - Digits lost during conversion from Int128 (#102)
- Julia
Published by github-actions[bot] about 6 years ago
DoubleFloats - v1.1.6
DoubleFloats v1.1.6
Merged pull requests: - Tests for complex norms (#101) (@mfherbst)
- Julia
Published by github-actions[bot] over 6 years ago
DoubleFloats - v1.1.5
DoubleFloats v1.1.5
fix norm(Complex{DoubleFloat})
Merged pull requests: - Fix norm function (#100) (@mfherbst)
- Julia
Published by github-actions[bot] over 6 years ago
DoubleFloats - v1.1.4
DoubleFloats v1.1.4
robustify norm normalize
- Julia
Published by github-actions[bot] over 6 years ago
DoubleFloats - v1.1.3
DoubleFloats v1.1.3
Closed issues: - Double64(-0.0) != 0 (#96)
Merged pull requests: - CompatHelper: bump compat for "Requires" to "1.0" (#98) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 6 years ago
DoubleFloats - v1.1.2
DoubleFloats v1.1.2
handle -0.0 comparison for e.g. ishermitian
Closed issues: - Performance of Matrix Vector product (#93)
Merged pull requests: - handle -0.0 (#97) (@JeffreySarnoff)
- Julia
Published by github-actions[bot] over 6 years ago
DoubleFloats - v1.1.1
DoubleFloats v1.1.1
Closed issues: - Inf operations return NaN (#94)
- Julia
Published by github-actions[bot] over 6 years ago
DoubleFloats - v1.1.0
DoubleFloats v1.1.0
Merged pull requests: - Install TagBot as a GitHub Action (#92) (@JuliaTagBot) - Fix inf (#95) (@JeffreySarnoff)
- Julia
Published by github-actions[bot] over 6 years ago
DoubleFloats - v1.0.3
v1.0.3 (2019-12-11)
Closed issues:
- Hyperbolic Tangent (#91)
- Julia
Published by julia-tagbot[bot] over 6 years ago
DoubleFloats - v1.0.2
v1.0.2 (2019-12-11)
Closed issues:
- Erf and erfc broken with DoubleFloats (#90)
- Julia
Published by julia-tagbot[bot] over 6 years ago
DoubleFloats - v0.9.12
v0.9.12 (2019-10-16)
Closed issues:
- printf (fix_dec) error on Julia v1.0 (#88)
- Julia
Published by julia-tagbot[bot] over 6 years ago
DoubleFloats - v0.9.11
v0.9.11 (2019-09-26)
Closed issues:
- explicitly pass through NaNs? (#87)
- Julia
Published by julia-tagbot[bot] almost 7 years ago
DoubleFloats - v0.9.10
v0.9.10 (2019-09-25)
Closed issues:
- exp(-Inf) yields NaN (#86)
- Use of
isnothingerrors on Julia 1.0 (#85)
- Julia
Published by julia-tagbot[bot] almost 7 years ago
DoubleFloats - v0.9.9
isnothing(x) --> x===nothing for Julia v1.0
- Julia
Published by julia-tagbot[bot] almost 7 years ago
DoubleFloats - v0.9.8
fixup for Printf (Greg Plowman)
- Julia
Published by julia-tagbot[bot] almost 7 years ago
DoubleFloats - v0.9.5
v0.9.5 (2019-08-11)
Closed issues:
- stack overflow using Optim.jl with Double64 (#81)
- Julia
Published by julia-tagbot[bot] almost 7 years ago
DoubleFloats - v0.9.3
support clamp, decompose
- Julia
Published by julia-tagbot[bot] almost 7 years ago
DoubleFloats - v0.9.2
v0.9.2 (2019-07-14)
Closed issues:
- typo in DoubleFloats.jl/src/Double.jl lines 42,43 (#79)
- Diagonalizability condition in matrixfunction (#77)
Merged pull requests:
- Fixed diagonalizability check in matrixfunction (#78) (mateuszbaran)
- finishing touches to make SpecialFunctions optional (#76) (RalphAS)
- Remove unnecessary conversion to BigFloat in convert (#75) (saschatimme)
- Julia
Published by julia-tagbot[bot] almost 7 years ago
DoubleFloats - v0.9.1
improves abserr, relerr for some trig functions improves performance of arctrig functions provides besselj0, besselj1, bessely0, bessely1, besselj, bessely for real args provides erf, erfc, gamma, loggamma (also lgamma)
- Julia
Published by julia-tagbot[bot] about 7 years ago
DoubleFloats - v0.9.0
improves abserr, relerr for some trig functions
improves performance of arctrig functions
provides besselj0, besselj1, bessely0, bessely1, besselj, bessely for real args
provides erf, erfc, gamma, loggamma (also lgamma)
- Julia
Published by julia-tagbot[bot] about 7 years ago
DoubleFloats - v0.8.3
v0.8.3 (2019-05-29)
Closed issues:
- FFTs (#74)
- Julia
Published by julia-tagbot[bot] about 7 years ago
DoubleFloats - v0.8.2
problematic typo fixed
- Julia
Published by julia-tagbot[bot] about 7 years ago
DoubleFloats - DoubleFloats.jl (resolve ambiguities)
- Julia
Published by JeffreySarnoff about 7 years ago
DoubleFloats - DoubleFloats.jl (parse Complex{DoubleFloat})
- Julia
Published by JeffreySarnoff about 7 years ago
DoubleFloats - DoubleFloats.jl ((sinpi, cospi, tanpi)
- Julia
Published by JeffreySarnoff about 7 years ago
DoubleFloats - DoubleFloats.jl (GenericSVD <- GenericLinearAlgebra)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (export `showall`)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (randpm with docs)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (tryparse supports nothing)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (better NaN, Inf results for log,trig...)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (fix lsb in DF64/F64)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (indexing bugfix)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (better muladd, fix typo)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (deprecate ComplexD64 -> ComplexDF64)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (deprecate d64 -> df64 etc, fix round)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (still better mod2pi, rem2pi ..)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (better mod2pi, modpi, modhalfpi, modqrtrpi)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl mod2pi(huge), exp(huge*(1+im))
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (fix comparison bug)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl fix acsch, asech, acoth
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (better matrix multiply)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (@db64_str, unrequire AccurateArithmetic)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl robust compares, parsing)
- Julia
Published by JeffreySarnoff over 7 years ago
DoubleFloats - DoubleFloats.jl (more matmul, fma fixup)
- Julia
Published by JeffreySarnoff over 7 years ago