From d2ab6ac2ba0df0a821eebe5db6970f26a12f4864 Mon Sep 17 00:00:00 2001 From: Francesc Verdugo Date: Sun, 22 Aug 2021 16:03:09 +0200 Subject: [PATCH] Adding NEWS.md file --- NEWS.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 NEWS.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 0000000..96bfcc6 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,12 @@ +# Changelog +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.1.0] - Unreleased + +### Added +- Visualization of vertices, edges, and faces of Gridap `Triangulaiton` objects made of simplices. +- Visualization of scalar-valued `CellField` and related objects on `Triangulaiton` objects made of simplices. +