JuliaApproximation / ApproxFunBase.jl

Core functionality of ApproxFun
MIT License
12 stars 13 forks source link

Fix kron product on sum spaces #640

Closed mzaffalon closed 4 months ago

mzaffalon commented 4 months ago

Fix JuliaApproximation/ApproxFun.jl#929.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 74.30%. Comparing base (023b1a4) to head (6603ad2). Report is 4 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #640 +/- ## ========================================== - Coverage 75.20% 74.30% -0.90% ========================================== Files 79 79 Lines 8445 8446 +1 ========================================== - Hits 6351 6276 -75 - Misses 2094 2170 +76 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

jishnub commented 4 months ago

Thanks! Could you also bump the patch version?

mzaffalon commented 4 months ago

You mean Project.toml?

jishnub commented 4 months ago

Yes, please update the version to 0.9.26. I will merge and tag a release

mzaffalon commented 4 months ago

Thank you!

Would you merge also https://github.com/JuliaApproximation/ApproxFunFourier.jl/pull/117 or would you like more tests?

jishnub commented 4 months ago

I think that's fine. I'll merge that after backporting this to the v0.8 branch.