Releases: fgasdia/RootsAndPoles.jl
Releases · fgasdia/RootsAndPoles.jl
v2.0.0
v1.4.0
RootsAndPoles v1.4.0
Closed issues:
Merged pull requests:
v1.3.1
RootsAndPoles v1.3.1
- Bug fix parameterization of
ScaledFunction
. - Simplify conversion to/from user function domain to VoronoiDelaunay domain.
Closed issues:
Merged pull requests:
Release v1.3.0
- Remove parameterization of tolerance field in GRPFParams. It is now always Float64 type so GRPFParams no longer has any parametric types.
- Relax compat requirements on SpecialFunctions (only affects tests)
mutable GRPFParams
v1.2.0 Correct version number
Bug fix for max nodes or iterations in tesselate!
v1.1.1 Print warning when maxnodes or maxiters reached
Support multithreading
User functions can optionally be multithreaded.
Also a minor improvement to the rectangulardomain
utility function.
Registered as RootsAndPoles.jl
This package is now officially registered and coincides with a name change from GRPF.jl
to RootsAndPoles.jl
.
As a v1.0.0
release, the package will be more strictly following semantic versioning from here out.
Major changes since v0.3.0
include:
- Performance improvements throughout. ~30% reduction in memory allocations and ~10% increase in speed.
- Interface change.
tolerance
,tess_sizehint
,maxiterations
,maxnodes
, andskinnytriangle
can now all be explicitly passed to the GRPF algorithm through theGRPFParams
struct.
Performance improvements and interface to return data for plotting
Merge pull request #7 from fgasdia/dev Performance improvements and plot data return option
First release
for Zenodo