From 22c607194dd9c41ae1e7520858bc86d5ba7367d4 Mon Sep 17 00:00:00 2001 From: Zachary P Christensen Date: Tue, 30 Nov 2021 09:33:29 -0500 Subject: [PATCH 1/6] Update lower bounds Update lower bounds of 1.1.2 to ArrayInterface 3.1 and below --- E/EllipsisNotation/Compat.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/E/EllipsisNotation/Compat.toml b/E/EllipsisNotation/Compat.toml index dab59d022320504..6992cd4530b35cf 100644 --- a/E/EllipsisNotation/Compat.toml +++ b/E/EllipsisNotation/Compat.toml @@ -8,7 +8,7 @@ julia = "1" julia = "1.5.0-1" ["1.1-1.1.2"] -ArrayInterface = "3" +ArrayInterface = ["3.0-3.1"] ["1.1.3-1"] ArrayInterface = "3.2.0-3" From fc8cf11aadd4f315c3bd474905802b89bfd38699 Mon Sep 17 00:00:00 2001 From: Zachary P Christensen Date: Tue, 30 Nov 2021 09:44:24 -0500 Subject: [PATCH 2/6] Update Compat.toml --- E/EllipsisNotation/Compat.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/E/EllipsisNotation/Compat.toml b/E/EllipsisNotation/Compat.toml index 6992cd4530b35cf..de5833ff0f5f1e5 100644 --- a/E/EllipsisNotation/Compat.toml +++ b/E/EllipsisNotation/Compat.toml @@ -8,7 +8,7 @@ julia = "1" julia = "1.5.0-1" ["1.1-1.1.2"] -ArrayInterface = ["3.0-3.1"] +ArrayInterface = "3" ["1.1.3-1"] -ArrayInterface = "3.2.0-3" +ArrayInterface = "3.2" From fe5c762362ba6e146fb23006b9ff80b175823bc0 Mon Sep 17 00:00:00 2001 From: Zachary P Christensen Date: Tue, 30 Nov 2021 09:54:51 -0500 Subject: [PATCH 3/6] Update E/EllipsisNotation/Compat.toml Co-authored-by: Christopher Rackauckas --- E/EllipsisNotation/Compat.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/E/EllipsisNotation/Compat.toml b/E/EllipsisNotation/Compat.toml index de5833ff0f5f1e5..3346f9631adcb40 100644 --- a/E/EllipsisNotation/Compat.toml +++ b/E/EllipsisNotation/Compat.toml @@ -10,5 +10,5 @@ julia = "1.5.0-1" ["1.1-1.1.2"] ArrayInterface = "3" -["1.1.3-1"] +["1.1.2-1"] ArrayInterface = "3.2" From e58700ffee28e64610115baed28d4dc9b6ac720a Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Tue, 30 Nov 2021 10:37:19 -0500 Subject: [PATCH 4/6] Update Compat.toml --- E/EllipsisNotation/Compat.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/E/EllipsisNotation/Compat.toml b/E/EllipsisNotation/Compat.toml index 3346f9631adcb40..b1b7dc289bbf9b6 100644 --- a/E/EllipsisNotation/Compat.toml +++ b/E/EllipsisNotation/Compat.toml @@ -7,7 +7,7 @@ julia = "1" ["1.1-1"] julia = "1.5.0-1" -["1.1-1.1.2"] +["1.1-1.1.1"] ArrayInterface = "3" ["1.1.2-1"] From 41381bc7c1ee5189e6e4ca5fb486a42898c1bdc6 Mon Sep 17 00:00:00 2001 From: Zachary P Christensen Date: Tue, 30 Nov 2021 10:59:50 -0500 Subject: [PATCH 5/6] Update Compat.toml --- E/EllipsisNotation/Compat.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/E/EllipsisNotation/Compat.toml b/E/EllipsisNotation/Compat.toml index b1b7dc289bbf9b6..5f16062493e932c 100644 --- a/E/EllipsisNotation/Compat.toml +++ b/E/EllipsisNotation/Compat.toml @@ -7,7 +7,7 @@ julia = "1" ["1.1-1"] julia = "1.5.0-1" -["1.1-1.1.1"] +["1.1.1"] ArrayInterface = "3" ["1.1.2-1"] From dc7cd052e8ffc8e3221744d5cf93874c76f9ff1d Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 1 Dec 2021 14:12:18 +0100 Subject: [PATCH 6/6] Apply suggestions from code review --- E/EllipsisNotation/Compat.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/E/EllipsisNotation/Compat.toml b/E/EllipsisNotation/Compat.toml index 5f16062493e932c..25e80c634fd4a78 100644 --- a/E/EllipsisNotation/Compat.toml +++ b/E/EllipsisNotation/Compat.toml @@ -7,8 +7,8 @@ julia = "1" ["1.1-1"] julia = "1.5.0-1" -["1.1.1"] +["1.1-1.1.1"] ArrayInterface = "3" ["1.1.2-1"] -ArrayInterface = "3.2" +ArrayInterface = "3.2.0-3"