Skip to content

Commit

Permalink
Update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pmartorell authored Feb 15, 2024
1 parent 3add0aa commit 9847a64
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.



2 comments on commit 9847a64

@pmartorell
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/100942

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 9847a6416201dc36c903b59c537e492c145e2277
git push origin v0.2.0

Please sign in to comment.