-
Notifications
You must be signed in to change notification settings - Fork 8
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 #32 from trixi-framework/add-news-md
Increase version to v0.3 and add NEWS.md
- Loading branch information
Showing
3 changed files
with
49 additions
and
2 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,39 @@ | ||
# Changelog | ||
|
||
Trixi2Vtk.jl follows the interpretation of | ||
[semantic versioning (semver)](https://julialang.github.io/Pkg.jl/dev/compatibility/#Version-specifier-format-1) | ||
used in the Julia ecosystem. Notable changes will be documented in this file | ||
for human readability. | ||
|
||
|
||
## Changes in the v0.3 lifecycle | ||
|
||
#### Added | ||
|
||
|
||
#### Changed | ||
|
||
|
||
#### Deprecated | ||
|
||
|
||
#### Removed | ||
|
||
|
||
## Changes in v0.3 | ||
|
||
#### Added | ||
|
||
- Visualize solutions obtained on 2D unstructured quadrilateral meshes (`UnstructuredQuadMesh`) | ||
- Visualize solutions obtained on 2D and 3D structured curved meshes (`CurvedMesh`) | ||
|
||
#### Changed | ||
|
||
- The required Julia version is updated to v1.6. | ||
|
||
#### Deprecated | ||
|
||
|
||
#### Removed | ||
|
||
- Ability to read and visualize solution files generated by Trixi prior to v0.3. |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Trixi2Vtk" | ||
uuid = "bc1476a1-1ca6-4cc3-950b-c312b255ff95" | ||
authors = ["Michael Schlottke-Lakemper <[email protected]>"] | ||
version = "0.2.5-pre" | ||
version = "0.3.0" | ||
|
||
[deps] | ||
Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" | ||
|
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
4241266
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
4241266
There was a problem hiding this comment.
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/37103
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: