<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/examples, branch v2.5</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>Docs update (#4161)</title>
<updated>2020-08-16T04:04:29+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2020-08-16T04:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=256d1fc47ce440e2f55b16c0d8474f7152a6f68a'/>
<id>256d1fc47ce440e2f55b16c0d8474f7152a6f68a</id>
<content type='text'>
* Fixes #3955 (boundary_expansion docs)

* add to docs for steiner_tree

* Add missing functions to docs. Thanks to #4111

* Doc fixups

* Put filters onto the doc pages.

* Add @jamestrimble doc compare script to repo and expand

* Fix latex syntax in docs for trophic

* more latex corrections

* deprecate edge_betweeness and betweeness_centrality_source.

warnings and add to list of deprecations

* Use docs to identify hopcrfot_karo_matching and maximum_matching

* remove  underscore from _naive_greedy_modularity_communities

* cite James Trimble for code that finds missing functions

* Update parallel_betweenness example to avoid deprecated function

betweenness_centrality_source should be replaced by
betweenness_centrality_subset in plot_parallel_betweenness.

find _naive_greedy and change name

* tweak</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixes #3955 (boundary_expansion docs)

* add to docs for steiner_tree

* Add missing functions to docs. Thanks to #4111

* Doc fixups

* Put filters onto the doc pages.

* Add @jamestrimble doc compare script to repo and expand

* Fix latex syntax in docs for trophic

* more latex corrections

* deprecate edge_betweeness and betweeness_centrality_source.

warnings and add to list of deprecations

* Use docs to identify hopcrfot_karo_matching and maximum_matching

* remove  underscore from _naive_greedy_modularity_communities

* cite James Trimble for code that finds missing functions

* Update parallel_betweenness example to avoid deprecated function

betweenness_centrality_source should be replaced by
betweenness_centrality_subset in plot_parallel_betweenness.

find _naive_greedy and change name

* tweak</pre>
</div>
</content>
</entry>
<entry>
<title>junction_tree for #1012 (#4004)</title>
<updated>2020-08-16T00:32:27+00:00</updated>
<author>
<name>Matthias Bruhns</name>
<email>45033731+mbruhns@users.noreply.github.com</email>
</author>
<published>2020-08-16T00:32:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=9813a65391d5852188321a73bb09f2e38aa1cfd3'/>
<id>9813a65391d5852188321a73bb09f2e38aa1cfd3</id>
<content type='text'>
* Initial commit.

* Fixed PEP 8 issues.

* Fixed more PEP 8 issues.

* Added type to sepset-nodes.

* Moved file to networkx/algorithms/tree, changed name of module to avoid namespace collision, added entry to doc system, changed deepcopy to list, removed check for None, shifted to G.is_directed(), added example.

* Removed example code.

* Removed unused import statement.

* Moved notes section.

* Fixed PEP 8 issues and removed old file.

* Fixed PEP 8 issues.

* Formatting with Black, added docstring to example and removed license information.

* Added name to name of contributors.

* Ran black

i.e.,
black networkx/algorithms/tree/tests/test_junction_tree_algorithm.py

* Updated explanation of junction trees, removed 'Graph' from unsupported classes.

* DOC: tweaks to docstring.

* Changed naming and updated docstring/code according to suggestions.

* Removed old files.

* Updated doc and init.

* Minor tweaks in docs and import structure

* Improve example

Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;
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>
* Initial commit.

* Fixed PEP 8 issues.

* Fixed more PEP 8 issues.

* Added type to sepset-nodes.

* Moved file to networkx/algorithms/tree, changed name of module to avoid namespace collision, added entry to doc system, changed deepcopy to list, removed check for None, shifted to G.is_directed(), added example.

* Removed example code.

* Removed unused import statement.

* Moved notes section.

* Fixed PEP 8 issues and removed old file.

* Fixed PEP 8 issues.

* Formatting with Black, added docstring to example and removed license information.

* Added name to name of contributors.

* Ran black

i.e.,
black networkx/algorithms/tree/tests/test_junction_tree_algorithm.py

* Updated explanation of junction trees, removed 'Graph' from unsupported classes.

* DOC: tweaks to docstring.

* Changed naming and updated docstring/code according to suggestions.

* Removed old files.

* Updated doc and init.

* Minor tweaks in docs and import structure

* Improve example

Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;
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>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>Ran pyupgrade --py36plus</title>
<updated>2020-07-10T16:34:39+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2020-07-10T04:53:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=bec833c60c61e838722bf096da75949a9b519d1f'/>
<id>bec833c60c61e838722bf096da75949a9b519d1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implemented multipartite_layout (#3815)</title>
<updated>2020-07-10T15:03:52+00:00</updated>
<author>
<name>Jose Pinilla</name>
<email>jpinilla@ece.ubc.ca</email>
</author>
<published>2020-07-10T15:03:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=7459db3268b48dd7c6dfeba528f57e48e0572975'/>
<id>7459db3268b48dd7c6dfeba528f57e48e0572975</id>
<content type='text'>
* Implemented multipartite_layout

* Added test.

* Remove left over `max_layer` in multipartite_layout

* Multipartite Layout Example

* Update examples/drawing/plot_multipartite_graph.py

Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Implemented multipartite_layout

* Added test.

* Remove left over `max_layer` in multipartite_layout

* Multipartite Layout Example

* Update examples/drawing/plot_multipartite_graph.py

Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Make gallery more prominent</title>
<updated>2020-07-08T03:19:50+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2020-07-08T03:18:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c172c9b2f12cfe71905ce9426aaaf6c0b2db0c4e'/>
<id>c172c9b2f12cfe71905ce9426aaaf6c0b2db0c4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle kwds explicitly in draw_networkx (#4033)</title>
<updated>2020-07-05T18:59:42+00:00</updated>
<author>
<name>Jeremias Traub</name>
<email>jeremiastraub@gmail.com</email>
</author>
<published>2020-07-05T18:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=1c302f04703ce7b2e0927b443b54e7642a71e548'/>
<id>1c302f04703ce7b2e0927b443b54e7642a71e548</id>
<content type='text'>
* Handle kwds explicitly in draw_networkx; fix kwds in examples

* fix PEP8 issues

Fixes #4020 </content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Handle kwds explicitly in draw_networkx; fix kwds in examples

* fix PEP8 issues

Fixes #4020 </pre>
</div>
</content>
</entry>
<entry>
<title>Fix exception causes and messages in 12 modules (#4012)</title>
<updated>2020-06-22T15:20:39+00:00</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2020-06-22T15:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=4b59ae42d52980852f795811426254dd06d266b3'/>
<id>4b59ae42d52980852f795811426254dd06d266b3</id>
<content type='text'>
* Fix exception causes and messages in 12 modules

* Remove deprecated matplotlib.use(warn=False) that was default anyway.

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix exception causes and messages in 12 modules

* Remove deprecated matplotlib.use(warn=False) that was default anyway.

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</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:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=11954636c80e899c2cd6ea2dbafd628aa8662811'/>
<id>11954636c80e899c2cd6ea2dbafd628aa8662811</id>
<content type='text'>
$ find examples -name \*.py -exec pyupgrade --py36-plus {} \;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$ find examples -name \*.py -exec pyupgrade --py36-plus {} \;
</pre>
</div>
</content>
</entry>
<entry>
<title>Link to files needed for example (#3752)</title>
<updated>2019-12-17T17:51:45+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-12-17T17:51:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=e3da26bae0bf1b98b4a6c7faf45425ace964fb40'/>
<id>e3da26bae0bf1b98b4a6c7faf45425ace964fb40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
