JuliaApproximation / ContinuumArrays.jl

A package for representing quasi arrays with continuous indices
MIT License
27 stars 6 forks source link

ExpansionLayout-Lazy ambiguity #150

Closed dlfivefifty closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 97.14% and project coverage change: +0.08 :tada:

Comparison is base (1152f4c) 92.83% compared to head (a3f1f72) 92.92%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #150 +/- ## ========================================== + Coverage 92.83% 92.92% +0.08% ========================================== Files 9 9 Lines 712 735 +23 ========================================== + Hits 661 683 +22 - Misses 51 52 +1 ``` | [Impacted Files](https://app.codecov.io/gh/JuliaApproximation/ContinuumArrays.jl/pull/150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation) | Coverage Δ | | |---|---|---| | [src/bases/bases.jl](https://app.codecov.io/gh/JuliaApproximation/ContinuumArrays.jl/pull/150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL2Jhc2VzL2Jhc2VzLmps) | `91.21% <93.75%> (-0.14%)` | :arrow_down: | | [src/ContinuumArrays.jl](https://app.codecov.io/gh/JuliaApproximation/ContinuumArrays.jl/pull/150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL0NvbnRpbnV1bUFycmF5cy5qbA==) | `90.90% <100.00%> (+2.02%)` | :arrow_up: | | [src/bases/splines.jl](https://app.codecov.io/gh/JuliaApproximation/ContinuumArrays.jl/pull/150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL2Jhc2VzL3NwbGluZXMuamw=) | `96.51% <100.00%> (ø)` | | | [src/maps.jl](https://app.codecov.io/gh/JuliaApproximation/ContinuumArrays.jl/pull/150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL21hcHMuamw=) | `94.93% <100.00%> (+0.34%)` | :arrow_up: | | [src/operators.jl](https://app.codecov.io/gh/JuliaApproximation/ContinuumArrays.jl/pull/150?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=JuliaApproximation#diff-c3JjL29wZXJhdG9ycy5qbA==) | `89.15% <100.00%> (+0.40%)` | :arrow_up: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dlfivefifty commented 1 year ago

@jagot I'm planning to drop Julia versions < v1.9, hope that's OK. It means we can start using extensions (though not sure for what yet).