Skip to content

Commit

Permalink
Merge pull request #25 from fgasdia/domainfix
Browse files Browse the repository at this point in the history
Update NEWS to reflect new rectangulardomain
  • Loading branch information
fgasdia authored Dec 23, 2020
2 parents d1c7383 + 5c39972 commit 71012d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Important notices about MAJOR and MINOR version releases.

- `v1.4.0`: Provides a new function for preparing data for plotting, `getplotdata`.
A fix for `rectangulardomain` is also included that, as a side effect, shifts the nodes produced by the old `rectangulardomain` by a half spacing.
This may cause slightly different root and pole locations from `grpf`.

- `v1.3.0`: `GRPFParams` no longer parameterizes the type of the `tolerance` field and instead it is fixed as `Float64`.
There is no reason `tolerance` would have been anything other than `Float64` because the precision is limited to `Float64` by the underlying `VoronoiDelaunay.jl` triangulation procedure.
Expand Down

0 comments on commit 71012d4

Please sign in to comment.