sagemath / sage

Main repository of SageMath
https://www.sagemath.org
Other
1.38k stars 470 forks source link

Tracker bug for toric varieties #9604

Closed vbraun closed 5 years ago

vbraun commented 14 years ago

This bug tracks the current status of the toric varieties code and the interdependence of new patches.

Groups separated by blank lines may be applied independently.

CC: @novoselt

Component: algebraic geometry

Keywords: toric geometry

Author: Volker Braun, Andrey Novoseltsev

Issue created by migration from https://trac.sagemath.org/ticket/9604

novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -1,4 +1,4 @@
-This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 4.7.1**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."
+This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 4.7.2**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."

 **Applied to the current Sage alpha/beta/rc:**

@@ -9,6 +9,7 @@

 **Positively reviewed:**

+* #11429: Count integral points without PALP

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:
@@ -22,7 +23,6 @@

 * #11400: Add `PointCollection`

-* #11429: Count integral points without PALP
 * #12159: Placing triangulation and normal cones
 * #11634: Base Polyhedron on PPL by default
 * #11763: Parents for polyhedra
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -1,9 +1,6 @@
-This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 4.7.2**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."
+This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 4.8**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."

 **Applied to the current Sage alpha/beta/rc:**
-
-* #11597: Dimension of the singular set
-* #11902: Fan subdivision should check rays

 **Applied to the next alpha/beta/rc:**

@@ -26,5 +23,3 @@
 * #12159: Placing triangulation and normal cones
 * #11634: Base Polyhedron on PPL by default
 * #11763: Parents for polyhedra
-
-
vbraun commented 12 years ago

Description changed:

--- 
+++ 
@@ -14,6 +14,8 @@

 * #11599: Wrap fan moriphism in toric morphism

+* #12361: Fix normalization in cohomology ring of orbifold toric varieties
+
 * #10998: Categories for posets
 * #11559: Speed up Posets and toric Chow group
 * #11384: Construct the complex of a fan
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -1,12 +1,14 @@
 This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 4.8**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."

 **Applied to the current Sage alpha/beta/rc:**
+
+* #11429: Count integral points without PALP
+* #10998: Categories for posets

 **Applied to the next alpha/beta/rc:**

 **Positively reviewed:**

-* #11429: Count integral points without PALP

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:
@@ -16,7 +18,6 @@

 * #12361: Fix normalization in cohomology ring of orbifold toric varieties

-* #10998: Categories for posets
 * #11559: Speed up Posets and toric Chow group
 * #11384: Construct the complex of a fan
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -9,6 +9,7 @@

 **Positively reviewed:**

+* #11384: Construct the complex of a fan

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:
@@ -19,7 +20,6 @@
 * #12361: Fix normalization in cohomology ring of orbifold toric varieties

 * #11559: Speed up Posets and toric Chow group
-* #11384: Construct the complex of a fan

 * #11400: Add `PointCollection`
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -10,12 +10,9 @@
 **Positively reviewed:**

 * #11384: Construct the complex of a fan
-
+* #11599: Wrap fan moriphism in toric morphism

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:
-
-
-* #11599: Wrap fan moriphism in toric morphism

 * #12361: Fix normalization in cohomology ring of orbifold toric varieties
vbraun commented 12 years ago

Description changed:

--- 
+++ 
@@ -11,6 +11,7 @@

 * #11384: Construct the complex of a fan
 * #11599: Wrap fan moriphism in toric morphism
+* #11400: Add PointCollection

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

@@ -18,8 +19,8 @@

 * #11559: Speed up Posets and toric Chow group

-* #11400: Add `PointCollection`
-
 * #12159: Placing triangulation and normal cones
 * #11634: Base Polyhedron on PPL by default
 * #11763: Parents for polyhedra
+* #12553: Add interface for PALP polytope databases
+
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -4,14 +4,15 @@

 * #11429: Count integral points without PALP
 * #10998: Categories for posets
+* #11384: Construct the complex of a fan

 **Applied to the next alpha/beta/rc:**

 **Positively reviewed:**

-* #11384: Construct the complex of a fan
 * #11599: Wrap fan moriphism in toric morphism
 * #11400: Add PointCollection
+* #7071: PALP upgrade to 2.0 and other fixes

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

@@ -24,3 +25,9 @@
 * #11763: Parents for polyhedra
 * #12553: Add interface for PALP polytope databases

+* #12088: Make use of PALP for different dimensions
+
+* #12538: Remove NEFPartition
+
+* #12541: Remove Sequence test in span
+* #12544: Switch cones to `PointCollection` (in progress)
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -5,14 +5,14 @@
 * #11429: Count integral points without PALP
 * #10998: Categories for posets
 * #11384: Construct the complex of a fan
+* #11400: Add PointCollection
+* #7071: PALP upgrade to 2.0 and other fixes

 **Applied to the next alpha/beta/rc:**

 **Positively reviewed:**

 * #11599: Wrap fan moriphism in toric morphism
-* #11400: Add PointCollection
-* #7071: PALP upgrade to 2.0 and other fixes

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

@@ -30,4 +30,4 @@
 * #12538: Remove NEFPartition

 * #12541: Remove Sequence test in span
-* #12544: Switch cones to `PointCollection` (in progress)
+* #12544: Switch cones to `PointCollection`
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -13,6 +13,9 @@
 **Positively reviewed:**

 * #11599: Wrap fan moriphism in toric morphism
+* #12159: Placing triangulation and normal cones
+* #11634: Base Polyhedron on PPL by default
+* #12538: Remove NEFPartition

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

@@ -20,14 +23,10 @@

 * #11559: Speed up Posets and toric Chow group

-* #12159: Placing triangulation and normal cones
-* #11634: Base Polyhedron on PPL by default
 * #11763: Parents for polyhedra
 * #12553: Add interface for PALP polytope databases

 * #12088: Make use of PALP for different dimensions

-* #12538: Remove NEFPartition
-
 * #12541: Remove Sequence test in span
 * #12544: Switch cones to `PointCollection`
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -16,6 +16,7 @@
 * #12159: Placing triangulation and normal cones
 * #11634: Base Polyhedron on PPL by default
 * #12538: Remove NEFPartition
+* #12541: Remove Sequence test in span

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

@@ -28,5 +29,4 @@

 * #12088: Make use of PALP for different dimensions

-* #12541: Remove Sequence test in span
 * #12544: Switch cones to `PointCollection`
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -7,15 +7,15 @@
 * #11384: Construct the complex of a fan
 * #11400: Add PointCollection
 * #7071: PALP upgrade to 2.0 and other fixes
+* #11599: Wrap fan moriphism in toric morphism
+* #12159: Placing triangulation and normal cones
+* #12538: Remove NEFPartition

 **Applied to the next alpha/beta/rc:**

 **Positively reviewed:**

-* #11599: Wrap fan moriphism in toric morphism
-* #12159: Placing triangulation and normal cones
 * #11634: Base Polyhedron on PPL by default
-* #12538: Remove NEFPartition
 * #12541: Remove Sequence test in span

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -10,17 +10,17 @@
 * #11599: Wrap fan moriphism in toric morphism
 * #12159: Placing triangulation and normal cones
 * #12538: Remove NEFPartition
+* #11634: Base Polyhedron on PPL by default
+* #12541: Remove Sequence test in span

 **Applied to the next alpha/beta/rc:**

 **Positively reviewed:**

-* #11634: Base Polyhedron on PPL by default
-* #12541: Remove Sequence test in span
-
 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

 * #12361: Fix normalization in cohomology ring of orbifold toric varieties
+* #12544: Switch cones to `PointCollection`

 * #11559: Speed up Posets and toric Chow group

@@ -28,5 +28,3 @@
 * #12553: Add interface for PALP polytope databases

 * #12088: Make use of PALP for different dimensions
-
-* #12544: Switch cones to `PointCollection`
vbraun commented 12 years ago

Description changed:

--- 
+++ 
@@ -17,6 +17,8 @@

 **Positively reviewed:**

+**Need review:**
+
 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

 * #12361: Fix normalization in cohomology ring of orbifold toric varieties
@@ -28,3 +30,5 @@
 * #12553: Add interface for PALP polytope databases

 * #12088: Make use of PALP for different dimensions
+
+* #12892: Toric fibration morphisms
vbraun commented 12 years ago

Description changed:

--- 
+++ 
@@ -32,3 +32,4 @@
 * #12088: Make use of PALP for different dimensions

 * #12892: Toric fibration morphisms
+* #12900: (Demazure) roots of toric varieties
vbraun commented 12 years ago

Description changed:

--- 
+++ 
@@ -17,11 +17,13 @@

 **Positively reviewed:**

+* #12361: Fix normalization in cohomology ring of orbifold toric varieties
+* #12088: Make use of PALP for different dimensions
+
 **Need review:**

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

-* #12361: Fix normalization in cohomology ring of orbifold toric varieties
 * #12544: Switch cones to `PointCollection`

 * #11559: Speed up Posets and toric Chow group
@@ -29,7 +31,5 @@
 * #11763: Parents for polyhedra
 * #12553: Add interface for PALP polytope databases

-* #12088: Make use of PALP for different dimensions
-
 * #12892: Toric fibration morphisms
 * #12900: (Demazure) roots of toric varieties
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -1,23 +1,13 @@
-This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 4.8**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."
+This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 5.0**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."

 **Applied to the current Sage alpha/beta/rc:**

-* #11429: Count integral points without PALP
-* #10998: Categories for posets
-* #11384: Construct the complex of a fan
-* #11400: Add PointCollection
-* #7071: PALP upgrade to 2.0 and other fixes
-* #11599: Wrap fan moriphism in toric morphism
-* #12159: Placing triangulation and normal cones
-* #12538: Remove NEFPartition
-* #11634: Base Polyhedron on PPL by default
-* #12541: Remove Sequence test in span
+* #12361: Fix normalization in cohomology ring of orbifold toric varieties

 **Applied to the next alpha/beta/rc:**

 **Positively reviewed:**

-* #12361: Fix normalization in cohomology ring of orbifold toric varieties
 * #12088: Make use of PALP for different dimensions

 **Need review:**
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -14,7 +14,7 @@

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

-* #12544: Switch cones to `PointCollection`
+* #13023: Move toric varieties to a dedicated folder (will slightly break everything changing toric files, rebasing script is attached)

 * #11559: Speed up Posets and toric Chow group

@@ -23,3 +23,8 @@

 * #12892: Toric fibration morphisms
 * #12900: (Demazure) roots of toric varieties
+
+**Needs work:**
+
+* #12965: `X.Kaehler_cone().lattice()` is not a lattice
+* #12544: Switch cones to `PointCollection`
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -9,12 +9,11 @@
 **Positively reviewed:**

 * #12088: Make use of PALP for different dimensions
+* #13023: Move toric varieties to a dedicated folder (will slightly break everything changing toric files, rebasing script is attached)

 **Need review:**

 These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:
-
-* #13023: Move toric varieties to a dedicated folder (will slightly break everything changing toric files, rebasing script is attached)

 * #11559: Speed up Posets and toric Chow group
vbraun commented 12 years ago

Description changed:

--- 
+++ 
@@ -19,6 +19,7 @@

 * #11763: Parents for polyhedra
 * #12553: Add interface for PALP polytope databases
+* #13084: Weierstrass form for toric elliptic curves

 * #12892: Toric fibration morphisms
 * #12900: (Demazure) roots of toric varieties
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -24,7 +24,5 @@
 * #12892: Toric fibration morphisms
 * #12900: (Demazure) roots of toric varieties

-**Needs work:**
-
 * #12965: `X.Kaehler_cone().lattice()` is not a lattice
 * #12544: Switch cones to `PointCollection`
vbraun commented 12 years ago

Description changed:

--- 
+++ 
@@ -17,12 +17,14 @@

 * #11559: Speed up Posets and toric Chow group

+* #12892: Toric fibration morphisms
+* #12900: (Demazure) roots of toric varieties
+
+* #13189: fan isomorphism
+
+* #12965: `X.Kaehler_cone().lattice()` is not a lattice
+* #12544: Switch cones to `PointCollection`
 * #11763: Parents for polyhedra
 * #12553: Add interface for PALP polytope databases
 * #13084: Weierstrass form for toric elliptic curves

-* #12892: Toric fibration morphisms
-* #12900: (Demazure) roots of toric varieties
-
-* #12965: `X.Kaehler_cone().lattice()` is not a lattice
-* #12544: Switch cones to `PointCollection`
vbraun commented 12 years ago

Description changed:

--- 
+++ 
@@ -28,3 +28,4 @@
 * #12553: Add interface for PALP polytope databases
 * #13084: Weierstrass form for toric elliptic curves

+* #13191: Construct a 2-d fan from rays only
vbraun commented 12 years ago

Description changed:

--- 
+++ 
@@ -29,3 +29,4 @@
 * #13084: Weierstrass form for toric elliptic curves

 * #13191: Construct a 2-d fan from rays only
+* #13194: FaceFan and NormalFan should work with (non-lattice) polyhedra
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -3,27 +3,29 @@
 **Applied to the current Sage alpha/beta/rc:**

 * #12361: Fix normalization in cohomology ring of orbifold toric varieties
+* #12088: Make use of PALP for different dimensions
+* #13023: Move toric varieties to a dedicated folder (will slightly break everything changing toric files, rebasing script is attached)

 **Applied to the next alpha/beta/rc:**

+* #12965: `X.Kaehler_cone().lattice()` is not a lattice
+* #12544: Switch cones to `PointCollection`
+
 **Positively reviewed:**

-* #12088: Make use of PALP for different dimensions
-* #13023: Move toric varieties to a dedicated folder (will slightly break everything changing toric files, rebasing script is attached)

-**Need review:**
+**Need work/review:**

-These needs-review groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:
+These groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

 * #11559: Speed up Posets and toric Chow group

+* #13183: Implement index(cone) for fan morphisms
 * #12892: Toric fibration morphisms
 * #12900: (Demazure) roots of toric varieties

 * #13189: fan isomorphism

-* #12965: `X.Kaehler_cone().lattice()` is not a lattice
-* #12544: Switch cones to `PointCollection`
 * #11763: Parents for polyhedra
 * #12553: Add interface for PALP polytope databases
 * #13084: Weierstrass form for toric elliptic curves
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -1,18 +1,16 @@
-This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 5.0**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."
+This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 5.1**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."

 **Applied to the current Sage alpha/beta/rc:**
-
-* #12361: Fix normalization in cohomology ring of orbifold toric varieties
-* #12088: Make use of PALP for different dimensions
-* #13023: Move toric varieties to a dedicated folder (will slightly break everything changing toric files, rebasing script is attached)
-
-**Applied to the next alpha/beta/rc:**

 * #12965: `X.Kaehler_cone().lattice()` is not a lattice
 * #12544: Switch cones to `PointCollection`

+**Applied to the next alpha/beta/rc:**
+
+
 **Positively reviewed:**

+* #13191: Construct a 2-d fan from rays only

 **Need work/review:**

@@ -30,5 +28,4 @@
 * #12553: Add interface for PALP polytope databases
 * #13084: Weierstrass form for toric elliptic curves

-* #13191: Construct a 2-d fan from rays only
 * #13194: FaceFan and NormalFan should work with (non-lattice) polyhedra
novoselt commented 12 years ago

Description changed:

--- 
+++ 
@@ -1,16 +1,13 @@
-This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 5.1**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."
+This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 5.2**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."

 **Applied to the current Sage alpha/beta/rc:**

-* #12965: `X.Kaehler_cone().lattice()` is not a lattice
-* #12544: Switch cones to `PointCollection`

 **Applied to the next alpha/beta/rc:**

 **Positively reviewed:**

-* #13191: Construct a 2-d fan from rays only

 **Need work/review:**
vbraun commented 11 years ago

Description changed:

--- 
+++ 
@@ -9,20 +9,19 @@
 **Positively reviewed:**

-**Need work/review:**
+**Needs work / review:**

 These groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

-* #11559: Speed up Posets and toric Chow group
+
+* #13194: FaceFan and NormalFan should work with (non-lattice) polyhedra

 * #13183: Implement index(cone) for fan morphisms
 * #12892: Toric fibration morphisms
 * #12900: (Demazure) roots of toric varieties

-* #13189: fan isomorphism
-
-* #11763: Parents for polyhedra
 * #12553: Add interface for PALP polytope databases
 * #13084: Weierstrass form for toric elliptic curves

-* #13194: FaceFan and NormalFan should work with (non-lattice) polyhedra
+* #11559: Speed up Posets and toric Chow group
+
vbraun commented 11 years ago

Description changed:

--- 
+++ 
@@ -17,6 +17,7 @@
 * #13194: FaceFan and NormalFan should work with (non-lattice) polyhedra

 * #13183: Implement index(cone) for fan morphisms
+* #14353: Factor toric morphism into surjective and generically injective
 * #12892: Toric fibration morphisms
 * #12900: (Demazure) roots of toric varieties

@@ -24,4 +25,3 @@
 * #13084: Weierstrass form for toric elliptic curves

 * #11559: Speed up Posets and toric Chow group
-
vbraun commented 11 years ago

Description changed:

--- 
+++ 
@@ -15,6 +15,7 @@

 * #13194: FaceFan and NormalFan should work with (non-lattice) polyhedra
+* #14394: FaceFan bug if origin is on boundary

 * #13183: Implement index(cone) for fan morphisms
 * #14353: Factor toric morphism into surjective and generically injective
vbraun commented 11 years ago

Description changed:

--- 
+++ 
@@ -13,6 +13,7 @@

 These groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:

+* #14409: sage_input support for some geometry objects

 * #13194: FaceFan and NormalFan should work with (non-lattice) polyhedra
 * #14394: FaceFan bug if origin is on boundary
a1031e5c-5e2c-4c90-8ba4-91be67e304df commented 11 years ago

Description changed:

--- 
+++ 
@@ -15,15 +15,26 @@

 * #14409: sage_input support for some geometry objects

+* #15240: Switch lattice polytopes to point collections
+
 * #13194: FaceFan and NormalFan should work with (non-lattice) polyhedra
 * #14394: FaceFan bug if origin is on boundary

 * #13183: Implement index(cone) for fan morphisms
 * #14353: Factor toric morphism into surjective and generically injective
 * #12892: Toric fibration morphisms
+* #15153: Check embedding morphism when comparing two toric varieties
 * #12900: (Demazure) roots of toric varieties

 * #12553: Add interface for PALP polytope databases
 * #13084: Weierstrass form for toric elliptic curves
+* #14855: Weierstrass form for complete intersection of two quadratic equations

 * #11559: Speed up Posets and toric Chow group
+
+* #15050: Bug in pickling of toric varieties
+* #15149: Bug in pickling of toric varieties, II
+
+* #15231: Kodaira map for toric divisors
+
+* #15224: Iterate over the points of a toric variety
vbraun commented 10 years ago

Description changed:

--- 
+++ 
@@ -38,3 +38,6 @@
 * #15231: Kodaira map for toric divisors

 * #15224: Iterate over the points of a toric variety
+
+* #15328: Filtered vector spaces and Klyachko bundles on toric varieties
+
novoselt commented 10 years ago

Description changed:

--- 
+++ 
@@ -1,34 +1,11 @@
-This bug tracks the current status of the toric varieties code and the interdependence of new patches, which should be applied **on top of Sage 5.2**. Any (properly ordered) part of positively reviewed patches can be merged at any time, there is no need to "bundle tickets."
+This bug tracks the current status of the toric varieties code and the interdependence of new patches.

-**Applied to the current Sage alpha/beta/rc:**
-
-
-**Applied to the next alpha/beta/rc:**
-
-
-**Positively reviewed:**
-
-
-**Needs work / review:**
-
-These groups (separated by blank lines) can be applied independently on top of the positively reviewed ones:
-
-* #14409: sage_input support for some geometry objects
+Groups separated by blank lines may be applied independently.

 * #15240: Switch lattice polytopes to point collections

-* #13194: FaceFan and NormalFan should work with (non-lattice) polyhedra
-* #14394: FaceFan bug if origin is on boundary
-
-* #13183: Implement index(cone) for fan morphisms
-* #14353: Factor toric morphism into surjective and generically injective
 * #12892: Toric fibration morphisms
 * #15153: Check embedding morphism when comparing two toric varieties
-* #12900: (Demazure) roots of toric varieties
-
-* #12553: Add interface for PALP polytope databases
-* #13084: Weierstrass form for toric elliptic curves
-* #14855: Weierstrass form for complete intersection of two quadratic equations

 * #11559: Speed up Posets and toric Chow group
a1031e5c-5e2c-4c90-8ba4-91be67e304df commented 10 years ago

Description changed:

--- 
+++ 
@@ -2,19 +2,17 @@

 Groups separated by blank lines may be applied independently.

-* #15240: Switch lattice polytopes to point collections
+* #11559: Speed up Posets and toric Chow group

-* #12892: Toric fibration morphisms
 * #15153: Check embedding morphism when comparing two toric varieties

-* #11559: Speed up Posets and toric Chow group
-
-* #15050: Bug in pickling of toric varieties
-* #15149: Bug in pickling of toric varieties, II
-
-* #15231: Kodaira map for toric divisors
-
-* #15224: Iterate over the points of a toric variety
+* #15280: Extensions of PALP normal form, affine normal form and isomorphisms

 * #15328: Filtered vector spaces and Klyachko bundles on toric varieties

+* #16012: Sublattice fan isomorphism bug
+
+* #16180: Subdivide fans using PPL
+
+* #16334: Toric divisors from fans in sublattices
+
novoselt commented 7 years ago

Description changed:

--- 
+++ 
@@ -8,11 +8,7 @@

 * #15280: Extensions of PALP normal form, affine normal form and isomorphisms

-* #15328: Filtered vector spaces and Klyachko bundles on toric varieties
-
 * #16012: Sublattice fan isomorphism bug
-
-* #16180: Subdivide fans using PPL

 * #16334: Toric divisors from fans in sublattices
novoselt commented 7 years ago
comment:131

With trac dependencies, long history here, and generally low toric activity I propose closing this ticket.

fchapoton commented 5 years ago
comment:132

indeed. And there is still the "toric" keyword to gather these tickets

embray commented 5 years ago
comment:133

Presuming these are all correctly reviewed as either duplicate, invalid, or wontfix.