-
-
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
remove obsolete code in EllipticCurveIsogeny.is_normalized() #32430
Comments
Author: Lorenz Panny |
New commits:
|
This comment has been minimized.
This comment has been minimized.
Commit: |
comment:3
Looks good, but maybe we can just get rid of them right now ? @JohnCremona : John, your opinion ? Otherwise, you need to doctest the deprecation... |
comment:4
I'm sure this is fine. I would say that we do not need to put in the warning after so long, but then I don't use this feature as far as I can remember. |
comment:5
I agree that this can go without the need of a deprecation. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:7
Thanks everyone for the feedback! Removed the warning. |
This comment has been minimized.
This comment has been minimized.
comment:8
let's go |
Reviewer: Frédéric Chapoton |
Changed branch from public/remove_obsolete_code_in_EllipticCurveIsogeny_is_normalized to |
The
EllipticCurveIsogeny.is_normalized()
method accepts two optional arguments,via_formal
andcheck_by_pullback
, that have been documented as deprecated since #7096 — for over 10 years! — albeit without printing a deprecation warning in the code itself. It might be about time to get rid of them.The patch removes the obsolete code. According to the discussion below, no deprecation warning seems necessary.
CC: @categorie @JohnCremona
Component: elliptic curves
Keywords: isogeny, deprecation
Author: Lorenz Panny
Branch/Commit:
3a9e585
Reviewer: Frédéric Chapoton
Issue created by migration from https://trac.sagemath.org/ticket/32430
The text was updated successfully, but these errors were encountered: