-
-
Notifications
You must be signed in to change notification settings - Fork 703
gcd and lcm of isogenies of Drinfeld modules #40434
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
|
Hi @fchapoton. It seems the documentation build is failing but we reckon it's not a problem on our side (something to do with artifacts). What should we do about it? |
|
I have no idea, sorry. Ignore it and do your best to write correct docs. EDIT: you can also build the doc locally, maybe. It takes several hours for the full doc, but you can restrict to the "document" that you are changing. |
|
I built the documentation and it looks fine. |
|
the reason the doc build fails is #40379 . Just ignore it for now. |
|
Documentation preview for this PR (built with commit 43a7920; changes) is ready! 🎉 |
kryzar
left a comment
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.
Only one comment (in the review directly).
sagemathgh-40434: gcd and lcm of isogenies of Drinfeld modules We add methods to compute right gcds and left lcms of isogenies between Drinfeld modules. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies sagemath#40430 URL: sagemath#40434 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière
sagemathgh-40434: gcd and lcm of isogenies of Drinfeld modules We add methods to compute right gcds and left lcms of isogenies between Drinfeld modules. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [ ] I have linked a relevant issue or discussion. - [x] I have created tests covering the changes. - [x] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies sagemath#40430 URL: sagemath#40434 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière
We add methods to compute right gcds and left lcms of isogenies between Drinfeld modules.
📝 Checklist
⌛ Dependencies
#40430