From 9847a6416201dc36c903b59c537e492c145e2277 Mon Sep 17 00:00:00 2001 From: Pere Antoni Martorell <37292905+pmartorell@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:48:00 +0100 Subject: [PATCH] Update NEWS.md --- NEWS.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/NEWS.md b/NEWS.md index d1183e17..5ed38bd9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,22 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added -- `cut_facets()` for the integration of cut cell boundaries with `GridapEmbeded` #27. `cut_facets()` allows moment fitting integration +- `cut_facets()` for the integration of cut cell boundaries with `GridapEmbeded` [#27](https://github.com/gridap/STLCutters.jl/pull/27). `cut_facets()` allows moment fitting integration. ### Changed -- `cut()` interface has been changed to align with `GridapEmbeded` -- `subtriangulate()` also returns cut facet data -- The output order of _simplexify_ functions has changed: (1st) coordinates, (2nd) connectivities +- `cut()` interface has been changed to align with `GridapEmbeded`. +- `subtriangulate()` also returns cut facet data. +- The output order of _simplexify_ functions has changed: (1st) coordinates, (2nd) connectivities. ### Removed -- `plot(::Polyhedron)` is removed to reduce dependencies #28 +- `plot(::Polyhedron)` is removed to reduce dependencies [#28](https://github.com/gridap/STLCutters.jl/pull/28). ## [0.1.0] - 2021-09-04 A changelog is not maintained for this version. - - -