From 0e7fe2250ae83f29517d7cae236c91b05f4e85b8 Mon Sep 17 00:00:00 2001 From: amartin Date: Tue, 16 Mar 2021 20:06:27 +1100 Subject: [PATCH] Preparing release 0.15.3 --- NEWS.md | 8 ++++++++ Project.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 678c83ff8..f41de744e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,14 @@ 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). +## [0.15.3] - 2021-03-16 + +### Added +- `get_cell_map` now returns array of `AffineMap` for linear grids of simplices. Needed to compute Laplacian operator, inverse maps etc. Since PR [#553](https://github.com/gridap/Gridap.jl/pull/553). + +### Fixed +- Bug in `print_op_tree`. Since PR [#563](https://github.com/gridap/Gridap.jl/pull/563) + ## [0.15.2] - 2021-03-08 ### Added diff --git a/Project.toml b/Project.toml index f0ea3ed8c..09ef871f8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Gridap" uuid = "56d4f2e9-7ea1-5844-9cf6-b9c51ca7ce8e" authors = ["Santiago Badia ", "Francesc Verdugo "] -version = "0.15.2" +version = "0.15.3" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"