Releases: JuliaApproximation/ClassicalOrthogonalPolynomials.jl
Releases · JuliaApproximation/ClassicalOrthogonalPolynomials.jl
v0.14.0
ClassicalOrthogonalPolynomials v0.14.0
Merged pull requests:
- Separate type of parameters in Jacobi (#220) (@dlfivefifty)
v0.13.9
ClassicalOrthogonalPolynomials v0.13.9
Merged pull requests:
- add docstrings for Jacobi and Legendre (#215) (@putianyi889)
- CompatHelper: bump compat for InfiniteLinearAlgebra to 0.9, (keep existing compat) (#218) (@github-actions[bot])
v0.13.8
ClassicalOrthogonalPolynomials v0.13.8
Merged pull requests:
- Support higher order derivatives (#211) (@dlfivefifty)
- Bump codecov/codecov-action from 4 to 5 (#212) (@dependabot[bot])
- Support DynamicPolynomials.jl (#214) (@dlfivefifty)
v0.13.7
ClassicalOrthogonalPolynomials v0.13.7
Merged pull requests:
- Move out recurrence code (#203) (@dlfivefifty)
v0.13.6
ClassicalOrthogonalPolynomials v0.13.6
Merged pull requests:
- Test that diff(T[:,1:5]) * randn(5) returns an Expansion instead of a… (#200) (@dlfivefifty)
- Missing
@test
(#201) (@DanielVandH) - Simplify a few expressions (#205) (@putianyi889)
- Assume NoSingularities by default in expand (#208) (@dlfivefifty)
Closed issues:
- Multithreading Legendre transform (#204)
v0.13.5
ClassicalOrthogonalPolynomials v0.13.5
Merged pull requests:
- Implement gausslobatto / gaussradau and
Monic
(#199) (@DanielVandH)
Closed issues:
- Can't expand identically zero functions with
Legendre()
(#196)
v0.13.4
ClassicalOrthogonalPolynomials v0.13.4
Merged pull requests:
- Fix
\
for LanczosPolynomials with empty caches (#198) (@DanielVandH)
Closed issues:
\
fails for LanczosConversion against an empty cache (#197)
v0.13.3
ClassicalOrthogonalPolynomials v0.13.3
Merged pull requests:
- Fix #192 (#194) (@dlfivefifty)
- Fix #139 (#195) (@dlfivefifty)
Closed issues:
v0.13.2
ClassicalOrthogonalPolynomials v0.13.2
Merged pull requests:
- Update choleskyQR.jl: Remove at threads (#193) (@DanielVandH)
v0.13.1
ClassicalOrthogonalPolynomials v0.13.1
Merged pull requests:
- Bump julia-actions/setup-julia from 1 to 2 (#175) (@dependabot[bot])
- Tests #182 (#188) (@dlfivefifty)
- Fix method ambiguity for Normalized() \ Weighted(Normalized)) (#190) (@DanielVandH)
- Overloads for Weighted Jacobi (#191) (@dlfivefifty)
Closed issues:
- Infinite loop converting between ChebyshevU and Ultraspherical (#178)
- Can't compute scalar times squared jacobmatrix (#181)
- A \ B never completes when B is a
Normalized
basis (#182) - no method matching combine_axes() when indexing a transposed (A, B) (#183)
- copy(Ldiv(A, B)) for Normalized(A) and Weighted(Normalized(B)) ambiguity (#189)