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

move power series to Parent #38741

Merged
merged 3 commits into from
Oct 12, 2024

Conversation

fchapoton
Copy link
Contributor

make the power series rings inherit from Parent instead of the auld Ring class

📝 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.

@fchapoton fchapoton marked this pull request as draft September 29, 2024 12:07
@fchapoton
Copy link
Contributor Author

the case of Laurent series triggers a failure in Drinfeld modules, so it is kept for another pull request

sage: M.gens()
(v0, v1, v2)
"""

Copy link
Collaborator

Choose a reason for hiding this comment

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

This blank line is unconventional, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

oui, c'est vrai, merci. J'ai corrigé ça.

Copy link

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

Copy link
Collaborator

@mantepse mantepse left a comment

Choose a reason for hiding this comment

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

merci !

vbraun pushed a commit to vbraun/sage that referenced this pull request Oct 5, 2024
    
make the power series rings inherit from Parent instead of the auld
`Ring` class

### 📝 Checklist

- [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.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation and checked the documentation
preview.
    
URL: sagemath#38741
Reported by: Frédéric Chapoton
Reviewer(s): Frédéric Chapoton, Martin Rubey
vbraun pushed a commit to vbraun/sage that referenced this pull request Oct 9, 2024
    
make the power series rings inherit from Parent instead of the auld
`Ring` class

### 📝 Checklist

- [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.
- [ ] I have created tests covering the changes.
- [ ] I have updated the documentation and checked the documentation
preview.
    
URL: sagemath#38741
Reported by: Frédéric Chapoton
Reviewer(s): Frédéric Chapoton, Martin Rubey
@vbraun vbraun merged commit cfc9e9d into sagemath:develop Oct 12, 2024
24 checks passed
@fchapoton fchapoton deleted the move_power_series_to_Parent branch October 16, 2024 18:51
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.

3 participants