Releases: JuliaApproximation/ClassicalOrthogonalPolynomials.jl
Releases · JuliaApproximation/ClassicalOrthogonalPolynomials.jl
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)
v0.13.0
ClassicalOrthogonalPolynomials v0.13.0
Merged pull requests:
- Bump actions/checkout from 2 to 4 (#174) (@dependabot[bot])
- Bump actions/cache from 1 to 4 (#176) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 4 (#177) (@dependabot[bot])
- Fix printing of slices of OrthogonalPolynomial (#180) (@DanielVandH)
- BlockArrays v1.0 and LazyArrays v2.0 (#186) (@dlfivefifty)
Closed issues:
- Can't print slices of orthogonal polynomials (#179)
v0.12.6
ClassicalOrthogonalPolynomials v0.12.6
Merged pull requests:
- Fix some typos in README (#172) (@DanielVandH)
- Example of using p-FEM (#173) (@dlfivefifty)
v0.12.5
ClassicalOrthogonalPolynomials v0.12.5
Merged pull requests:
- cumsum for Weighted(ChebyshevT()) (#170) (@dlfivefifty)
- CompatHelper: bump compat for FastTransforms to 0.16, (keep existing compat) (#171) (@github-actions[bot])
Closed issues:
- Cholesky Jacobi matrices are insanely slow (#167)
v0.12.4
ClassicalOrthogonalPolynomials v0.12.4
Merged pull requests: