-
-
Notifications
You must be signed in to change notification settings - Fork 556
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
update eclib to version 20231212 #36879
Conversation
As far as I can see, the test failures have nothing to do with my changes. |
How about this one (on 32bit)
|
I don't think any of that code is changed. It was not written by me -- it is a translation into cython of code in eclib (in C++), and is almost certainly now available directly on pari which has a lot more elliptic curve functionality than when this was written. ANyway, I ca't see anything wrong with the function, but I am no cython expert. |
As with my other oper PR, there appear to be failing tests which have nothing to do with any code I changed. Of course I may be wrong. |
Documentation preview for this PR (built with commit a54dcee; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, looks good
sagemathgh-36879: update eclib to version 20231212 eclib version 20231212 has some bugfixes and also uses flint3 if available. No Sage code or doctest changes are required. build/pkgs/eclib/spkg-install.in has been simplified buid/pkgs/eclib/spkg-configure.m4 now uses [ge] and not [eq] to check eclib version ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36879 Reported by: John Cremona Reviewer(s): Dima Pasechnik
sagemathgh-36879: update eclib to version 20231212 eclib version 20231212 has some bugfixes and also uses flint3 if available. No Sage code or doctest changes are required. build/pkgs/eclib/spkg-install.in has been simplified buid/pkgs/eclib/spkg-configure.m4 now uses [ge] and not [eq] to check eclib version ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36879 Reported by: John Cremona Reviewer(s): Dima Pasechnik
sagemathgh-36879: update eclib to version 20231212 eclib version 20231212 has some bugfixes and also uses flint3 if available. No Sage code or doctest changes are required. build/pkgs/eclib/spkg-install.in has been simplified buid/pkgs/eclib/spkg-configure.m4 now uses [ge] and not [eq] to check eclib version ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36879 Reported by: John Cremona Reviewer(s): Dima Pasechnik
sagemathgh-36879: update eclib to version 20231212 eclib version 20231212 has some bugfixes and also uses flint3 if available. No Sage code or doctest changes are required. build/pkgs/eclib/spkg-install.in has been simplified buid/pkgs/eclib/spkg-configure.m4 now uses [ge] and not [eq] to check eclib version ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> <!-- If your change requires a documentation PR, please link it appropriately --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> <!-- Feel free to remove irrelevant items. --> - [x] The title is concise, informative, and self-explanatory. - [x] The description explains in detail what this PR is about. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on - sagemath#12345: short description why this is a dependency - sagemath#34567: ... --> <!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> URL: sagemath#36879 Reported by: John Cremona Reviewer(s): Dima Pasechnik
eclib version 20231212 has some bugfixes and also uses flint3 if available. No Sage code or doctest changes are required.
build/pkgs/eclib/spkg-install.in has been simplified
buid/pkgs/eclib/spkg-configure.m4 now uses [ge] and not [eq] to check eclib version
📝 Checklist
⌛ Dependencies