#10903: Update Singular to 3-1-3-3.
---------------------------------------------+------------------------------
Reporter: malb | Owner: tbd
Type: defect | Status: needs_review
Priority: critical | Milestone: sage-4.7.2
Component: packages | Keywords: singular
SageDays34 sd34
Work_issues: | Upstream: N/A
Reviewer: Martin Albrecht, Volker Braun | Author: Burcin Erocal,
Martin Albrecht, Volker Braun, Simon King
Merged: | Dependencies: #11339
---------------------------------------------+------------------------------
Comment(by SimonKing):
Replying to [comment:72 vbraun]:
> Replying to [comment:71 SimonKing]:
> > Is that needed? For me, both the doc tests and building the references
work with the three patches that we have now.
>
> But I take it with your patch the deprecated functions (without
underscore) from Cython classes aren't documented any more. For example,
see
`doc/output/html/en/reference/sage/symbolic/expression.html#sage.symbolic.expression.Expression.lgamma`
--- this is currently documented and I'd like to keep it that way until we
remove it altogether.
No, you are mistaken. I've built the documentation, and lgamma is in.
In fact, the documentation is misformatted, it looks like
{{{
This method is deprecated, please use the .log_gamma() function
instead.
Log gamma function evaluated at self.
EXAMPLES::
sage: x.lgamma() doctest:...: DeprecationWarning: The lgamma()
function is deprecated. Use log_gamma() instead. log_gamma(x)
}}}
where actually `.log_gamma()` is TeXed. So, while we are at it, we may fix
the docstring of lgamma.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10903#comment:73>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.