-
Notifications
You must be signed in to change notification settings - Fork 132
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
Fixes for the degree function #3298
Merged
Merged
Changes from 94 commits
Commits
Show all changes
103 commits
Select commit
Hold shift + click to select a range
1189e1b
Remove :task from sub methods for modules.
HechtiDerLachs aab6439
Introduce new function submodule.
HechtiDerLachs 668a853
Remove all deprecated uses of sub.
HechtiDerLachs e11109f
Export submodule.
HechtiDerLachs da8193a
Fix tests.
HechtiDerLachs 585c592
Fix tests again.
HechtiDerLachs 2b706ac
Register morphisms in general.
HechtiDerLachs 085e7f4
Rebase network of natural maps on WeakKeyIdDicts.
HechtiDerLachs b7237f6
Clean up the morphisms network and dont store the actual morphisms.
HechtiDerLachs 8d3cfea
Some small fix for Wolfram.
HechtiDerLachs 8a737e3
Some fixes and marking the test as broken again.
HechtiDerLachs a0f6e4f
Fix documentation.
HechtiDerLachs ca22781
Another small fix for Wolfram.
HechtiDerLachs b08fb1d
Fix the fix.
HechtiDerLachs 3b42596
Fix method selection.
HechtiDerLachs 2317eb7
Introduce kw argument for caching morphisms.
HechtiDerLachs 8a1b09f
Redirect previous usages.
HechtiDerLachs 832bfae
Adjust tests.
HechtiDerLachs 6b37340
Merge branch 'master' into fix_sub_and_quo_for_modules
HechtiDerLachs 6936b15
submodule -> sub_object.
HechtiDerLachs 7102f40
Fix docstrings and signatures for quo.
HechtiDerLachs 2e1a6c3
Fix methods for quo.
HechtiDerLachs b17dcaf
Adjust documentation.
HechtiDerLachs 4defc97
Merge branch 'fix_sub_and_quo_for_modules' of github.com:HechtiDerLac…
HechtiDerLachs 8e592a1
Merge branch 'master' into fix_sub_and_quo_for_modules
HechtiDerLachs ba08f84
Fix up usages of quo.
HechtiDerLachs c6adba0
Export new functions.
HechtiDerLachs ed582e4
Some fixes.
HechtiDerLachs 5817b87
Fix tests.
HechtiDerLachs db52db0
Fix tests.
HechtiDerLachs 4e0437c
Fix tests.
HechtiDerLachs 775e267
Fix tests.
HechtiDerLachs 4844564
Fix tests.
HechtiDerLachs 88fab65
Fix tests.
HechtiDerLachs 9cbd80e
Squashed changes.
HechtiDerLachs f3e1fce
Fix tests.
HechtiDerLachs c13caa3
Fix up the truncation.
HechtiDerLachs 55c2e04
New rebase.
HechtiDerLachs 2b05d7b
Fix tests.
HechtiDerLachs 6056770
WIP with debug messages.
HechtiDerLachs 7510e71
Merge branch 'master' into all_changes
lgoettgens 51459ba
Progress in debugging.
HechtiDerLachs 4ee1f2f
WIP on debugging.
HechtiDerLachs 8887732
Write truely generic presentation and kernel methods [no ci].
HechtiDerLachs 72845a3
Repair graded_map to accept zero entries.
HechtiDerLachs 61a925f
Add tensor decomposition function to return value.
HechtiDerLachs 97edc8b
Add some assertions.
HechtiDerLachs cdbd973
Repair kernel routine.
HechtiDerLachs 263471c
Rewrite hom methods for modules.
HechtiDerLachs 298b42e
Add generic method for simplification of SubquoModuleElems.
HechtiDerLachs 9a370ae
Add missing check argument.
HechtiDerLachs 802ecaa
Fix or disable brittle tests.
HechtiDerLachs 06a091d
Merge branch 'all_changes' of github.com:HechtiDerLachs/Oscar.jl into…
HechtiDerLachs 920fb56
Fix faulty merge.
HechtiDerLachs a6b7c15
Go back to old hom.
HechtiDerLachs 178eaf3
Switch tests to old hom.
HechtiDerLachs 0b19f7e
Clean up some deprecated assertions.
HechtiDerLachs a717e99
Repair truncate.
HechtiDerLachs c9212ec
Disable internal checks.
HechtiDerLachs 89f3055
Update docs/src/CommutativeAlgebra/ModulesOverMultivariateRings/free_…
lgoettgens 8e17657
Revert "Go back to old hom."
HechtiDerLachs 5b24c3d
Revert "Switch tests to old hom."
HechtiDerLachs 61f6d89
Disable duplicate method.
HechtiDerLachs e02a796
Merge branch 'all_changes' of github.com:HechtiDerLachs/Oscar.jl into…
HechtiDerLachs c48c85a
Adjust printing.
HechtiDerLachs ba50d61
Fix tests.
HechtiDerLachs 78b5af2
Fix keyword argument for duals.
HechtiDerLachs f1701de
Fix doctests.
HechtiDerLachs 1f61c77
Fix tests.
HechtiDerLachs 4817778
Fix doctests.
HechtiDerLachs 1c5efea
Delete some falsely added files.
HechtiDerLachs 190256b
Remove deprecated code.
HechtiDerLachs 8d4254c
Another round of disabling internal checks.
HechtiDerLachs b51fd08
Disable various internal checks.
HechtiDerLachs 990b64b
Disable further internal checks.
HechtiDerLachs 05fadd6
Set random seeds in tests.
HechtiDerLachs a41df4f
Adjust use of keyword argument.
HechtiDerLachs e574723
Fix more random seeds.
HechtiDerLachs ba67350
Fix the generic simplify method for SubquoModuleElems.
HechtiDerLachs fbde979
Revert "Remove deprecated code."
HechtiDerLachs 66c34b0
Repair revert to old hom.
HechtiDerLachs 11ebd21
Repair preimage function.
HechtiDerLachs 6b5c953
Repair degree function.
HechtiDerLachs 5f56654
Adjust tests to use of repaired old hom.
HechtiDerLachs a1732e8
Add dummy simplify function for FreeModuleElems.
HechtiDerLachs a47162d
Merge branch 'master' into all_changes
HechtiDerLachs 25e56b3
Fix doctests.
HechtiDerLachs 207ede9
Repair simplify.
HechtiDerLachs ecfc053
Fix documentation.
HechtiDerLachs 9d9e6f0
Fix doctests.
HechtiDerLachs 7f610f1
Some tuning.
HechtiDerLachs 6a3d336
Fix tests.
HechtiDerLachs d0aad4e
Bugfix from running book code run.
HechtiDerLachs 7016470
Merge branch 'master' into all_changes
HechtiDerLachs 290b6f5
Remove some debugging artifacts.
HechtiDerLachs ddb5367
Fix faulty merge.
HechtiDerLachs 52b3047
Restrict signature.
HechtiDerLachs 22b4907
Update flattenings of modules over towers of polynomial rings to make…
HechtiDerLachs 928ad13
Small fix.
HechtiDerLachs 36edcfa
Disable the superfluous kernel routine.
HechtiDerLachs 74eb818
Restrict some further signatures to cases Singular can handle.
HechtiDerLachs 20ae7ad
Add tests for flattenings of modules.
HechtiDerLachs a0546c9
Readd methods which are not superfluous, yet.
HechtiDerLachs 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
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.
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.
Thr generic idea is/was to abolish
task
everywhere....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.
That's what I said. See #3237.