-
-
Notifications
You must be signed in to change notification settings - Fork 654
Closed
Milestone
Description
This is a follow up on #28608.
It turns out we missed the case bit_repr_
.
In order to be consistent, we change this to bit_rep_
(at the moment there are both versions in use).
Even though those 4 python functions in conversions.pyx
are very unlikely to be used elsewhere, we add deprecation warnings according to the name those 4 functions had before #28608.
Depends on #29190
Component: geometry
Author: Jonathan Kliem
Branch/Commit: 0f38cbe
Reviewer: Laith Rastanawi
Issue created by migration from https://trac.sagemath.org/ticket/29242