Releases: JuliaApproximation/SingularIntegralEquations.jl
Releases · JuliaApproximation/SingularIntegralEquations.jl
v0.6.0
v0.6.0 (2019-11-29)
Merged pull requests:
- CompatHelper: bump compat for "HypergeometricFunctions" to "0.2" (#127) (github-actions[bot])
v0.5.0
v0.5.0 (2019-09-11)
v0.4.3
v0.4.2
Drop Julia v0.7
Update for latest ApproxFun
Merge pull request #117 from JuliaApproximation/development Update for ApproxFun v0.10
Support Julia v1.0
v0.4.0 Merge branch 'master' of https://github.com/JuliaApproximation/Singul…
SingularIntegralEquations v0.3.2
Supports latest ApproxFun
SingularIntegralEquations v0.3.1
Updated for ApproxFun v0.7.1
v0.1.0
This release includes:
- a new example modelling ideal fluid flow;
- implementation of
cauchy
singular integral operator usingstieltjes
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!