-
-
Notifications
You must be signed in to change notification settings - Fork 655
Remove useless limitations in Drinfeld modules #40436
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
Parfait. This limitation on the constant coefficient was useless. Thank you for removing it. We have the same doc-build problem as here, so I'll wait for a solution before approving. |
Documentation preview for this PR (built with commit bc7e67d; 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.
Code: approved. Could you just mention this feature in the doc (e.g. on line 95 of drinfeld_module.py
)?
Done. |
sagemathgh-40433: Constructor for the Carlitz module We add a constructor for instantiating easily the Carlitz module. ### 📝 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, sagemath#40436 URL: sagemath#40433 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière, Xavier Caruso
sagemathgh-40433: Constructor for the Carlitz module We add a constructor for instantiating easily the Carlitz module. ### 📝 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, sagemath#40436 URL: sagemath#40433 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière, Xavier Caruso
sagemathgh-40436: Remove useless limitations in Drinfeld modules (1) We authorize Drinfeld modules with constant coefficient zero (which is definitely not discarded by the theory). (2) We automatically coerce the given coefficients to the field of fractions; this avoids one step when creating a Drinfeld module. ### 📝 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. URL: sagemath#40436 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière
sagemathgh-40436: Remove useless limitations in Drinfeld modules (1) We authorize Drinfeld modules with constant coefficient zero (which is definitely not discarded by the theory). (2) We automatically coerce the given coefficients to the field of fractions; this avoids one step when creating a Drinfeld module. ### 📝 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. URL: sagemath#40436 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière
It seems there is now a merge conflict with #40430, so I merged it manually and resolved the conflict. |
sagemathgh-40433: Constructor for the Carlitz module We add a constructor for instantiating easily the Carlitz module. ### 📝 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, sagemath#40436 URL: sagemath#40433 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière, Xavier Caruso
sagemathgh-40436: Remove useless limitations in Drinfeld modules (1) We authorize Drinfeld modules with constant coefficient zero (which is definitely not discarded by the theory). (2) We automatically coerce the given coefficients to the field of fractions; this avoids one step when creating a Drinfeld module. ### 📝 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#40436 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière, Xavier Caruso
sagemathgh-40440: Hom spaces between Drinfeld modules We implement a method for computing a basis of the homset between two Drinfeld modules defined over a finite field. Includes sagemath#35386 ### 📝 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, sagemath#40436 URL: sagemath#40440 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière, Xavier Caruso
sagemathgh-40433: Constructor for the Carlitz module We add a constructor for instantiating easily the Carlitz module. ### 📝 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, sagemath#40436 URL: sagemath#40433 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière, Xavier Caruso
sagemathgh-40440: Hom spaces between Drinfeld modules We implement a method for computing a basis of the homset between two Drinfeld modules defined over a finite field. Includes sagemath#35386 ### 📝 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, sagemath#40436 URL: sagemath#40440 Reported by: Xavier Caruso Reviewer(s): Antoine Leudière, Xavier Caruso
(1) We authorize Drinfeld modules with constant coefficient zero (which is definitely not discarded by the theory).
(2) We automatically coerce the given coefficients to the field of fractions; this avoids one step when creating a Drinfeld module.
📝 Checklist
⌛ Dependencies
#40430