-
-
Notifications
You must be signed in to change notification settings - Fork 688
Add ABCs CommutativePolynomial, MPolynomial_libsingular, InfinitePolynomial; deprecate is_Polynomial, is_MPolynomial #35076
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
Merged
vbraun
merged 25 commits into
sagemath:develop
from
mkoeppe:t/32709/sage_structure_element__add_abcs_polynomial__mpolynomial_for_isinstance_testing
Mar 13, 2023
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
eb3a270
sage.structure.element: Add ABCs Polynomial, MPolynomial, use for isiβ¦
mkoeppe 6696f5c
Use ABC MPolynomial for isinstance testing
mkoeppe 79f7e62
Fixups
mkoeppe ed050bb
sage.rings.polynomial: Make it a namespace package
mkoeppe 0613280
sage.structure.element: Introduce common base class CommutativePolynoβ¦
mkoeppe 27e8889
sage.structure.element: Introduce ABC InfinitePolynomial
mkoeppe 57228f5
src/sage/structure/element.pyx: Update hierarchy in documentation
mkoeppe 95e0adc
src/sage/structure/element.pyx: Add unique-direct-subclass tests
mkoeppe 1fd625c
src/sage/structure/element.pyx: Add unique-direct-subclass test for Eβ¦
mkoeppe 960506b
InfinitePolynomial: Change from constructor function to base class wiβ¦
mkoeppe fd54c82
Remove ABCs sage.structure.element.*Polynomial; introduce ABCs in sagβ¦
mkoeppe 538c2a7
Replace use of implementation class from multi_polynomial_libsingularβ¦
mkoeppe 0fcb6fb
src/sage/rings/polynomial/commutative_polynomial.pyx: Add doctests
mkoeppe 6e2adaf
InfinitePolynomial: Move _lmul_, _rmul_ here from subclasses
mkoeppe cdab0df
InfinitePolynomial.__classcall_private__: Add doctest
mkoeppe f7e9f41
Merge tag '9.8' into t/32709/sage_structure_element__add_abcs_polynomβ¦
mkoeppe e06e582
src/sage/rings/polynomial/infinite_polynomial_element.py: Use Infinitβ¦
mkoeppe 6b557c0
Merge tag '10.0.beta0' into t/32709/sage_structure_element__add_abcs_β¦
mkoeppe 8f5b799
src/sage/combinat/schubert_polynomial.py: Use isinstance(..., Infinitβ¦
mkoeppe 2d32a2e
Merge branch 'develop' into t/32709/sage_structure_element__add_abcs_β¦
mkoeppe 95b8793
Merge branch 'develop' into t/32709/sage_structure_element__add_abcs_β¦
mkoeppe 488a8b1
Merge branch 'develop' into t/32709/sage_structure_element__add_abcs_β¦
mkoeppe ffb4647
src/sage/rings/polynomial/polynomial_element.pyx: Update doctest outpβ¦
mkoeppe 2993660
Merge remote-tracking branch 'upstream/develop' into t/32709/sage_strβ¦
mkoeppe 3b65350
src/sage/quadratic_forms/quadratic_form.py: Replace use of deprecatedβ¦
mkoeppe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixups
- Loading branch information
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
the deprecation message is wrong:
it should be
sage.rings.polynomial.multi_polynomial.MPolynomial, no?