-
-
Notifications
You must be signed in to change notification settings - Fork 527
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
prefer "X in Fields()" rather than "X.is_field()" #28189
Comments
New commits:
|
This comment has been minimized.
This comment has been minimized.
Commit: |
Branch: u/vdelecroix/28189 |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:5
Kwankyu: this branch introduces a serious speedup in
|
comment:6
ok, looks good. |
Reviewer: Frédéric Chapoton |
comment:7
Merci Frédéric! |
comment:8
Merge conflict |
comment:9
probably with #27473 |
comment:12
Not clear to me what conflict was resolved and how. Could you explain, please ? |
comment:13
Oh I see. The conflict is not merged yet. |
comment:23
I can rebase but I will not spend my life doing it. Volker, could you merge it first in the 9.0.beta0 if I rebase? |
comment:24
Can do... |
comment:25
Nice, thank you very much! :) |
Changed branch from public/ticket/28189 to u/vdelecroix/28189 |
comment:28
New: a failing doctest in |
comment:29
Is this a py2-only failure? From my limited experimentation, it looks like |
comment:30
Replying to @jhpalmieri:
Yes, see also #28402. It looks like the fix there was accidentally undone here. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:32
now fixed |
comment:33
ok, bien |
Changed branch from u/vdelecroix/28189 to |
Changed commit from |
comment:35
This has broken the inversion of matrices over ZZ, see sage-devel thread. |
comment:36
I think the problem is that the new matrix |
comment:37
follow-up ticket in #28570 to try and fix the broken things ; please help |
X.is_field()
fails for many parentX
. The matrix code relies a lot on the distinction ring/field. We change the code in the matrix folder to make the functions work for more base rings.The ticket also
adjugate
Component: algebra
Author: Vincent Delecroix
Branch:
4981d44
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/28189
The text was updated successfully, but these errors were encountered: