Skip to content

Conversation

xcaruso
Copy link
Contributor

@xcaruso xcaruso commented Jul 17, 2025

(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

  • The title is concise and informative.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.
  • I have created tests covering the changes.
  • I have updated the documentation and checked the documentation preview.

⌛ Dependencies

#40430

@kryzar
Copy link
Contributor

kryzar commented Jul 18, 2025

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.

@kryzar kryzar self-requested a review July 18, 2025 08:14
Copy link

github-actions bot commented Aug 4, 2025

Documentation preview for this PR (built with commit bc7e67d; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

Copy link
Contributor

@kryzar kryzar left a 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)?

@xcaruso
Copy link
Contributor Author

xcaruso commented Aug 12, 2025

Done.

vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 12, 2025
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 13, 2025
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 14, 2025
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 15, 2025
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
@xcaruso
Copy link
Contributor Author

xcaruso commented Aug 16, 2025

It seems there is now a merge conflict with #40430, so I merged it manually and resolved the conflict.

vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 21, 2025
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 21, 2025
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 21, 2025
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 25, 2025
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
vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 25, 2025
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
@vbraun vbraun merged commit 22c48fa into sagemath:develop Aug 27, 2025
19 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants