- 
                Notifications
    You must be signed in to change notification settings 
- Fork 77
Support BigFloat polynomials #297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| Codecov Report
 @@            Coverage Diff             @@
##           master     #297      +/-   ##
==========================================
- Coverage   88.49%   87.85%   -0.65%     
==========================================
  Files          16       16              
  Lines        1617     1663      +46     
==========================================
+ Hits         1431     1461      +30     
- Misses        186      202      +16     
 Continue to review full report at Codecov. 
 | 
| Thanks, this seems quite reasonable. | 
| Would it be possible to trigger a new release soon? This would be very much appreciated as this issue is preventing me from releasing the latest developments in RungeKutta.jl and GeometricIntegrators.jl... thanks! | 
| Sure, I can get to this this afternoon.… On Wed, Dec 2, 2020 at 3:40 PM Michael Kraus ***@***.***> wrote:
 Would it be possible to trigger a new release soon? This would be very
 much appreciated as this issue is preventing me from releasing the latest
 developments in RungeKutta.jl and GeometricIntegrators.jl... thanks!
 —
 You are receiving this because you modified the open/close state.
 Reply to this email directly, view it on GitHub
 <#297 (comment)>,
 or unsubscribe
 <https://github.com/notifications/unsubscribe-auth/AADG6TEQ5PNFUBWCDZ5YISLSS2Q4PANCNFSM4UA6YSUQ>
 .
 -- 
John Verzani
Department of Mathematics
College of Staten Island, CUNY
[email protected] | 
| Sorry @michakraus . This fix is going to have to be shelved, as surprisingly it causes issues with many packages when a combination of packages including this one is loaded. I'll open an issue so that we can reinstall this once that dust settles. | 
| No problem, I saw the discussion, makes sense. I can work with v1.1.13 for now and will investigate other options. | 
| I think you only need to do:  | 
| Yes, indeed. I updated my packages and this works everywhere. I guess we can dump this PR as there is no real need for it anymore. | 
Add GenericLinearAlgebra in order to support BigFloat polynomials, e.g.,
Currently roots cannot be computed for BigFloat polynomials as
LinearAlgebra.eigvalsdoes not support BigFloat.