-
-
Notifications
You must be signed in to change notification settings - Fork 491
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
Rename matrix_mod2e_dense to matrix_gf2e_dense #19240
Comments
This comment has been minimized.
This comment has been minimized.
New commits:
|
Commit: |
This comment has been minimized.
This comment has been minimized.
comment:4
Even if you think that no deprecation is needed, I do believe that it is at least needed to be able to read old pickles of matrices over I don't see how you take care of that in your commit. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:8
Apparently there is a malformed docstring:
I try to fix it. |
Reviewer: Simon King |
comment:10
Done. Turn """ into r""". |
comment:11
Why is trac automatically changing the branch back to the old value?? Odd. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:13
You didn't actually introduce the old-style raise statements that the plugin is complaining about, but anyway I'm fixing them... |
comment:14
Since tests pass and the code and docstrings now seem fine, I'm giving it a positive review. Unless of course you don't like my reviewer commits, or unless you worry about the patchbot reporting a slowdown in startup time (which I find hard to believe, given that you merely rename a module). |
Changed branch from u/SimonKing/rename_matrix_mod2e_dense_to_matrix_gf2e_dense to |
The name
matrix_mod2e_dense
suggests that it's about matrices inZZ/(2^e)ZZ
, while it's really for matrices inGF(2^e)
.Since the module and class names are non-public implementation details, there is no need for deprecation.
CC: @simon-king-jena
Component: linear algebra
Author: Jeroen Demeyer
Branch/Commit:
1e47929
Reviewer: Simon King
Issue created by migration from https://trac.sagemath.org/ticket/19240
The text was updated successfully, but these errors were encountered: