Skip to content

Releases: JuliaApproximation/SingularIntegralEquations.jl

v0.6.0

29 Nov 12:19
v0.6.0
Compare
Choose a tag to compare

v0.6.0 (2019-11-29)

Diff since v0.5.0

Merged pull requests:

v0.5.0

11 Sep 14:28
v0.5.0
Compare
Choose a tag to compare

v0.4.3

07 Aug 14:05
v0.4.3
Compare
Choose a tag to compare

v0.4.3 (2019-07-29)

Diff since v0.4.2

Closed issues:

  • Many warnings when using SingularIntegralEquations,& 1Error (#120)
  • RealUnivariateSpace (#119)
  • ERROR: No range space attached to Convolution (#118)

v0.4.2

29 Apr 13:53
Compare
Choose a tag to compare
Drop Julia v0.7

Update for latest ApproxFun

05 Nov 19:54
d987649
Compare
Choose a tag to compare
Merge pull request #117 from JuliaApproximation/development

Update for ApproxFun v0.10

Support Julia v1.0

17 Sep 19:22
Compare
Choose a tag to compare
v0.4.0

Merge branch 'master' of https://github.com/JuliaApproximation/Singul…

SingularIntegralEquations v0.3.2

14 Mar 06:56
Compare
Choose a tag to compare

Supports latest ApproxFun

SingularIntegralEquations v0.3.1

22 Feb 14:06
f0f6747
Compare
Choose a tag to compare

Updated for ApproxFun v0.7.1

v0.1.0

16 Dec 14:14
Compare
Choose a tag to compare

This release includes:

  • a new example modelling ideal fluid flow;
  • implementation of cauchy singular integral operator using stieltjes for greater efficiency;
  • implementation of pseudohilbert, a variant of the Hilbert transform which may not be normalized at infinity;
  • implementation of certain singular integral operators on circles with reversed orientation;
  • new show methods to declutter the viewing of some of the larger data structures;
  • a new submodule FundamentalSolutions removing the build requirement of v0.0.1, containing:
    • a Julia translation of the C-library for the fundamental solution of the linearly stratified Helmholtz equation reported in:

      A. H. Barnett, B. J. Nelson, and J. M. Mahoney, High-order boundary integral equation solution of high frequency wave scattering from obstacles in an unbounded linearly stratified medium, J. Comp. Phys., 297:407–426, 2015; and,

    • an implementation of the Riemann function of the linearly stratified Helmholtz equation reported in:

      R. M. Slevinsky and S. Olver, A fast and well-conditioned spectral method for singular integral equations, arXiv:1507.00596, 2015;

  • the start of a library for hierarchical data structures, including:
    • binary hierarchical vectors and matrices, and hierarchical Funs, domains, spaces, and operators;
    • low-rank matrices and low-rank (finite-rank) operators to represent admissible blocks;
    • an algorithm to construct a binary cluster tree for points or domains in two spatial dimensions;
    • a hierarchical direct solver with a cached factorization; and,
  • compatibility with Julia v0.4 and ApproxFun v0.1 and removal of support for Julia v0.3.

We hope you enjoy the improvements and exploring new features!