Skip to content

Commit

Permalink
Merge pull request #29 from gridap/bump_version_0.2.0
Browse files Browse the repository at this point in the history
Bump version v0.2.0
  • Loading branch information
pmartorell authored Feb 15, 2024
2 parents 5e24cc2 + 4a5229b commit 32b46be
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
29 changes: 29 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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.



6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 32b46be

Please sign in to comment.