From 2ede1db30c5277b54f73fa556728cc672ab1db79 Mon Sep 17 00:00:00 2001 From: Jakob Asslaender Date: Tue, 2 Jul 2024 11:10:00 -0400 Subject: [PATCH 1/2] Set version to v0.15.1 --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index ca841420..20fce07c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RegularizedLeastSquares" uuid = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23" authors = ["Tobias Knopp "] -version = "0.15.1-DEV" +version = "0.15.1" [deps] Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" @@ -25,11 +25,11 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" IterativeSolvers = "0.9" julia = "1.9" StatsBase = "0.33, 0.34" -FFTW = "1.0" FLoops = "0.2" +VectorizationBase = "0.19, 0.21" LinearOperatorCollection = "1.2" LinearOperators = "2.3.3" -VectorizationBase = "0.19, 0.21" +FFTW = "1.0" [targets] test = ["Test", "Random", "FFTW"] From cbb57ee8cf987f4d87da2a7ac4c0df1e0b81eead Mon Sep 17 00:00:00 2001 From: Jakob Asslaender Date: Tue, 2 Jul 2024 11:10:00 -0400 Subject: [PATCH 2/2] Set version to v0.15.2-DEV --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 20fce07c..40450a36 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RegularizedLeastSquares" uuid = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23" authors = ["Tobias Knopp "] -version = "0.15.1" +version = "0.15.2-DEV" [deps] Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" @@ -25,11 +25,11 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" IterativeSolvers = "0.9" julia = "1.9" StatsBase = "0.33, 0.34" -FLoops = "0.2" VectorizationBase = "0.19, 0.21" +FFTW = "1.0" LinearOperatorCollection = "1.2" LinearOperators = "2.3.3" -FFTW = "1.0" +FLoops = "0.2" [targets] test = ["Test", "Random", "FFTW"]