-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
Remove the experimental code for RelativeFiniteFieldExtension
#24279
Comments
Author: Kwankyu Lee |
This comment has been minimized.
This comment has been minimized.
Branch: u/klee/24279 |
RelativeFiniteFieldExtension
RelativeFiniteFieldExtension
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
This is great - I had completely forgotten, that you had made #24170! I've just played around with the
|
comment:7
Replying to @johanrosenkilde:
Why is it confusing? This is normal behavior:
|
comment:8
Yes, I know. I'm trying to figure out how it got that behaviour. I thought that one had to subclass |
comment:9
Ah, now I see. I was confused. The vector space you return is simply a normal vector space as in As was the case with This is a bit inelegant, but I guess something for the future, and not really relevant to this ticket. The solution we had envisioned in #21413, but where we admittedly didn't get far, would use an algebra-representation (instead of just a vector space), and this parent would store those maps inside it. |
comment:10
Replying to @johanrosenkilde:
Right.
It is so now.
I don't have a clear idea on this issue. I just feel that instead of inventing extensions as in #21413, using (or improving if necessary) the general conversion mechanism in Sage is better. So a "conversion model" keeps all those maps and return one when requested... |
comment:11
Replying to @kwankyu:
Well, #21413 tries to make it possible to represent a mathematical object (ring extensions as algebras over the base ring), which is not currently possible to represent. In that sense it is much more ambitious than #24170. But of course, that same ambition seems to also have killed its progress. Anyway, all of that has nothing to do with this ticket. |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:13
Anything to do? |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:17
Batch modifying tickets that will likely not be ready for 9.1, based on a review of the ticket title, branch/review status, and last modification date. |
comment:19
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
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:22
Setting a new milestone for this ticket based on a cursory review. |
comment:23
Stalled in |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:25
It is a shame that we have this cleaning ticket still open for years. Please let this get in. |
comment:26
Looks reasonable. |
Reviewer: Vincent Delecroix |
comment:27
Thanks! |
Changed branch from u/klee/24279 to |
This ticket removes the experimental class
RelativeFiniteFieldExtension
that is currently only used in the coding theory modules.CC: @johanrosenkilde @defeo @jpflori @sagetrac-dlucas
Component: coding theory
Author: Kwankyu Lee
Branch/Commit:
5f9450f
Reviewer: Vincent Delecroix
Issue created by migration from https://trac.sagemath.org/ticket/24279
The text was updated successfully, but these errors were encountered: