-
-
Notifications
You must be signed in to change notification settings - Fork 480
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
Axioms and more functorial constructions #10963
Comments
Dependencies: #11224 |
This comment has been minimized.
This comment has been minimized.
comment:3
Hi Nicolas, How far is this patch -- I just saw that the UCF patch depends on this. I didn't actually figure out how it depends, I just get a trivial rebase, and then an import loop which wasn't easily fixable. The problem was my use of CombinatorialFreeModule... Thx, Christian |
Work Issues: Find dependencies |
Changed work issues from Find dependencies to Find dependencies. Finite dimensional vector spaces |
comment:7
Working with the combinat queue, I could do some first tests. What I find very strange is the fact that the category of vector spaces coincides with the category of finite-dimensional vector spaces:
Is that really intended? I thought that the idea of this ticket is to create new categories dynamically. Hence, even though there previously was no specific implementation of the category of finite dimensional vector spaces, the construction |
comment:10
Would you mind actually uploading the patch in question here? |
This comment has been minimized.
This comment has been minimized.
comment:12
Little update: after two good weeks of work, here is the status of the patch in the Sage-Combinat queue:
In short: getting ready for review next week! |
Changed work issues from Find dependencies. Finite dimensional vector spaces to none |
comment:15
Just for the record: I currently have applied
on top of sage-5.10.rc1 (I think these are all dependencies). So, as soon as Nicolas told me how to get the patch from git and what is meant by "and follow-ups", I can start reviewing! |
comment:16
With these list I gave above, the patch does not apply. Some of it might be to blame the latest version of my |
comment:17
Even when I remove |
comment:18
Back at work. These patches on top of sage-5.11.b3 do apply:
(the last patch applies with a little fuzz) However, if we decide to include the two additional patches from #13589, then the last patch needs to be rebased. For now, I'll try without the two additional patches, since they only concern performance (and seem to have disappointingly little effect). |
Reviewer: Simon King |
comment:19
Hi Simon! Great that the patches apply. I am happy to handle the rebase on top of the extra patches for #13589. I also have some modifications in primer.py that I need to finish merging it. I'll try to finish this today. I guess there is enough to review elsewhere to keep you busy until then :-) Thanks a lot! Cheers, |
Work Issues: Rebase wrt. #13589 |
comment:800
Congrats too! (I guess that includes me, to some extent -- at the very least I'm happy to never again have to wait for this page to load...) To get a pointer to the branch, you can click on the "commits" link. It ucrrently shows public/ticket/10963-doc-distributive as the branch name. |
This ticket implements:
Infinite, Facade, Commutative, Associative, Unital, Inverse,
Distributive, NoZeroDivisors, Division, FiniteDimensional,
Connected, WithBasis, Irreducible), and joins thereof:
New categories:
More mathematical rules:
Documentation:
Use SubcategoryMethods to put the functorial constructions where
they belong. E.g. DualObjects, TensorProducts, and Graded are now
only defined for subcategories of Modules.
More lazy imports, removed a bunch of unused imports, ...
This ticket is dedicated to the town of Megantic where I was so warmly welcomed and a good chunk of this ticket got implemented!
Depends on #11224
Depends on #8327
Depends on #10193
Depends on #12895
Depends on #14516
Depends on #14722
Depends on #13589
Depends on #14471
Depends on #15069
Depends on #15094
Depends on #11688
Depends on #13394
Depends on #15150
Depends on #15506
Depends on #15757
Depends on #15759
Depends on #16244
Depends on #16269
CC: @sagetrac-sage-combinat @simon-king-jena @saliola @anneschilling @vbraun @nbruin @zabrocki
Component: categories
Keywords: days54
Work Issues: To be merged simultaneously with #15801
Author: Nicolas M. Thiéry
Branch:
c16f18b
Reviewer: Volker Braun, Nils Bruin, Peter Bruin, Frédéric Chapoton, Darij Grinberg, Florent Hivert, Simon King, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/10963
The text was updated successfully, but these errors were encountered: