Skip to content

Commit

Permalink
Update NEWS to reflect new rectangulardomain
Browse files Browse the repository at this point in the history
  • Loading branch information
fgasdia committed Dec 23, 2020
1 parent 79bc5e4 commit 5c39972
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 5c39972

Please sign in to comment.