We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19915ea commit ac1ef07Copy full SHA for ac1ef07
Project.toml
@@ -4,7 +4,7 @@ keywords = ["math", "floating-point", "doubledouble", "extended-precision", "acc
4
license = "MIT"
5
desc = "extended precision floating point types using value pairs"
6
repo = "https://github.com/JuliaMath/DoubleFloats.jl.git"
7
-version = "1.2.6"
+version = "1.3.0"
8
9
[deps]
10
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
@@ -17,10 +17,10 @@ Requires = "ae029012-a4dd-5104-9daa-d747884805df"
17
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
18
19
[compat]
20
-Polynomials = "1, 2, 3, 4, 5"
21
-Quadmath = "0.4, 0.5, 0.6"
+Polynomials = "1, 2, 3, 4, 5, 6"
+Quadmath = "0.4, 0.5, 0.6, 0.7, 0.8"
22
Requires = "1"
23
-SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 1.1, 2"
+SpecialFunctions = "1.0, 1.1, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5"
24
GenericLinearAlgebra = "0.2.5, 0.3, 0.4, 0.5, 0.6"
25
julia = "1"
26
0 commit comments