-
-
Notifications
You must be signed in to change notification settings - Fork 567
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 ambiguous incompatibility between coeffs() and coefficients() #17518
Comments
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:4
I'm still working on this; I wanted to push my commits for the time being. I'm pretty sure it only needs additional doctests, but if anyone wants to go ahead & look at the documentation & doctests of polynomial_element.pyx and polynomial_element_generic.py, it would be convenient for me to fix any problems with them tonight or tomorrow. :-) PS: Sorry about removing the CC: earlier. It's nothing personal; I'm just clumsy. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:6
I've found all the doctests in need of modification that I can find, so, I think this is ready for review. |
comment:7
Looks fine, doesn't clash with #17438, and passes |
Reviewer: Ralf Stephan |
comment:8
Thanks! |
Changed author from john_perry to John Perry |
Changed branch from u/john_perry/coeffs_confusion_polynomials to |
This ticket adds a
sparse
parameter to thecoefficients()
method of thePolynomial
class, and deprecates the use ofcoeffs()
in a manner inconsistent withcoefficients()
, keeping with the discussion at https://groups.google.com/forum/#!topic/sage-devel/IHirUHTWnuA. See also trac #17438.CC: @rwst
Component: commutative algebra
Keywords: polynomial coeffs coefficients
Author: John Perry
Branch/Commit:
bb4a957
Reviewer: Ralf Stephan
Issue created by migration from https://trac.sagemath.org/ticket/17518
The text was updated successfully, but these errors were encountered: