<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/examples/algorithms, 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>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>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>Update examples</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-10T23:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=b7b8b07667e4aa061ca016e64e868f8213ca6a59'/>
<id>b7b8b07667e4aa061ca016e64e868f8213ca6a59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated from examples</title>
<updated>2019-10-12T16:26:31+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2019-10-10T14:16:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=cff8cfdd398d17c80ac21b2515414d7b4c9c200b'/>
<id>cff8cfdd398d17c80ac21b2515414d7b4c9c200b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensure sphinx-gallery tries running all the examples</title>
<updated>2019-04-04T19:49:24+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-04-04T19:49:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=ae7a5bd05eaf9e9acf0b2ef5ae30179cd7522a1f'/>
<id>ae7a5bd05eaf9e9acf0b2ef5ae30179cd7522a1f</id>
<content type='text'>
It only runs scripts starting w/ plot_ by default.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It only runs scripts starting w/ plot_ by default.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright</title>
<updated>2019-03-30T22:39:08+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-03-30T22:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=33980ffeef6de64fa543692bcc713e2b1fcdbcce'/>
<id>33980ffeef6de64fa543692bcc713e2b1fcdbcce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>link DOIs to preferred resolver (#2879)</title>
<updated>2018-02-23T23:08:15+00:00</updated>
<author>
<name>Katrin Leinweber</name>
<email>9948149+katrinleinweber@users.noreply.github.com</email>
</author>
<published>2018-02-23T23:08:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=d565cec4a29c56ab28406d676d9734ef52a869d4'/>
<id>d565cec4a29c56ab28406d676d9734ef52a869d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright</title>
<updated>2018-01-20T09:27:28+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2018-01-19T23:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=ea3a8826385f543775e2c6b147cbffcd289527da'/>
<id>ea3a8826385f543775e2c6b147cbffcd289527da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix examples (#2606)</title>
<updated>2017-08-13T01:10:33+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2017-08-13T01:10:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=bbce7787d61d2340236c80f0fa4c67fe95fb62a4'/>
<id>bbce7787d61d2340236c80f0fa4c67fe95fb62a4</id>
<content type='text'>
Changes due to PR #2604</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Changes due to PR #2604</pre>
</div>
</content>
</entry>
<entry>
<title>Remove blockmodel deprecated in 2015</title>
<updated>2017-07-26T05:01:54+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2017-07-22T19:46:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=9dd9c7c1456a53a36747fa765fff9bf487dbe522'/>
<id>9dd9c7c1456a53a36747fa765fff9bf487dbe522</id>
<content type='text'>
See PR #1886 and 9b7194788.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See PR #1886 and 9b7194788.
</pre>
</div>
</content>
</entry>
</feed>
