From 3e0b32406c8ebe638093482f904681a6cfec406c Mon Sep 17 00:00:00 2001 From: Jakob Asslaender Date: Thu, 1 Feb 2024 18:08:48 -0500 Subject: [PATCH 1/2] Set version to v0.13.0 --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 062065e0..6b24ee01 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RegularizedLeastSquares" uuid = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23" authors = ["Tobias Knopp "] -version = "0.12.0" +version = "0.13.0" [deps] Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" @@ -23,13 +23,13 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341" [compat] IterativeSolvers = "0.9" -VectorizationBase = "0.19, 0.21" -StatsBase = "0.33, 0.34" julia = "1.9" +StatsBase = "0.33, 0.34" FFTW = "1.0" +FLoops = "0.2" LinearOperatorCollection = "1.0" LinearOperators = "2.3.3" -FLoops = "0.2" +VectorizationBase = "0.19, 0.21" [targets] test = ["Test", "Random", "FFTW"] From c6c67f25211e43f120846d3c4982682088a14a00 Mon Sep 17 00:00:00 2001 From: Jakob Asslaender Date: Thu, 1 Feb 2024 18:08:48 -0500 Subject: [PATCH 2/2] Set version to v0.13.1-DEV --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 6b24ee01..e33269f1 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "RegularizedLeastSquares" uuid = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23" authors = ["Tobias Knopp "] -version = "0.13.0" +version = "0.13.1-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" -FFTW = "1.0" FLoops = "0.2" +VectorizationBase = "0.19, 0.21" LinearOperatorCollection = "1.0" LinearOperators = "2.3.3" -VectorizationBase = "0.19, 0.21" +FFTW = "1.0" [targets] test = ["Test", "Random", "FFTW"]