Skip to content
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 references to deprecated RQDF #12458

Closed
zimmermann6 opened this issue Feb 7, 2012 · 7 comments
Closed

remove references to deprecated RQDF #12458

zimmermann6 opened this issue Feb 7, 2012 · 7 comments

Comments

@zimmermann6
Copy link

In Sage 4.8:

sage: search_src("RQDF")
symbolic/constants.py:175:- Didier Deshommes (2007-03-27): added constants from RQDF (deprecated)
rings/all.py:87:# from real_rqdf import RealQuadDoubleField, RQDF, QuadDoubleElement
rings/real_mpfr.pyx:4960:    elif type == "RQDF":
rings/real_mpfr.pyx:4961:        from real_rqdf import RQDF
rings/real_mpfr.pyx:4962:        return RQDF
misc/explain_pickle.py:2410:#         doctest:...: DeprecationWarning: RQDF is deprecated; use RealField(212) instead.
misc/explain_pickle.py:2411:#         doctest:...: DeprecationWarning: RQDF is deprecated; use RealField(212) instead.
misc/explain_pickle.py:2412:#         doctest:...: DeprecationWarning: RQDF is deprecated; use RealField(212) instead.

Duplicate of #13037.

CC: @roed314 @jdemeyer

Component: basic arithmetic

Reviewer: Paul Zimmermann

Issue created by migration from https://trac.sagemath.org/ticket/12458

@tscrim
Copy link
Collaborator

tscrim commented Feb 5, 2013

comment:1

This was done at some point before 5.5.rc0:

travis@travis-virtualbox:~/sage-5.5.rc0/devel/sage-combinat/sage/combinat$ cd ../rings/
travis@travis-virtualbox:~/sage-5.5.rc0/devel/sage-combinat/sage/rings$ ls real*real_double.c    real_interval_absolute.c    real_lazy.pxd  real_mpfi.pyx
real_double.pxd  real_interval_absolute.pyx  real_lazy.pyx  real_mpfr.c
real_double.pxi  real_interval_field.py      real_mpfi.c    real_mpfr.pxd
real_double.pyx  real_lazy.c                 real_mpfi.pxd  real_mpfr.pyx
travis@travis-virtualbox:~/sage-5.5.rc0/devel/sage-combinat/sage/rings$ grep "RQDF" *

@tscrim tscrim removed this from the sage-5.7 milestone Feb 5, 2013
@zimmermann6
Copy link
Author

comment:2

this is indeed fixed now. Thanks for looking at it. Jeroen, should we put "tscrim" as author?

Paul

@zimmermann6
Copy link
Author

Reviewer: Paul Zimmermann

@jdemeyer
Copy link

jdemeyer commented Feb 7, 2013

comment:3

No, duplicate tickets cannot have an author since there is nothing to be the author of.

@jdemeyer

This comment has been minimized.

@zimmermann6
Copy link
Author

comment:4

Replying to @jdemeyer:

No, duplicate tickets cannot have an author since there is nothing to be the author of.

ok. Nevertheless, "tscrim", please put your real name on trac.sagemath.org so that we can identify you for other tickets.

Paul

@tscrim
Copy link
Collaborator

tscrim commented Feb 7, 2013

comment:5

Changed.

Best,

Travis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants