-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from gridap/bump_version_0.2.0
Bump version v0.2.0
- Loading branch information
Showing
2 changed files
with
32 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters