<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/doc/reference, 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>add rescale_layout_dict to change scale of the layout_dicts (#4154)</title>
<updated>2020-08-15T01:46:52+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2020-08-15T01:46:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=b87b33f6ffdda605d8809680c1ebe22d8fba33f1'/>
<id>b87b33f6ffdda605d8809680c1ebe22d8fba33f1</id>
<content type='text'>
merge #3146 which came from unknown repository
closes #3146</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
merge #3146 which came from unknown repository
closes #3146</pre>
</div>
</content>
</entry>
<entry>
<title>Add tree isomorphism (#4067)</title>
<updated>2020-08-05T21:41:05+00:00</updated>
<author>
<name>Craig Schmidt</name>
<email>craig@craigschmidt.com</email>
</author>
<published>2020-08-05T21:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=123fc2be585c6ebbf46b7fe876ba85dd34f92b2e'/>
<id>123fc2be585c6ebbf46b7fe876ba85dd34f92b2e</id>
<content type='text'>
* add code for tree isomorphism, with tests

* fix typo in comment

* one more typo in comments

* fix some PEP8 formatting, that flake8 didn't care about

* rename files as tree_isomorphism

* run code through black formatter

* incorporate feedback from dschult in PR4067

* fix missing import for not_implemented_for decorator

* swap edge order randomly in testing routine positive_single_tree

* run black on test_tree_isomorphism.py

* spacing tweak to allow CI test of docs

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* add code for tree isomorphism, with tests

* fix typo in comment

* one more typo in comments

* fix some PEP8 formatting, that flake8 didn't care about

* rename files as tree_isomorphism

* run code through black formatter

* incorporate feedback from dschult in PR4067

* fix missing import for not_implemented_for decorator

* swap edge order randomly in testing routine positive_single_tree

* run black on test_tree_isomorphism.py

* spacing tweak to allow CI test of docs

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Suggestions and improvments from tutorial readthrough (#4121)</title>
<updated>2020-08-02T16:20:16+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-08-02T16:20:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=549d63c17b0bc540dc92d7ead99b17f1c5967454'/>
<id>549d63c17b0bc540dc92d7ead99b17f1c5967454</id>
<content type='text'>
* DOC: rm windows-specific note/instructions.

Assume user knows how to install scientific Python software on their
chosen platform.

* DOC: rely on intersphinx for hashable def

 * Removes the hashable term from the nx glossary and instead refer to the
   Python glossary via intersphinx.
 * Wording was from the Python2 docs and had become out-of-sync with the
   Python glossary entry

* DOC: minor fixup to glossary

* DOC: Add node attr example and links.

 * Add a few links to glossary terms and forward-refs to the tutorial
   section on attributes.
 * Add an example of add_nodes_from with attribute dicts.
 * Minor rewordings.

* DOC: Add a few more section headings.

 * Adds three new section headings to the tutorial to better match
   the natural organization of the material.
 * Adds additional sentence contextualizing constructors.

* DOC: add link to nbunch glossary entry

* DOC: Wording change.

* DOC: change property links from meth to attr roles.

Prevents the () from being added to properties in the
rendered docs

* DOC: beef up indexing example.

Add edge attribute so that the result is clearer than returning an
empty dictionary

* STY: code style fixup in nbplot

* DOC: More precise wording in comment

* DOC: switch to autosummary for graph creation.

Adds autosummary-generated table for graph creation methods to
tutorial. Nice because the methods are linkable, but may be overkill

* DOC: Remove pylab suggestion.

Use of --pylab is discouraged, so remove the suggestion from tutorial</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: rm windows-specific note/instructions.

Assume user knows how to install scientific Python software on their
chosen platform.

* DOC: rely on intersphinx for hashable def

 * Removes the hashable term from the nx glossary and instead refer to the
   Python glossary via intersphinx.
 * Wording was from the Python2 docs and had become out-of-sync with the
   Python glossary entry

* DOC: minor fixup to glossary

* DOC: Add node attr example and links.

 * Add a few links to glossary terms and forward-refs to the tutorial
   section on attributes.
 * Add an example of add_nodes_from with attribute dicts.
 * Minor rewordings.

* DOC: Add a few more section headings.

 * Adds three new section headings to the tutorial to better match
   the natural organization of the material.
 * Adds additional sentence contextualizing constructors.

* DOC: add link to nbunch glossary entry

* DOC: Wording change.

* DOC: change property links from meth to attr roles.

Prevents the () from being added to properties in the
rendered docs

* DOC: beef up indexing example.

Add edge attribute so that the result is clearer than returning an
empty dictionary

* STY: code style fixup in nbplot

* DOC: More precise wording in comment

* DOC: switch to autosummary for graph creation.

Adds autosummary-generated table for graph creation methods to
tutorial. Nice because the methods are linkable, but may be overkill

* DOC: Remove pylab suggestion.

Use of --pylab is discouraged, so remove the suggestion from tutorial</pre>
</div>
</content>
</entry>
<entry>
<title>Add max_weight_clique to doc (#4110)</title>
<updated>2020-07-27T16:59:37+00:00</updated>
<author>
<name>James Trimble</name>
<email>james.trimble@yahoo.co.uk</email>
</author>
<published>2020-07-27T16:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=aaf4204cd1e085fc34439c698dbc84c09ee40470'/>
<id>aaf4204cd1e085fc34439c698dbc84c09ee40470</id>
<content type='text'>
Also, minor changes to max_weight_clique docstring such as fixing syntax for
italics and references; added James Trimble to list of contributors.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also, minor changes to max_weight_clique docstring such as fixing syntax for
italics and references; added James Trimble to list of contributors.</pre>
</div>
</content>
</entry>
<entry>
<title>Add function to calculate path cost for a specified path (#4069)</title>
<updated>2020-07-26T18:40:56+00:00</updated>
<author>
<name>Danny Niquette</name>
<email>bigdniquette@gmail.com</email>
</author>
<published>2020-07-26T18:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f5fd2e6e2acb60dd531dd39503bc44d637a97e85'/>
<id>f5fd2e6e2acb60dd531dd39503bc44d637a97e85</id>
<content type='text'>
* Began writing function for specified path cost and associated tests

* Cleaned up formatting and finished writing test

* Made minor changes as suggested in PR comment. Name changes and syntax changes

* polished up and wrote tests for is_path, adjusted tests to include Digraph and MultiDiGraph, added sphinx shorthand in docs

* Fixed most pep8 warnings (excluding line too long)

* Updated docstring and fixed is_path to have lower memory footprint

* minor tweaks to allow rebase

* Add credits for contributor

* Run black

Co-authored-by: DNiquette16 &lt;Dniquette16@gmail.com&gt;
Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;
Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Began writing function for specified path cost and associated tests

* Cleaned up formatting and finished writing test

* Made minor changes as suggested in PR comment. Name changes and syntax changes

* polished up and wrote tests for is_path, adjusted tests to include Digraph and MultiDiGraph, added sphinx shorthand in docs

* Fixed most pep8 warnings (excluding line too long)

* Updated docstring and fixed is_path to have lower memory footprint

* minor tweaks to allow rebase

* Add credits for contributor

* Run black

Co-authored-by: DNiquette16 &lt;Dniquette16@gmail.com&gt;
Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;
Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>add modularity to the docs (#4096)</title>
<updated>2020-07-20T13:00:43+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2020-07-20T13:00:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c42d86408b9c9e619e5a852b10a482a3997a82da'/>
<id>c42d86408b9c9e619e5a852b10a482a3997a82da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove trailing spaces</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:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=cea08c3bb8ca5aa2e167d534b0c5629205733762'/>
<id>cea08c3bb8ca5aa2e167d534b0c5629205733762</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added new Link Prediction algorithm (CCPA) (#4028)</title>
<updated>2020-07-10T15:49:03+00:00</updated>
<author>
<name>Shashi Tripathi</name>
<email>shashi.123.prakash@gmail.com</email>
</author>
<published>2020-07-10T15:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=8f3b8a41e0c87c6ab0d8316d6823fc3d3af14711'/>
<id>8f3b8a41e0c87c6ab0d8316d6823fc3d3af14711</id>
<content type='text'>
* added new Link Prediction algorithm (CCPA)

* Fixed all the document typo

* Fixed the typo and added description to CCPA

* Added doc reference and updated contributors list

Co-authored-by: Shashi Tripathi &lt;shishu@Shashis-MacBook-Air.local&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added new Link Prediction algorithm (CCPA)

* Fixed all the document typo

* Fixed the typo and added description to CCPA

* Added doc reference and updated contributors list

Co-authored-by: Shashi Tripathi &lt;shishu@Shashis-MacBook-Air.local&gt;</pre>
</div>
</content>
</entry>
</feed>
