From 45f8a331c23c004b64bffc16e07a9177d5144297 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sat, 2 Aug 2025 04:27:15 -0500 Subject: [PATCH] New version: IntervalFastMath v0.4.0 UUID: f385d984-c960-11e8-171c-977bba6b62a4 Repo: Tree: d13860f57c30dd86fcb52d90760682e2d930589a --- I/IntervalFastMath/Compat.toml | 3 +++ I/IntervalFastMath/Deps.toml | 5 ++++- I/IntervalFastMath/Versions.toml | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/I/IntervalFastMath/Compat.toml b/I/IntervalFastMath/Compat.toml index d9200c5..9c4cd7e 100644 --- a/I/IntervalFastMath/Compat.toml +++ b/I/IntervalFastMath/Compat.toml @@ -3,3 +3,6 @@ julia = "1" ["0.3.2-0"] julia = "1.9.0-1" + +["0.4-0"] +ThickNumbers = "1" diff --git a/I/IntervalFastMath/Deps.toml b/I/IntervalFastMath/Deps.toml index 224ad69..e117535 100644 --- a/I/IntervalFastMath/Deps.toml +++ b/I/IntervalFastMath/Deps.toml @@ -1,6 +1,9 @@ -[0] +["0-0.3"] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" ["0.0"] Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +["0.4-0"] +ThickNumbers = "b57aa878-5b76-4266-befc-f8e007760995" diff --git a/I/IntervalFastMath/Versions.toml b/I/IntervalFastMath/Versions.toml index 74b70ed..36fa5f2 100644 --- a/I/IntervalFastMath/Versions.toml +++ b/I/IntervalFastMath/Versions.toml @@ -21,3 +21,6 @@ git-tree-sha1 = "51479b0af2d79e46a62ce440e6d4be2e3745c98c" ["0.3.3"] git-tree-sha1 = "d6c962cbb9678bfe32441321c4465c1833977bf5" + +["0.4.0"] +git-tree-sha1 = "d13860f57c30dd86fcb52d90760682e2d930589a"