Gonzalo Tornaría
Gonzalo Tornaría
@dkwo sagemath 10.3 is close to being released. This PR is up-to-date with rc1, using flintlib 3.1 (it's just simpler to update both at the same time -- singular needs...
I added the patch to givaro; revbump to be safe since the missing include is in a header that we ship in givaro-devel.
I'm getting weird "error" in CI (no log at all), I don't know what is going on...
It turns out that the `flintlib-3.1.0.tar.gz` tarball had changed (to fix two issues I reported, see https://github.com/flintlib/flint/issues/1809) hence the template was failing at fetching it. It's updated now.
> I'm getting weird "error" in CI (no log at all), I don't know what is going on... It seems the logs are now XHRed from a `*.windows.net` address instead...
@dkwo final release of sagemath 10.3, if you want to review and give one more try before we merge. Notes - gap: I'm holding back 4.13.0 since there is no...
Ready to merge! Thanks @dkwo @leahneukirchen for your support.
> I cannot test on a 32-bit machine, and would not want to if I could, so why would I not just say somewhere in the documentation that 32-bits is...
@JohnCremona if `Euler()` is not important, I could make a PR to switch `NTL_BITS_PER_LONG` to `64` so the result is the same on 32 bits, if that's ok with you....
Something like this is what I have in mind: ```diff --- a/libsrc/interface.cc +++ b/libsrc/interface.cc @@ -102,6 +102,7 @@ void Compute_Euler(RR& y) bigfloat u, v, a, b, c; l = RR::precision();...