#9567: Networkx-1.1 spkg
----------------------------+-----------------------------------------------
   Reporter:  bedwards      |       Owner:  jason, ncohen, rlm        
       Type:  enhancement   |      Status:  new                       
   Priority:  minor         |   Milestone:  sage-4.5.2                
  Component:  graph theory  |    Keywords:  networkx spkg graph theory
     Author:  Ben Edwards   |    Upstream:  N/A                       
   Reviewer:                |      Merged:                            
Work_issues:                |  
----------------------------+-----------------------------------------------
Changes (by rlm):

  * upstream:  Reported upstream. Little or no feedback. => N/A
  * milestone:  => sage-4.5.2


Comment:

 Several API changes:
 {{{
 sage: networkx.triangles?
 Type:           function
 Base Class:     <type 'function'>
 String Form:    <function triangles at 0x4899b18>
 Namespace:      Interactive
 File:           /scratch/rlmill/sage-4.5-linux-64bit-
 ubuntu_8.04.4_lts-x86_64-Linux/local/lib/python/networkx/algorithms/cluster.py
 Definition:     networkx.triangles(G, nbunch=None)
 Docstring:
     <no docstring>
 }}}
 (triangles used to take another argument) -- `cluster_triangles()` in Sage
 will need to be updated to reflect this.

 {{{
 sage: networkx.clustering?
 Type:           function
 Base Class:     <type 'function'>
 String Form:    <function clustering at 0x4899c80>
 Namespace:      Interactive
 File:           /scratch/rlmill/sage-4.5-linux-64bit-
 ubuntu_8.04.4_lts-x86_64-Linux/local/lib/python/networkx/algorithms/cluster.py
 Definition:     networkx.clustering(G, nbunch=None, weights=False)
 Docstring:
     <no docstring>
 }}}
 this is Sage's `clustering_coeff()`

 These are both coming from the argument `with_weights` disappearing in NX.

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

Reply via email to