Skip to content

Commit

Permalink
New version: IntervalArithmetic v0.22.0 (#97018)
Browse files Browse the repository at this point in the history
UUID: d1acc4aa-44c8-5952-acd4-ba5d80a2a253
Repo: https://github.com/JuliaIntervals/IntervalArithmetic.jl.git
Tree: 1a4ddb754ce2fa30ab7867f33ff5c95cba87eff7

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator committed Dec 13, 2023
1 parent 02003a4 commit 50ff96a
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 15 deletions.
20 changes: 13 additions & 7 deletions I/IntervalArithmetic/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ julia = "0.6-1"
["0.15"]
julia = ["0.7", "1"]

["0.15-0"]
SetRounding = "0.2"

["0.15-0.16.1"]
CRlibm = "0.7.0-0.8"
FastRounding = "0.1.2-0.2"
RecipesBase = "0.5.0-0.7"
StaticArrays = "0.8.0-0.12"

["0.15-0.21"]
SetRounding = "0.2"

["0.16"]
julia = "1.1.0-1"

Expand All @@ -38,25 +38,31 @@ FastRounding = "0.2"
RecipesBase = "0.6-0.8"

["0.17-0"]
RecipesBase = "1"
RoundingEmulator = "0.2"

["0.17-0.19"]
julia = "1.3.0-1"

["0.17-0.21"]
RecipesBase = "1"

["0.17.7-0.20"]
StaticArrays = ["0.8-0.12", "1"]

["0.20"]
julia = "1.5.0-1"

["0.20.3-0"]
["0.20.3-0.21"]
CRlibm = ["0.7-0.8", "1"]

["0.20.4-0"]
["0.20.4-0.21"]
FastRounding = "0.2-0.3"

["0.21-0"]
["0.21"]
EnumX = "1"
StaticArrays = "1"
julia = "1.8.0-1"

["0.22-0"]
CRlibm = "1"
julia = "1.9.0-1"
18 changes: 10 additions & 8 deletions I/IntervalArithmetic/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
[0]
CRlibm = "96374032-68de-5a5b-8d9e-752f78720389"
FastRounding = "fa42c844-2597-5d31-933b-ebd51ab2693f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

["0-0.14"]
AdjacentFloats = "6cc8125e-a04b-5e90-9cbf-894ba9b8047f"
Expand All @@ -14,14 +9,21 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
["0-0.15"]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

["0.15-0"]
["0-0.21"]
FastRounding = "fa42c844-2597-5d31-933b-ebd51ab2693f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"

["0.15-0.21"]
SetRounding = "3cc68bcd-71a2-5612-b932-767ffbe40ab0"

["0.16.5-0"]
["0.16.5-0.21"]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

["0.17-0"]
RoundingEmulator = "5eaf0fd0-dfba-4ccb-bf02-d820a40db705"

["0.21-0"]
["0.21"]
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
3 changes: 3 additions & 0 deletions I/IntervalArithmetic/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,6 @@ git-tree-sha1 = "d70eb5999afad9c180b6aa7947260c1b66163f8a"

["0.21.2"]
git-tree-sha1 = "f59e639916283c1d2e106d2b00910b50f4dab76c"

["0.22.0"]
git-tree-sha1 = "1a4ddb754ce2fa30ab7867f33ff5c95cba87eff7"
2 changes: 2 additions & 0 deletions I/IntervalArithmetic/WeakCompat.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.22-0"]
DiffRules = "1"
2 changes: 2 additions & 0 deletions I/IntervalArithmetic/WeakDeps.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
["0.22-0"]
DiffRules = "b552c78f-8df3-52c6-915a-8e097449b14b"

0 comments on commit 50ff96a

Please sign in to comment.