Skip to content

Releases: JuliaApproximation/ApproxFun.jl

Bug fixes, latest BlockBandedMatrices

01 Dec 15:39
Compare
Choose a tag to compare
v0.10.3

bump BlockBandedMatrices require again

Fix special functions on large intervals

21 Nov 10:09
Compare
Choose a tag to compare
tidy linsolves in specialfunctions (#632)

it's better to change the relative tolerance than to scale and rescale (because this avoids dividing by 0 and then multiplying by 0 again)

Update for latest BlockBandedMatrices.jl

10 Nov 19:08
Compare
Choose a tag to compare

ApproxFun v0.10.0

02 Nov 12:18
Compare
Choose a tag to compare

Update to use Domains.jl and InfiniteArrays.jl

ApproxFun.jl v0.9.0

15 Aug 14:58
Compare
Choose a tag to compare

Supports Julia v0.7 and v1.0. Drops support for Julia v0.6.

ApproxFun v0.8.2

11 Aug 20:31
Compare
Choose a tag to compare

The last Julia v0.6 supporting release, improves Laguerre, Hermite, and Heaviside support.

ApproxFun.jl v0.8.1

25 Jun 08:04
Compare
Choose a tag to compare

Supports BandedMatrices v0.5

ApproxFun v0.8.0

13 Mar 07:22
Compare
Choose a tag to compare

ApproxFun now uses BlockBandedMatrices.jl for more efficient and reliable solution of PDEs.