-
-
Notifications
You must be signed in to change notification settings - Fork 487
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 is_FiniteField
etc., make sage.rings.finite_rings
a namespace package
#35119
Merged
vbraun
merged 16 commits into
sagemath:develop
from
mkoeppe:t/32664/add_sage_rings_abc_finitefield__deprecate_is_finitefield
Mar 19, 2023
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
53ede8c
sage.rings.finite_rings: Deprecate is_FiniteField, is_PrimeFiniteField
mkoeppe 8d4d8e5
sage.rings.finite_rings: Make it a namespace package
mkoeppe 6ce26bc
src/sage/rings/finite_rings/finite_field_constructor.py: Restore re-eβ¦
mkoeppe 98a5484
src/sage/rings/finite_rings/hom_finite_field.pyx: Import ABC as Finitβ¦
mkoeppe 2e6b5ef
sage.rings.finite_rings: Deprecate is_FiniteFieldElent
mkoeppe 3be7c97
Fixups
mkoeppe 97a363e
Fixups
mkoeppe 0c01403
Fixup: Elements of finite fields are not instances of FieldElement
mkoeppe 9f4d1c4
src/sage/crypto/mq/rijndael_gf.py: Fix imports
mkoeppe 9ebadcf
Merge tag '9.8.beta6' into t/32664/add_sage_rings_abc_finitefield__deβ¦
mkoeppe 30bc1c6
Merge remote-tracking branch 'upstream/develop' into t/32664/add_sageβ¦
mkoeppe 7265733
Merge branch 'develop' into t/32664/add_sage_rings_abc_finitefield__dβ¦
mkoeppe 40a7d57
src/sage/rings/finite_rings: Update doctest output (trac->github)
mkoeppe 12b4440
Merge tag '10.0.beta3' into t/32664/add_sage_rings_abc_finitefield__dβ¦
mkoeppe 2459849
Merge tag '10.0.beta4' into t/32664/add_sage_rings_abc_finitefield__dβ¦
mkoeppe e62066f
src/sage/rings/padics/padic_template_element.pxi: Restore import lostβ¦
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
There are no files selected for viewing
This file contains 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
Oops, something went wrong.
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.
I suppose this should be
finite_field_base
?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.
No, line 1762 uses the constructor function, not the class