-
-
Couldn't load subscription status.
- Fork 682
rings/infinite polynomial ring fixes #37761
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 24 commits into
sagemath:develop
from
mantepse:rings/infinite_polynomial_ring_fixes
Sep 3, 2024
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
12fc4bc
return numerator and denominator as elements of self, restrict elemen…
mantepse a0deca4
add docstring to numerator, remove wrong denominator method (the inhe…
mantepse 690e048
remove workaround and fix InfinitePolynomialRing instead
mantepse 6d4659c
add documentation and tests, remove cached_method
mantepse 0fe5270
add doctest, fix linter
mantepse 064d6ba
add doctest for coercion issue
mantepse 7b49ae1
Fix missing backticks
mantepse a36aac5
Fix missing backticks
mantepse b128a60
remove misleading sentence and whitespace
mantepse 8015042
add missing colon
mantepse 385ee8c
use proper sphinx roles
mantepse 6706a39
remove whitespace
mantepse 575731d
improve docstring formatting
mantepse 97dbbc6
remove unnecessary parens
mantepse 9b76cf6
improve docstring
mantepse 2f607aa
fix sphinx role
mantepse b42e2d9
Merge branch 'sagemath:develop' into rings/infinite_polynomial_ring_f…
mantepse 91ad38e
Merge branch 'sagemath:develop' into rings/infinite_polynomial_ring_f…
mantepse a8fa295
Merge branch 'sagemath:develop' into rings/infinite_polynomial_ring_f…
mantepse 0b93f3a
Merge branch 'sagemath:develop' into rings/infinite_polynomial_ring_f…
mantepse 3cdc7ad
revert original fix -- replacing self._base(x) with self._base.coerce…
mantepse c719db3
Apply suggestions concerning docstring formatting from code review
mantepse 3435194
Merge branch 'develop' into rings/infinite_polynomial_ring_fixes
mantepse 7999167
indent forgotten lines
mantepse 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
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
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.
Uh oh!
There was an error while loading. Please reload this page.