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

deprecate dict method of polynomials #38748

Draft
wants to merge 11 commits into
base: develop
Choose a base branch
from

Conversation

mantepse
Copy link
Collaborator

@mantepse mantepse commented Oct 1, 2024

We deprecate the method dict for polynomials in favour of monomial_coefficients, because

  • monomial_coefficients is more descriptive
  • monomial_coefficients also works for free modules
  • the function dict applied to a polynomial does (of course) something rather different, which may be surprising to newcomers.

@mantepse mantepse marked this pull request as draft October 1, 2024 12:23
Copy link

github-actions bot commented Oct 1, 2024

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

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.

1 participant