#16698: remove deprecated prec arguments
-------------------------------------+-------------------------------------
Reporter: rws | Owner:
Type: task | Status: needs_info
Priority: trivial | Milestone: sage-6.4
Component: numerical | Resolution:
Keywords: prec, keyword, | Merged in:
deprecation, deprecated, beginner | Reviewers:
Authors: André Apitzsch | Work issues:
Report Upstream: N/A | Commit:
Branch: | 2cf6f69523d1b750ea180407d7af402739f9459f
u/aapitzsch/ticket/16698 | Stopgaps:
Dependencies: |
-------------------------------------+-------------------------------------
Changes (by jdemeyer):
* status: needs_review => needs_info
Old description:
> There are still three instances of the prec keyword argument:
> {{{
> src/sage/functions/other.py: deprecation(7490, "The prec
> keyword argument is deprecated. Explicitly set the precision of the
> input, for example gamma(RealField(300)(1)), or use the prec argument to
> .n() for exact inputs, e.g., gamma(1).n(300), instead.")
> src/sage/functions/other.py: deprecation(7490, "Calling
> symbolic functions with arguments that cannot be coerced into symbolic
> expressions is deprecated.")
> src/sage/functions/log.py: deprecation(7490, "The prec keyword
> argument is deprecated. Explicitly set the precision of the input, for
> example exp(RealField(300)(1)), or use the prec argument to .n() for
> exact inputs, e.g., exp(1).n(300), instead.")
> }}}
New description:
There are still two instances of the prec keyword argument:
{{{
src/sage/functions/other.py: deprecation(7490, "The prec
keyword argument is deprecated. Explicitly set the precision of the input,
for example gamma(RealField(300)(1)), or use the prec argument to .n() for
exact inputs, e.g., gamma(1).n(300), instead.")
src/sage/functions/log.py: deprecation(7490, "The prec keyword
argument is deprecated. Explicitly set the precision of the input, for
example exp(RealField(300)(1)), or use the prec argument to .n() for exact
inputs, e.g., exp(1).n(300), instead.")
}}}
This ticket also un-deprecates
{{{
src/sage/functions/other.py: deprecation(7490, "Calling
symbolic functions with arguments that cannot be coerced into symbolic
expressions is deprecated.")
}}}
--
Comment:
Please justify why you undo the deprecation of
{{{
sage: Q.<i> = NumberField(x^2+1)
sage: gamma(i)
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/16698#comment:6>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.