11name = " ClassicalOrthogonalPolynomials"
22uuid = " b30e2e7b-c4ee-47da-9d5f-2c5c27239acd"
33authors = [
" Sheehan Olver <[email protected] >" ]
4- version = " 0.13.7 "
4+ version = " 0.13.8 "
55
66[deps ]
77ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -26,13 +26,20 @@ RecurrenceRelationships = "807425ed-42ea-44d6-a357-6771516d7b2c"
2626RecurrenceRelationshipArrays = " b889d2dc-af3c-4820-88a8-238fa91d3518"
2727SpecialFunctions = " 276daf66-3868-5448-9aa4-cd146d93841b"
2828
29+ [weakdeps ]
30+ MutableArithmetics = " d8a4904e-b15c-11e9-3269-09a3773c0cb0"
31+
32+ [extensions ]
33+ ClassicalOrthogonalPolynomialsMutableArithmeticsExt = " MutableArithmetics"
34+
2935[compat ]
3036ArrayLayouts = " 1.3.1"
3137BandedMatrices = " 1"
3238BlockArrays = " 1"
3339BlockBandedMatrices = " 0.13"
3440ContinuumArrays = " 0.18.3"
3541DomainSets = " 0.6, 0.7"
42+ DynamicPolynomials = " 0.6"
3643FFTW = " 1.1"
3744FastGaussQuadrature = " 1"
3845FastTransforms = " 0.16.6"
@@ -43,6 +50,7 @@ InfiniteLinearAlgebra = "0.8"
4350IntervalSets = " 0.7"
4451LazyArrays = " 2.2"
4552LazyBandedMatrices = " 0.10"
53+ MutableArithmetics = " 1"
4654QuasiArrays = " 0.11"
4755RecurrenceRelationships = " 0.1"
4856RecurrenceRelationshipArrays = " 0.1"
@@ -51,11 +59,12 @@ julia = "1.10"
5159
5260[extras ]
5361Base64 = " 2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
62+ DynamicPolynomials = " 7c1d4256-1411-5781-91ec-d7bc3513ac07"
5463ForwardDiff = " f6369f11-7733-5829-9624-2563aa707210"
5564Random = " 9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
5665SemiseparableMatrices = " f8ebbe35-cbfb-4060-bf7f-b10e4670cf57"
5766StaticArrays = " 90137ffa-7385-5640-81b9-e52037218182"
5867Test = " 8dfed614-e22c-5e08-85e1-65c5234f0b40"
5968
6069[targets ]
61- test = [" Base64" , " Test" , " ForwardDiff" , " SemiseparableMatrices" , " StaticArrays" , " Random" ]
70+ test = [" Base64" , " Test" , " ForwardDiff" , " SemiseparableMatrices" , " StaticArrays" , " Random" , " DynamicPolynomials " ]
0 commit comments