Skip to content

Commit

Permalink
update NEWS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlchan committed Jun 8, 2023
1 parent 6b033ba commit 3750f13
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

StartUpDG.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. Recent changes will be documented in this file for human readability.

## Changes when updating to v0.17

#### Added
* Added support for pyramid reference elements and meshes
* Introduced unified `read_Gmsh_2D(...)` functions
* Specializations of `RefElemData` for `Polynomial(TensorProductQuadrature(quad_rule_1D))` approximation types
* Add docs on difference between StartUpDG.jl and Nodal DG Matlab codes

#### Changed
* removed `approximationType` as a property of `RefElemData`
* Made `Base.show` output less verbose.
* Deprecated CamlCase Gmsh read functions

## Changes when updating to v0.16

#### Added
Expand Down

0 comments on commit 3750f13

Please sign in to comment.