From 5d276b16d2c5e67fd5239e1081e979d8cdd35852 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Thu, 5 Jan 2023 07:57:32 +0100 Subject: [PATCH 1/2] bump compat of Polyester.jl to v0.7 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 92bd4f2..79c27a5 100644 --- a/Project.toml +++ b/Project.toml @@ -19,7 +19,7 @@ CloseOpenIntervals = "0.1" IfElse = "0.1" LayoutPointers = "0.1.2" LoopVectorization = "0.12.30" -Polyester = "0.4, 0.5, 0.6" +Polyester = "0.4, 0.5, 0.6, 0.7" SnoopPrecompile = "1" Static = "0.2, 0.3, 0.4, 0.6, 0.7, 0.8" VectorizationBase = "0.21" From bda6a22c02705647d7fbf900c4ab9df78208d777 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Thu, 5 Jan 2023 08:04:18 +0100 Subject: [PATCH 2/2] bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 79c27a5..5ee851f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "TriangularSolve" uuid = "d5829a12-d9aa-46ab-831f-fb7c9ab06edf" authors = ["chriselrod and contributors"] -version = "0.1.16" +version = "0.1.17" [deps] CloseOpenIntervals = "fb6a15b2-703c-40df-9091-08a04967cfa9"