Closed nthiery closed 9 years ago
Description changed:
---
+++
@@ -1,5 +1,8 @@
-The upcoming patch in the Sage-Combinat queue will implement:
+The upcoming patch in the Sage-Combinat queue implements:
- inverses for morphisms of finite dimensional vector spaces
- tensor products of morphisms
-At this occasion, it will start a bit of cleanup in the category framework for homsets
+and improves:
+- triangular morphisms over base rings
+
+At this occasion, it starts a bit of cleanup in the category framework for homsets, fixing some known issues (failing _test_category).
Changed keywords from homsest to homsets, module morphisms
This is is a very old ticket. Anyway, can I find the patch that fixes _test_category
somewhere? This also fails for #15154. Or should I just disable these tests?
Replying to @saraedum:
This is is a very old ticket. Anyway, can I find the patch that fixes
_test_category
somewhere? This also fails for #15154. Or should I just disable these tests?
Since there is no reply here, I created a partial fix at #15232.
Commit: 47e0eb9
Branch pushed to git repo; I updated commit sha1. New commits:
47e0eb9 | 8678: Imported stuff relevant to morphisms from trac_11111-finite_dimensional_modules-nt.patch |
Branch pushed to git repo; I updated commit sha1. New commits:
553c5de | 8678: Imported module_morphism_function_extend-fh.patch |
Dependencies: 10668
Description changed:
---
+++
@@ -1,8 +1,6 @@
-The upcoming patch in the Sage-Combinat queue implements:
+This ticket implements:
- inverses for morphisms of finite dimensional vector spaces
- tensor products of morphisms
-
and improves:
- triangular morphisms over base rings
-At this occasion, it starts a bit of cleanup in the category framework for homsets, fixing some known issues (failing _test_category).
Changed dependencies from 10668 to #10668
Branch pushed to git repo; I updated commit sha1. New commits:
eaa56bc | 16340: super_structure_categories -> all_structure_super_categories |
afc9724 | Merge branch 'develop' into categories/full-subcategories-16340 |
21bf60a | Merge branch 'categories/full-subcategories-16340' and '6.3beta5' into categories/morphism-methods-10668 |
442161e | Merge branch 'categories/morphism-methods-10668' and '6.3 beta5' into categories/module-morphisms-8678 |
838bb3f | 10668: super_structure_categories -> all_structure_super_categories |
9de8909 | 10668: super_structure_categories -> all_structure_super_categories |
0b1810b | Merge branch 'categories/morphism-methods-10668' into categories/module-morphisms-8678 |
Branch pushed to git repo; I updated commit sha1. New commits:
b62ebe9 | 8678: trivial ReST fix |
Branch pushed to git repo; I updated commit sha1. New commits:
8b971f4 | 8678: bug fix and doctests for CombinatorialFreeModule being automatically finite dimensional |
Branch pushed to git repo; I updated commit sha1. New commits:
494da74 | 8678: trivial ReST fix |
Branch pushed to git repo; I updated commit sha1. New commits:
cb5a236 | 8678: trivial doctests fix (more categories are finite dimensional now) |
Branch pushed to git repo; I updated commit sha1. New commits:
aa7fe1d | 8678: noted known pickling issue |
Work Issues: failing test with steenrod and quiver algebras
Description changed:
---
+++
@@ -4,3 +4,4 @@
and improves:
- triangular morphisms over base rings
+Declares CombinatorialFreeModule indexed by a finite set as being finite dimensional.
Now mosts tests pass. The remaining failing ones are because of some finite dimensional algebras over a finite field become finite, hence finite semigroups. And currently finite semigroups are automatically made into enumerated sets using their generators; however those generators are not always available.
Branch pushed to git repo; I updated commit sha1. New commits:
445c925 | 8768: Fixed doctests |
Branch pushed to git repo; I updated commit sha1. New commits:
93273a7 | Merge branch 'u/nthiery/categories/full-subcategories-16340' of trac.sagemath.org:sage into public/categories/full_subcategories-16340 |
edb29e6 | Fixed trivial doctest failures. |
99a8eb1 | Merge branch 'public/categories/full_subcategories-16340' of trac.sagemath.org:sage into categories/full-subcategories-16340 |
8bc456c | Merge branch 'master=6.3' into categories/full-subcategories-16340 |
56e982e | Merge branch 'categories/full-subcategories-16340' and 6.3 into categories/morphism-methods-10668 |
016cd16 | #16340: Revert ReST typo fix in ell_curve_isogeny.py to avoid conflict with other ticket handling it |
d147678 | Merge branch 'develop=6.4.beta0' into categories/morphism-methods-10668 |
8054997 | Merge branch 'categories/morphism-methods-10668' into categories/module-morphisms-8678 |
Branch pushed to git repo; I updated commit sha1. New commits:
16acc6c | 8678: complete proofreading |
a2a1614 | 8678: removed explicit doctest:xxx: source line number from a doctest |
737a8f0 | 16340: improved warnings about the current limitation of the model |
282ac4e | 16340: fixed typos reported by Darij |
1e4418f | Merge branch 'develop' into categories/full-subcategories-16340 |
314ee44 | Merge branch 'categories/full-subcategories-16340' into categories/module-morphisms-8678 |
Branch pushed to git repo; I updated commit sha1. New commits:
6907024 | 8678: trivial doctest update after merge with develop |
From the diff, you've accidentally removed the i += 1
, so it should run forever (provided the 0th component is non-trivial). Ah what I wouldn't give for a python builtin do-while
loop...
Branch pushed to git repo; I updated commit sha1. New commits:
ce2a56b | 8678: oops, restored accidently deleted increment |
Changed branch from u/nthiery/categories/module-morphisms-8678 to u/virmaux/categories/module-morphisms-8678
Humph, so two points:
1- The last push correct a bug in TriangularModuleMorphism with on_basis.
2- I did not know that my push would have change the branch (but I should as it is a 'private' one) and do not know how to replace back the right branch, which is u/nthiery/categories/module-morphisms-8678. Sorry for the noise :s
At least, if my correction is wrong it should be very easy to reset :)
New commits:
0b4b010 | #8678: fixed on_basis in TriangularModuleMoprhism |
Changed branch from u/virmaux/categories/module-morphisms-8678 to u/nthiery/categories/module-morphisms-8678
Branch pushed to git repo; I updated commit sha1. Last 10 new commits:
d8a8373 | Fixing some typos |
75615b5 | 10668: trivial doctest updates |
d5d3a97 | 10668: improved description of the HomsetsOf class |
5416ba0 | Add a note on the MRO used for Homset._abstract_element_class |
23639a9 | Fix more typos |
02a6a8a | 10668: fixed representation of the category of endsets |
477d381 | 10668: Homsets.Endset.super_category -> extra_super_category + documentation |
877bfdb | 10668: fix: Modules.EndCategory -> Modules.Homsets.Endset + made it functional: endsets of modules are algebras |
f86824e | 10668: documentation for HomsetsCategory.category_of + fixed typo in doctest nearby |
9bb4b48 | 8678: merge in #10668, including develop=6.4 beta4 |
This ticket implements:
Declares CombinatorialFreeModule indexed by a finite set as being finite dimensional.
Depends on #10668 Depends on #17160
CC: @sagetrac-sage-combinat
Component: categories
Keywords: homsets, module morphisms, days64
Author: Nicolas M. Thiéry
Branch/Commit:
71b36da
Reviewer: Franco Saliola
Issue created by migration from https://trac.sagemath.org/ticket/8678