<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/algorithms/flow/utils.py, 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> Use isort with pre-commit to enforce import guidelines (#5659)</title>
<updated>2022-06-02T15:54:09+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2022-06-02T15:54:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5c0b11afb4c0882a070d522ef3fa41482ba935d3'/>
<id>5c0b11afb4c0882a070d522ef3fa41482ba935d3</id>
<content type='text'>
* Add isort to pre-commit

* Run isort on all python files (except __init__.py ones)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add isort to pre-commit

* Run isort on all python files (except __init__.py ones)</pre>
</div>
</content>
</entry>
<entry>
<title>Format w/ black==20.8b1</title>
<updated>2020-10-06T19:11:32+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2020-10-06T17:22:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=735e6d856b81989cc12dfa30d8cd8e2ddb7dcead'/>
<id>735e6d856b81989cc12dfa30d8cd8e2ddb7dcead</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Format w/ black</title>
<updated>2020-07-10T16:44:54+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2020-07-10T06:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=b22d6b36ce0545995c99d233546e8a1fe7e27fc5'/>
<id>b22d6b36ce0545995c99d233546e8a1fe7e27fc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Py36 syntax</title>
<updated>2020-01-01T22:17:42+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-12-31T07:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=0cd14f622daa0b70dcb1b8f3404e70383354fceb'/>
<id>0cd14f622daa0b70dcb1b8f3404e70383354fceb</id>
<content type='text'>
find networkx -name \*.py -exec pyupgrade --py36-plus {} \;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find networkx -name \*.py -exec pyupgrade --py36-plus {} \;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous encoding information</title>
<updated>2019-11-11T21:39:06+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-11-09T07:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=cd2bde7856dc8057c8269696110ffb75795edf13'/>
<id>cd2bde7856dc8057c8269696110ffb75795edf13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove boiler plate from top of modules</title>
<updated>2019-11-11T21:39:06+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-11-09T07:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=89daa927a0135a79cc69a75a3c89202158fa2ca7'/>
<id>89daa927a0135a79cc69a75a3c89202158fa2ca7</id>
<content type='text'>
The copyright and author stuff is not necessary, out-of-date,
and inconsistent.  It takes up visual space and is a pain to
police everyone doing the same thing on the top of the module.

Git handles authorship in a comprehensive and authoritative way.
The LICENSE.txt file applies to all project code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The copyright and author stuff is not necessary, out-of-date,
and inconsistent.  It takes up visual space and is a pain to
police everyone doing the same thing on the top of the module.

Git handles authorship in a comprehensive and authoritative way.
The LICENSE.txt file applies to all project code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Dictionary comprehensions from #1700 merged conflicts (#2768)</title>
<updated>2017-11-25T05:27:56+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2017-11-25T05:27:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=196fad406dbe3fbba77d4f5f2c5bcfc1693dba1b'/>
<id>196fad406dbe3fbba77d4f5f2c5bcfc1693dba1b</id>
<content type='text'>
* use dict comprehensions in kcomponents.py

* use dict comprehensions in test_kcomponents

* use dict comprehensions in test_kcutsets

* use dict comprehensions in test_maxflow

* use dict comprehensions in test_maxflow_large_graph

* use dict comprehensions in flow/utils.py

* use dict comprehensions in weighted.py

* use dict comprehensions in graphml.py

* use dict comprehensions in nx_pylab.py

* use dict comprehensions in relabel.py

* use dict comprehensions in assortavity/mixing.py

* conform to pep8 guidelines in mixing.py

* Minor tweaks to kcomponents to update to v2.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* use dict comprehensions in kcomponents.py

* use dict comprehensions in test_kcomponents

* use dict comprehensions in test_kcutsets

* use dict comprehensions in test_maxflow

* use dict comprehensions in test_maxflow_large_graph

* use dict comprehensions in flow/utils.py

* use dict comprehensions in weighted.py

* use dict comprehensions in graphml.py

* use dict comprehensions in nx_pylab.py

* use dict comprehensions in relabel.py

* use dict comprehensions in assortavity/mixing.py

* conform to pep8 guidelines in mixing.py

* Minor tweaks to kcomponents to update to v2.0
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove edges_iter, G.edges() now returns an iterator instead of list</title>
<updated>2015-06-17T10:09:24+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2015-05-23T11:26:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=2b84ef1d2186dc46340df9ed958d3ce92150db08'/>
<id>2b84ef1d2186dc46340df9ed958d3ce92150db08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add docstrings to build_residual_network and add it to sphinix docs.</title>
<updated>2014-05-22T17:20:49+00:00</updated>
<author>
<name>Jordi Torrents</name>
<email>jordi.t21@gmail.com</email>
</author>
<published>2014-05-22T17:20:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=29ae7d43897154bf56ba7f2cd3832b834a1000a4'/>
<id>29ae7d43897154bf56ba7f2cd3832b834a1000a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not require source and sink to build a residual network.</title>
<updated>2014-04-26T19:41:19+00:00</updated>
<author>
<name>Jordi Torrents</name>
<email>jordi.t21@gmail.com</email>
</author>
<published>2014-04-26T19:41:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=ddc453a057eae3909b370be47287e983a36a7d36'/>
<id>ddc453a057eae3909b370be47287e983a36a7d36</id>
<content type='text'>
Since the residual network is the same for every pair of nodes, delegate
sanity checks on source and sink to algorithm implementations. This makes
build_residual_network easier to use in the connectivity package, and in
general.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the residual network is the same for every pair of nodes, delegate
sanity checks on source and sink to algorithm implementations. This makes
build_residual_network easier to use in the connectivity package, and in
general.
</pre>
</div>
</content>
</entry>
</feed>
