From 4a5229bf7920dd3acba78732bc0133c3d01bc8aa Mon Sep 17 00:00:00 2001 From: Pere Antoni Martorell Date: Thu, 15 Feb 2024 12:34:48 +0100 Subject: [PATCH] bump version 0.2.0 --- NEWS.md | 29 +++++++++++++++++++++++++++++ Project.toml | 6 +++--- 2 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 NEWS.md diff --git a/NEWS.md b/NEWS.md new file mode 100644 index 00000000..1e7a4cf5 --- /dev/null +++ b/NEWS.md @@ -0,0 +1,29 @@ +# 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.1.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + + +## [0.2.0] - 2024-02-15 + +### Added + +- `cut_facets()` for the integration of cut cell boundaries with `GridapEmbeded` #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 + +### Removed + + +## [0.1.0] - 2021-09-04 + +A changelog is not maintained for this version. + + + diff --git a/Project.toml b/Project.toml index f58efcda..7210f926 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "STLCutters" uuid = "284f087d-c8bb-44c4-af3c-39d0e1f330a5" authors = ["Pere Antoni Martorell", "Large Scale Scientific Computing"] -version = "0.1.6" +version = "0.2.0" [deps] AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c" @@ -18,13 +18,13 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80" ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca" [compat] -AlgebraicMultigrid = "0.5" +AlgebraicMultigrid = "0.5,0.6" Downloads = "1.4" FileIO = "1.6" FillArrays = "0.11, 0.13, 1" GraphRecipes = "0.5" Gridap = "0.17.16" -GridapEmbedded = "0.8" +GridapEmbedded = "0.8, 0.9" IterativeSolvers = "0.9" MeshIO = "0.4" Plots = "1.11"