#15908: guava must be explicitly loaded
-------------------------------------+-------------------------------------
       Reporter:  dimpase            |        Owner:
           Type:  defect             |       Status:  needs_review
       Priority:  major              |    Milestone:  sage-6.2
      Component:  coding theory      |   Resolution:
       Keywords:                     |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/dimpase/ticket/15908             |  edf791185486938a2bf77879213811cbd0ef37d7
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by ppurka):

 Somehow this is not in my version of sage (6.1.beta2) for the file
 guava.py:
 {{{
 sage: BinaryReedMullerCode(2, 3)
 /home/punarbasu/tmp/sage/src/bin/sage-ipython:1: DeprecationWarning: This
 method soon will not be available in that way anymore. To use it, you can
 now call it by typing codes.BinaryReedMullerCode
 See http://trac.sagemath.org/15445 for details.
   #!/usr/bin/env python
 Linear code of length 8, dimension 7 over Finite Field of size 2
 sage: BinaryReedMullerCode(1, 3)
 Linear code of length 8, dimension 4 over Finite Field of size 2
 sage: codes.QuasiQuadraticResidueCode(3)
 Linear code of length 6, dimension 3 over Finite Field of size 2
 sage: codes.Rando
 codes.RandomLinearCode       codes.RandomLinearCodeGuava
 sage: codes.RandomLinearCodeGuava(4, 2, GF(2))
 Linear code of length 4, dimension 2 over Finite Field of size 2
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/15908#comment:5>
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.

Reply via email to