This repository was archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The package has been updated to work with version 8.7 of Sage.
A DeprecationWarning: is_RingHomomorphism() has been fixed. (see http://trac.sagemath.org/23204 for details) and the code has been updated at severak other places (see diff for details). Thanks to Frédéric Chapoton for his help on this commit!
- Loading branch information
Showing
16 changed files
with
144 additions
and
204 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# code exports | ||
from __future__ import absolute_import | ||
|
||
from ring import ChowRing, is_chowRing, PointChowRing | ||
from scheme import ChowScheme, is_chowScheme, PointChowScheme | ||
from finite_ring_extension import FiniteRingExtension | ||
from sheaf import SHom, SEnd, Sheaf, is_sheaf | ||
from bundle import Bundle, TrivialBundle, is_bundle | ||
from blowup import Blowup | ||
from morphism import is_chowSchemeMorphism | ||
from library.all import * | ||
|
||
from .ring import ChowRing, is_chowRing, PointChowRing | ||
from .scheme import ChowScheme, is_chowScheme, PointChowScheme | ||
from .finite_ring_extension import FiniteRingExtension | ||
from .sheaf import SHom, SEnd, Sheaf, is_sheaf | ||
from .bundle import Bundle, TrivialBundle, is_bundle | ||
from .blowup import Blowup | ||
from .morphism import is_chowSchemeMorphism | ||
from .library.all import * |
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.