From 7b7708bc934434f3d0f57dc663fb586d4c6362e8 Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Wed, 23 Aug 2023 13:16:46 +1000 Subject: [PATCH 1/2] Updated compats --- Project.toml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Project.toml b/Project.toml index 1905726c..40514ff0 100644 --- a/Project.toml +++ b/Project.toml @@ -1,17 +1,8 @@ -authors = ["S. Badia ", "A. F. Martin ", "F. Verdugo "] name = "GridapDistributed" uuid = "f9701e48-63b3-45aa-9a63-9bc6c271f355" +authors = ["S. Badia ", "A. F. Martin ", "F. Verdugo "] version = "0.3.0" -[compat] -FillArrays = "0.8.4, 0.9, 0.10, 0.11, 0.12, 0.13" -Gridap = "0.17.18" -MPI = "0.16, 0.17, 0.18, 0.19, 0.20" -PartitionedArrays = "0.3.3" -SparseMatricesCSR = "0.6.6" -WriteVTK = "1.12.0" -julia = "1.3" - [deps] FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" Gridap = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e" @@ -22,6 +13,15 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" SparseMatricesCSR = "a0a7dd2c-ebf4-11e9-1f05-cf50bc540ca1" WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192" +[compat] +FillArrays = "0.8.4 - 1" +Gridap = "0.17.18" +MPI = "0.16, 0.17, 0.18, 0.19, 0.20" +PartitionedArrays = "0.3.3" +SparseMatricesCSR = "0.6.6" +WriteVTK = "1.12.0" +julia = "1.3" + [extras] MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From 5f3d2521c6c1a0c3cb3d2d45ea6ce7216d44a95d Mon Sep 17 00:00:00 2001 From: JordiManyer Date: Wed, 23 Aug 2023 14:00:32 +1000 Subject: [PATCH 2/2] Updated NEWS.md --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index d268845a..74fe967d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,6 +5,12 @@ 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 + +### Changed + +- Updated compat for FillArrays to v1. Since PR[127](https://github.com/gridap/GridapDistributed.jl/pull/127). + ## [0.3.0] - 2023-08-16 ### Changed