From e9a53b9d519d70c5bd58c9e2860e1aa8e791b5a5 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Thu, 7 Nov 2024 17:11:41 +1100 Subject: [PATCH 1/3] Updated compats to comply with Gridap --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 1dc2bd6..a4dfacc 100644 --- a/Project.toml +++ b/Project.toml @@ -15,10 +15,10 @@ SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1" WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" [compat] -BlockArrays = "0.16.38" -FillArrays = "0.8.4,1" +BlockArrays = "1" +FillArrays = "1" Gridap = "0.18.3" -LinearAlgebra = "1.3" +LinearAlgebra = "1" MPI = "0.16, 0.17, 0.18, 0.19, 0.20" PartitionedArrays = "0.3.3" SparseArrays = "1.3" From 585f770eb91cc8877c7d48da02e14c1410a9d789 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Fri, 8 Nov 2024 09:12:09 +1100 Subject: [PATCH 2/3] Bumped release --- NEWS.md | 2 +- Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index c07aca2..31a8838 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.4.5] 2024-10-08 ### Fixed diff --git a/Project.toml b/Project.toml index a4dfacc..7926a25 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GridapDistributed" uuid = "f9701e48-63b3-45aa-9a63-9bc6c271f355" authors = ["S. Badia ", "A. F. Martin ", "F. Verdugo "] -version = "0.4.4" +version = "0.4.5" [deps] BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e" From 7b7ba9e3fb0be9d98b40bb60228ceb64d4335398 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Fri, 8 Nov 2024 11:47:23 +1100 Subject: [PATCH 3/3] Bumped Gridap compat to 0.18.7 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7926a25..87919ed 100644 --- a/Project.toml +++ b/Project.toml @@ -17,7 +17,7 @@ WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" [compat] BlockArrays = "1" FillArrays = "1" -Gridap = "0.18.3" +Gridap = "0.18.7" LinearAlgebra = "1" MPI = "0.16, 0.17, 0.18, 0.19, 0.20" PartitionedArrays = "0.3.3"