<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/algorithms/bipartite/cluster.py, branch docdraft</title>
<subtitle>github.com: networkx/networkx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/'/>
<entry>
<title>Add new clustering functions to the documentation, plus some small docstring improvements</title>
<updated>2013-01-08T12:29:00+00:00</updated>
<author>
<name>Jordi Torrents</name>
<email>jordi.t21@gmail.com</email>
</author>
<published>2013-01-08T12:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c23da09ab5e57836b75c0d2bda57f02d1ec4afcf'/>
<id>c23da09ab5e57836b75c0d2bda57f02d1ec4afcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Robins and Alexander bipartite clustering</title>
<updated>2012-09-23T21:20:52+00:00</updated>
<author>
<name>Jordi Torrents</name>
<email>jordi.t21@gmail.com</email>
</author>
<published>2012-09-23T21:20:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=3b59b4d9cdd8599502fb46ef2307b44539bc8560'/>
<id>3b59b4d9cdd8599502fb46ef2307b44539bc8560</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revise "see also" references in bipartite to use short names.</title>
<updated>2011-07-20T18:21:37+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2011-07-20T18:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=e2d725c4dd32484ef6c019f3ce92ec72aa8e6dd4'/>
<id>e2d725c4dd32484ef6c019f3ce92ec72aa8e6dd4</id>
<content type='text'>
Addresses #596
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #596
</pre>
</div>
</content>
</entry>
<entry>
<title>More small doc fixes.</title>
<updated>2011-05-21T14:44:28+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-05-21T14:44:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=202ee53c21f2a57d0cf2b86a47f6a2a92367562e'/>
<id>202ee53c21f2a57d0cf2b86a47f6a2a92367562e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Small documentation fixes.  Remove :math: role tag.</title>
<updated>2011-05-21T14:24:22+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-05-21T14:24:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=e2f6d6cba6468bbf62ec8c9bca57ed6c6237af0b'/>
<id>e2f6d6cba6468bbf62ec8c9bca57ed6c6237af0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation for bipartite functions</title>
<updated>2011-05-19T14:17:39+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-05-19T14:17:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=af357880e6ae8628ced408bb60b4ada8612c5c34'/>
<id>af357880e6ae8628ced408bb60b4ada8612c5c34</id>
<content type='text'>
Addresses #532
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #532
</pre>
</div>
</content>
</entry>
<entry>
<title>Put all bipartite functions in biparite/ package and don't import that into the top level namespace.  Use "from networkx.algorithms import bipartite".</title>
<updated>2011-05-18T17:20:59+00:00</updated>
<author>
<name>Aric Hagberg</name>
<email>aric.hagberg@gmail.com</email>
</author>
<published>2011-05-18T17:20:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c6cef4f9baf655f7ccaa386e6d8416e8fef86ec9'/>
<id>c6cef4f9baf655f7ccaa386e6d8416e8fef86ec9</id>
<content type='text'>
Addresses #532

--HG--
rename : networkx/algorithms/centrality/bipartite_centrality.py =&gt; networkx/algorithms/bipartite/centrality.py
rename : networkx/algorithms/bipartite/clustering.py =&gt; networkx/algorithms/bipartite/cluster.py
rename : networkx/algorithms/centrality/tests/test_bipartite_centrality.py =&gt; networkx/algorithms/bipartite/tests/test_centrality.py
rename : networkx/algorithms/bipartite/tests/test_clustering.py =&gt; networkx/algorithms/bipartite/tests/test_cluster.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Addresses #532

--HG--
rename : networkx/algorithms/centrality/bipartite_centrality.py =&gt; networkx/algorithms/bipartite/centrality.py
rename : networkx/algorithms/bipartite/clustering.py =&gt; networkx/algorithms/bipartite/cluster.py
rename : networkx/algorithms/centrality/tests/test_bipartite_centrality.py =&gt; networkx/algorithms/bipartite/tests/test_centrality.py
rename : networkx/algorithms/bipartite/tests/test_clustering.py =&gt; networkx/algorithms/bipartite/tests/test_cluster.py
</pre>
</div>
</content>
</entry>
</feed>
