Skip to content
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

Merged
merged 2 commits into from
Dec 26, 2023
Merged

update eclib to version 20231212 #36879

merged 2 commits into from
Dec 26, 2023

Conversation

JohnCremona
Copy link
Member

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

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.

βŒ› Dependencies

@JohnCremona
Copy link
Member Author

As far as I can see, the test failures have nothing to do with my changes.

@mkoeppe
Copy link
Member

mkoeppe commented Dec 17, 2023

How about this one (on 32bit)

sage -t --random-seed=94831720532873652004228675690153881729 src/sage/schemes/elliptic_curves/descent_two_isogeny.pyx
    Killed due to abort

(https://github.com/sagemath/sage/actions/runs/7212244941/job/19649586297?pr=36879#step:11:10473)

@JohnCremona
Copy link
Member Author

How about this one (on 32bit)

sage -t --random-seed=94831720532873652004228675690153881729 src/sage/schemes/elliptic_curves/descent_two_isogeny.pyx
    Killed due to abort

(https://github.com/sagemath/sage/actions/runs/7212244941/job/19649586297?pr=36879#step:11:10473)

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.

@JohnCremona
Copy link
Member Author

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.

Copy link

Documentation preview for this PR (built with commit a54dcee; changes) is ready! πŸŽ‰

Copy link
Member

@dimpase dimpase left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, looks good

vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 21, 2023
    
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 22, 2023
    
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 23, 2023
    
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Dec 24, 2023
    
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
@vbraun vbraun merged commit 368efce into sagemath:develop Dec 26, 2023
32 of 48 checks passed
@mkoeppe mkoeppe added this to the sage-10.3 milestone Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants