Recent Releases of RootsAndPoles

RootsAndPoles - v2.0.0

  • Remove custom fast delaunayedges implementation. Fixed by https://github.com/JuliaGeometry/VoronoiDelaunay.jl/pull/59
  • Bump minimum Julia to v1.7 and upgrades Manifest to version 2.0
  • Immutable GRPFParams (closes #13)
  • Some cleanup/simplification

- Julia
Published by fgasdia almost 4 years ago

RootsAndPoles - v1.4.0

RootsAndPoles v1.4.0

Diff since v1.3.1

Closed issues: - Add a plot function (#6) - Release v1.3.1 (#19) - rectangulardomain boundary issues (#22)

Merged pull requests: - Add convenience function for plotting (#21) (@fgasdia) - Fix rectangulardomain (#23) (@fgasdia) - Update simplefcn figure with new rectangulardomain (#24) (@fgasdia) - Update NEWS to reflect new rectangulardomain (#25) (@fgasdia)

- Julia
Published by github-actions[bot] about 5 years ago

RootsAndPoles - v1.3.1

RootsAndPoles v1.3.1

Diff since v1.3.0

  • Bug fix parameterization of ScaledFunction.
  • Simplify conversion to/from user function domain to VoronoiDelaunay domain.

Closed issues: - Move NEWS to its own file (#14) - Release v1.3.0 (#15)

Merged pull requests: - Fix parametric typing of ScaledFunction + simplify scaling between function and Delaunay space (#16) (@fgasdia) - Move NEWS to its own file (#17) (@fgasdia) - Add TagBot support (#18) (@fgasdia)

- Julia
Published by github-actions[bot] about 5 years ago

RootsAndPoles - 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)

- Julia
Published by fgasdia about 5 years ago

RootsAndPoles - mutable GRPFParams

- Julia
Published by fgasdia over 5 years ago

RootsAndPoles - Bug fix for max nodes or iterations in tesselate!

- Julia
Published by fgasdia over 5 years ago

RootsAndPoles - Support multithreading

User functions can optionally be multithreaded.

Also a minor improvement to the rectangulardomain utility function.

- Julia
Published by fgasdia over 5 years ago

RootsAndPoles - 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, and skinnytriangle can now all be explicitly passed to the GRPF algorithm through the GRPFParams struct.

- Julia
Published by fgasdia over 5 years ago

RootsAndPoles - First release

for Zenodo

- Julia
Published by fgasdia over 6 years ago