#12458: remove references to deprecated RQDF
------------------------------------+---------------------------------------
       Reporter:  zimmerma          |         Owner:  AlexGhitza                
    
           Type:  enhancement       |        Status:  positive_review           
    
       Priority:  minor             |     Milestone:  
sage-duplicate/invalid/wontfix
      Component:  basic arithmetic  |    Resolution:                            
    
       Keywords:                    |   Work issues:                            
    
Report Upstream:  N/A               |     Reviewers:  Paul Zimmermann           
    
        Authors:                    |     Merged in:                            
    
   Dependencies:                    |      Stopgaps:                            
    
------------------------------------+---------------------------------------

Old description:

> 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.
> }}}
> In particular the code in {{{real_mpfr.pyx}}} should be removed, since it
> gives the following error:
> {{{
> sage: ZZ.completion(infinity, 53, extras={"type":"RQDF"})
> ---------------------------------------------------------------------------
> ImportError                               Traceback (most recent call
> last)
>
> /users/caramel/zimmerma/try/<ipython console> in <module>()
>
> /usr/local/sage-4.8-linux-64bit-
> ubuntu_10.04.3_lts-x86_64-Linux/local/lib/python2.6/site-
> packages/sage/rings/integer_ring.so in
> sage.rings.integer_ring.IntegerRing_class.completion
> (sage/rings/integer_ring.c:9213)()
>
> /usr/local/sage-4.8-linux-64bit-
> ubuntu_10.04.3_lts-x86_64-Linux/local/lib/python2.6/site-
> packages/sage/rings/real_mpfr.so in sage.rings.real_mpfr.create_RealField
> (sage/rings/real_mpfr.c:26041)()
>
> ImportError: No module named real_rqdf
> }}}
> Also there is a file {{{rings/real_rqdf.pxd}}} which should be removed I
> guess.
>
> Paul

New description:

 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.

--

Comment (by jdemeyer):

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

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12458#comment:3>
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to