-
Notifications
You must be signed in to change notification settings - Fork 126
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
Some more fixes #4142
Merged
simonbrandhorst
merged 58 commits into
oscar-system:master
from
HechtiDerLachs:some_more_fixes
Oct 2, 2024
Merged
Some more fixes #4142
Changes from all commits
Commits
Show all changes
58 commits
Select commit
Hold shift + click to select a range
accc8e1
Speed up simplification of complexes.
HechtiDerLachs 93c4575
Make radical computation actually work over extensions of QQ.
HechtiDerLachs 981ed63
Set the default hash to zero for ideals.
HechtiDerLachs b07ff91
Update src/Rings/mpoly-ideals.jl
HechtiDerLachs 4a085a1
Revert "Set the default hash to zero for ideals."
HechtiDerLachs 843a1dc
Revert the use of unique./start-tor-browser.desktop
HechtiDerLachs 34ac7ef
Fix internals of radical.
HechtiDerLachs 223c836
Add is_known_to_be_radical.
HechtiDerLachs 1c19d7f
Roll back to the convention that radical returns few generators.
HechtiDerLachs 6082101
Fix up hashing.
HechtiDerLachs 320002a
Some improvements on elliptic surfaces.
HechtiDerLachs 783684d
Fix.
HechtiDerLachs 2e9b228
Fix up assertions.
HechtiDerLachs c02dca0
Put the gens in the correct position.
HechtiDerLachs 211dc5c
Implement base change for divisors.
HechtiDerLachs 2c94fb8
Some fixes and assertions about base changes.
HechtiDerLachs 7d2622f
Avoid factorization where it is apparently expensive.
HechtiDerLachs 8866d53
Extract types for resolutions of singularities to its own file.
HechtiDerLachs 59e12e1
Attempt to re-enable simultaneous blowup.
HechtiDerLachs e37061c
Fix up performance for simultaneous blowup.
HechtiDerLachs b69ce30
Fix up restrition to closed embeddings.
HechtiDerLachs f8645db
Make elimination an option in radical computation and update docstring.
HechtiDerLachs cfd8e63
Speed up arithmetic in localized rings.
HechtiDerLachs c2bea04
Speed up restriction of maps by introducing _images_of_generators.
HechtiDerLachs 6545b39
Make radical accept keyword arguments for quotient rings.
HechtiDerLachs c7f921c
Disable internal checks.
HechtiDerLachs e8cf31d
Polish method for simultaneous blowups.
HechtiDerLachs 5052fa1
Avoid hashing of types for ideals.
HechtiDerLachs a467cd6
Adapt to the blowdown->blowup story.
HechtiDerLachs 7c5e63b
Merge branch 'master' into some_more_fixes
HechtiDerLachs 7807c56
Remove duplicate type declarations.
HechtiDerLachs 4173626
Move the other type as well.
HechtiDerLachs 1a5e0e3
Re-establish some compositions.
HechtiDerLachs 06ad700
Merge branch 'master' into some_more_fixes
HechtiDerLachs 6a10434
Fix up compositions.
HechtiDerLachs 32b5883
Take out inferred from the tests where we can't guarantee for anythin…
HechtiDerLachs fff3d65
Fix tests.
HechtiDerLachs afd68e1
Fix up mapping.
HechtiDerLachs 67c4d72
Fix up some more composition.
HechtiDerLachs fac1013
Overhaul composition once again.
HechtiDerLachs 37bd37a
Put type declarations outside and extend composition methods slightly.
HechtiDerLachs 71503c8
Disable new methods for the moment.
HechtiDerLachs 67265a0
Pass on the check flag in some more cases.
HechtiDerLachs 05e5518
Hopefully fix up tests.
HechtiDerLachs 1e4fb10
Fix up composition.
HechtiDerLachs ca8ea64
Fix up tests.
HechtiDerLachs 6429108
Fix doctests in AG.
HechtiDerLachs dd08681
Allow slightly more flexibility in the strict transform of closed emb…
HechtiDerLachs ebacd2e
Catch an important special case in is_refinement.
HechtiDerLachs 8fe421c
Fix doctests in mpoly-ideals.
HechtiDerLachs 183ecf4
Fix doctests in FTheoryTools.
HechtiDerLachs 4d7f64e
Fix doctests in AlgebraicStatistics.
HechtiDerLachs d93df25
Disable isomorphism_on_open_subset.
HechtiDerLachs cace0ba
Merge branch 'master' into some_more_fixes
HechtiDerLachs 63c1e3f
Revert "Fix doctests in AlgebraicStatistics."
HechtiDerLachs 8ec2a8d
Revert "Fix doctests in FTheoryTools."
HechtiDerLachs cc4a956
Actually remove isomorphism_on_open_subset.
HechtiDerLachs a03191c
Remove duplicated code for compositions.
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
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.
Before the refinements were registered. Now this does not seem to be the case anymore.
Is this intentional? And if yes what is the rationale here?
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.
Originally we were planning to keep track of all the refinements and the morphisms between them inside the covered scheme. But this is not very garbage-collector-friendly, so we eventually refrained from that and switched to the implicit tree structure for refinements. The call to
_register!
was a deprecated artefact.