<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/algorithms/bipartite, branch main</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 examples to bipartite centrality.py (#6613)</title>
<updated>2023-04-11T15:24:19+00:00</updated>
<author>
<name>Navya Agarwal</name>
<email>82928853+navyagarwal@users.noreply.github.com</email>
</author>
<published>2023-04-11T15:24:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=58f7b352b4ee99b7f185cc3a54caa6941c209fe3'/>
<id>58f7b352b4ee99b7f185cc3a54caa6941c209fe3</id>
<content type='text'>
* Add examples to bipartite centrality.py

* Import bipartite module

* Use lazy loading for bipartite

* Minor Edit</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add examples to bipartite centrality.py

* Import bipartite module

* Use lazy loading for bipartite

* Minor Edit</pre>
</div>
</content>
</entry>
<entry>
<title>Improve test coverage for redundancy.py (#6551)</title>
<updated>2023-03-28T15:02:57+00:00</updated>
<author>
<name>Navya Agarwal</name>
<email>82928853+navyagarwal@users.noreply.github.com</email>
</author>
<published>2023-03-28T15:02:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5497ef5309a8365b2a65a32354b71f1767bac7a7'/>
<id>5497ef5309a8365b2a65a32354b71f1767bac7a7</id>
<content type='text'>
Test if condition in redundancy.py</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test if condition in redundancy.py</pre>
</div>
</content>
</entry>
<entry>
<title>Improve test coverage for edgelist.py (#6507)</title>
<updated>2023-03-17T17:02:41+00:00</updated>
<author>
<name>Navya Agarwal</name>
<email>82928853+navyagarwal@users.noreply.github.com</email>
</author>
<published>2023-03-17T17:02:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=6db531a21313019c427103e57b5b67ae314c9976'/>
<id>6db531a21313019c427103e57b5b67ae314c9976</id>
<content type='text'>
* Add tests for parse_edgelist

* Fix to ensure that right TypeError is hit</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add tests for parse_edgelist

* Fix to ensure that right TypeError is hit</pre>
</div>
</content>
</entry>
<entry>
<title>Lint using Ruff (#6371)</title>
<updated>2023-02-19T17:14:00+00:00</updated>
<author>
<name>danieleades</name>
<email>33452915+danieleades@users.noreply.github.com</email>
</author>
<published>2023-02-19T17:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5fcf01b9a43a097c4f579486023d1279b2b88619'/>
<id>5fcf01b9a43a097c4f579486023d1279b2b88619</id>
<content type='text'>
* lint and fix using ruff

* add flake8-pie lints

* remove useless import alias

* bump version

* bump deps

---------

Co-authored-by: daniel.eades &lt;daniel.eades@hotmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lint and fix using ruff

* add flake8-pie lints

* remove useless import alias

* bump version

* bump deps

---------

Co-authored-by: daniel.eades &lt;daniel.eades@hotmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update developer requirements (#6429)</title>
<updated>2023-02-14T20:52:22+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2023-02-14T20:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=79586c3f1a0f47e6643919887ace7e7e9335db8a'/>
<id>79586c3f1a0f47e6643919887ace7e7e9335db8a</id>
<content type='text'>
* Update developer requirements

* Run linter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update developer requirements

* Run linter</pre>
</div>
</content>
</entry>
<entry>
<title>Improve testing of bipartite projection. (#6196)</title>
<updated>2023-02-05T21:51:26+00:00</updated>
<author>
<name>Michael Holtz</name>
<email>mjh9122@rit.edu</email>
</author>
<published>2023-02-05T21:51:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=226de67121e8f7d0b44cdce6f053a43f70c034d6'/>
<id>226de67121e8f7d0b44cdce6f053a43f70c034d6</id>
<content type='text'>
Improve testing coverage
* Added test for MultiGraph input
* Added test for weighted DiGraph

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;
Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Improve testing coverage
* Added test for MultiGraph input
* Added test for weighted DiGraph

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;
Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Comment out unused unlayered dict construction. (#6411)</title>
<updated>2023-02-04T21:55:44+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2023-02-04T21:55:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5a024eafb8643c1c0b9f002535500898bcf6182e'/>
<id>5a024eafb8643c1c0b9f002535500898bcf6182e</id>
<content type='text'>
Co-authored-by: Mjh9122 &lt;69970567+Mjh9122@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Mjh9122 &lt;69970567+Mjh9122@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Revert 6219 and delete comment. (#6222)</title>
<updated>2022-11-18T15:36:14+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2022-11-18T15:36:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=2b637c3d4684d7b34d4a93df631764a4c7a61179'/>
<id>2b637c3d4684d7b34d4a93df631764a4c7a61179</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Minor Python 2 cleanup (#6219)</title>
<updated>2022-11-16T13:14:51+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2022-11-16T13:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=1f033118f2e0cca12c6e2375708dc92197b62da6'/>
<id>1f033118f2e0cca12c6e2375708dc92197b62da6</id>
<content type='text'>
Python3 cleanup

Use dict.keys() for set operations rather than explicitly
creating sets.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python3 cleanup

Use dict.keys() for set operations rather than explicitly
creating sets.</pre>
</div>
</content>
</entry>
<entry>
<title>Tests added in test_centrality.py (#6200)</title>
<updated>2022-11-14T14:00:09+00:00</updated>
<author>
<name>Michael Holtz</name>
<email>mjh9122@rit.edu</email>
</author>
<published>2022-11-14T14:00:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=838b06c2233b8b22df6c1f43e3a91a963749a89b'/>
<id>838b06c2233b8b22df6c1f43e3a91a963749a89b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
