Skip to content

Commit 02b1216

Browse files
github-actions[bot]CompatHelper Juliadlfivefifty
authored
CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.8, (keep existing compat) (#148)
* CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.8, (keep existing compat) * v0.4.3 * Update rect.jl --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 91f1352 commit 02b1216

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MultivariateOrthogonalPolynomials"
22
uuid = "4f6956fd-4f93-5457-9149-7bfc4b2ce06d"
3-
version = "0.4.2"
3+
version = "0.4.3"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -28,7 +28,7 @@ ArrayLayouts = "0.8.6, 1"
2828
BandedMatrices = "0.17"
2929
BlockArrays = "0.16.14"
3030
BlockBandedMatrices = "0.11.5, 0.12"
31-
ClassicalOrthogonalPolynomials = "0.7"
31+
ClassicalOrthogonalPolynomials = "0.7, 0.8"
3232
ContinuumArrays = "0.12"
3333
DomainSets = "0.5, 0.6"
3434
FastTransforms = "0.15"

src/rect.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ end
9090
function transform_ldiv(K::KronPolynomial{d,V,<:Fill{<:Legendre}}, f::Union{AbstractQuasiVector,AbstractQuasiMatrix}) where {d,V}
9191
T = KronPolynomial{d}(Fill(ChebyshevT{V}(), size(K.args)...))
9292
dat = (T \ f).array
93-
DiagTrav(pad(cheb2leg(paddeddata(dat)), axes(dat)...))
93+
DiagTrav(pad(FastTransforms.th_cheb2leg(paddeddata(dat)), axes(dat)...))
9494
end

0 commit comments

Comments
 (0)