JuliaApproximation / FastTransforms.jl

:rocket: Julia package for orthogonal polynomial transforms :snowboarder:
Other
264 stars 27 forks source link

Fix type-promotion in BigInt transforms #244

Closed jishnub closed 6 months ago

jishnub commented 9 months ago

On master

julia> r = big(10)^400 .+ (0:1);

julia> chebyshevtransform(r)
2-element Vector{Float64}:
  Inf
 NaN

This PR fixes this.

codecov[bot] commented 9 months ago

Codecov Report

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

Comparison is base (9f135a8) 82.70% compared to head (4219cd2) 82.70%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #244 +/- ## ======================================= Coverage 82.70% 82.70% ======================================= Files 15 15 Lines 2688 2688 ======================================= Hits 2223 2223 Misses 465 465 ```

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

jishnub commented 8 months ago

Gentle bump @MikaelSlevinsky

MikaelSlevinsky commented 8 months ago

Look good!

jishnub commented 7 months ago

Good to merge?

jishnub commented 6 months ago

bump

dlfivefifty commented 6 months ago

@jishnub please feel free to merge things like this

jishnub commented 6 months ago

I don't have merge permissions on this repo

jishnub commented 6 months ago

@dlfivefifty there are several other outstanding PRs that should be good to go. Would you mind granting me the merge right to this repo?