<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/algorithms/approximation, branch nx-sparse</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>Fix steiner tree test (#5999)</title>
<updated>2022-09-27T23:35:59+00:00</updated>
<author>
<name>Guy Aglionby</name>
<email>GuyAglionby@users.noreply.github.com</email>
</author>
<published>2022-09-27T23:35:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=4874741251438824765967a36730b2693bc1096f'/>
<id>4874741251438824765967a36730b2693bc1096f</id>
<content type='text'>
The weight in the true test result should match the weight in the graph</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The weight in the true test result should match the weight in the graph</pre>
</div>
</content>
</entry>
<entry>
<title>Add Mehlhorn Steiner approximations (#5629)</title>
<updated>2022-08-23T15:33:33+00:00</updated>
<author>
<name>Guy Aglionby</name>
<email>GuyAglionby@users.noreply.github.com</email>
</author>
<published>2022-08-23T15:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=56032abfdff74aebe7e6adbaa711bf4fd6bd7826'/>
<id>56032abfdff74aebe7e6adbaa711bf4fd6bd7826</id>
<content type='text'>
* Add Wu et al. and Mehlhorn Steiner approximations

* Change default steiner tree approximation method

* Add missing space in error message

* Changes as suggested

* Fix Kou implementation

* Bugfix and variable name change for Mehlhorn

* Add failing test case for Wu Steiner tree

* Add additional valid Steiner tree for test

* Remove Wu et al implementation

* Style change + remove unused code</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add Wu et al. and Mehlhorn Steiner approximations

* Change default steiner tree approximation method

* Add missing space in error message

* Changes as suggested

* Fix Kou implementation

* Bugfix and variable name change for Mehlhorn

* Add failing test case for Wu Steiner tree

* Add additional valid Steiner tree for test

* Remove Wu et al implementation

* Style change + remove unused code</pre>
</div>
</content>
</entry>
<entry>
<title>Allow unsortable nodes in approximation.treewidth functions (#5921)</title>
<updated>2022-08-13T23:15:42+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2022-08-13T23:15:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=0f7aa04dec3230cca32e189594f0b5eca5d38a08'/>
<id>0f7aa04dec3230cca32e189594f0b5eca5d38a08</id>
<content type='text'>
* Allow unsortable nodes in approximate treewidth functions

* Apply suggestions from code review

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Allow unsortable nodes in approximate treewidth functions

* Apply suggestions from code review

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix #5817 (#5822)</title>
<updated>2022-06-27T00:54:00+00:00</updated>
<author>
<name>Matt Schwennesen</name>
<email>mjschwenne@gmail.com</email>
</author>
<published>2022-06-27T00:54:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=2b258dfd59ff69b54428126decfb59aadfd94189'/>
<id>2b258dfd59ff69b54428126decfb59aadfd94189</id>
<content type='text'>
* Potential fix?

* removed unneeded line</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Potential fix?

* removed unneeded line</pre>
</div>
</content>
</entry>
<entry>
<title>Temporary fix for failing tests w/ scipy1.9. (#5816)</title>
<updated>2022-06-25T16:08:25+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2022-06-25T16:08:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=dd2d7d9b4455b08f23c663cbec0c6901957640b7'/>
<id>dd2d7d9b4455b08f23c663cbec0c6901957640b7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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>Moved random_spanning_tree to public API (#5656)</title>
<updated>2022-06-01T20:50:59+00:00</updated>
<author>
<name>Matt Schwennesen</name>
<email>mjschwenne@gmail.com</email>
</author>
<published>2022-06-01T20:50:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=99d31932bd7388aadfa54305c116ca0c9261a67e'/>
<id>99d31932bd7388aadfa54305c116ca0c9261a67e</id>
<content type='text'>
Adds two new functions random_spanning_tree and
total_spanning_tree_weight to public networkx API, accessible
from the main namespace.

These functions had previously been defined, tested, and used internally
in the TSP package, but have now been added to the public API as they
are generally applicable.

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds two new functions random_spanning_tree and
total_spanning_tree_weight to public networkx API, accessible
from the main namespace.

These functions had previously been defined, tested, and used internally
in the TSP package, but have now been added to the public API as they
are generally applicable.

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove redundant py2 numeric conversions (#5661)</title>
<updated>2022-05-31T18:24:18+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2022-05-31T18:24:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=2a05ccdb07cff88e56661dee8a9271859354027f'/>
<id>2a05ccdb07cff88e56661dee8a9271859354027f</id>
<content type='text'>
* Remove redundant float conversion

* Remove redundant int conversion

* Use integer division

Co-authored-by: Miroslav Šedivý &lt;6774676+eumiro@users.noreply.github.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove redundant float conversion

* Remove redundant int conversion

* Use integer division

Co-authored-by: Miroslav Šedivý &lt;6774676+eumiro@users.noreply.github.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Cache edges, degree, adj properties of Graph classes (#5614)</title>
<updated>2022-05-12T04:32:29+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2022-05-12T04:32:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f50fc70b8cb6b4f5217a6d5505ba0e2b82b4761b'/>
<id>f50fc70b8cb6b4f5217a6d5505ba0e2b82b4761b</id>
<content type='text'>
* Make all graph properties cached properties
* one test function is not needed due to test inheritance</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Make all graph properties cached properties
* one test function is not needed due to test inheritance</pre>
</div>
</content>
</entry>
<entry>
<title>Minor improvements from general code readthrough (#5414)</title>
<updated>2022-03-25T19:10:10+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2022-03-25T19:10:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=cc1db275efc709cb964ce88abbfa877798d58c10'/>
<id>cc1db275efc709cb964ce88abbfa877798d58c10</id>
<content type='text'>
* Add deprecated directive to reversed docstring.

* Add missing dep directives to shpfiles.

* Remove defn of INF sentinel.

* typo.

* str -&gt; comment in forloop.

* STY: appropriate casing for var name.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add deprecated directive to reversed docstring.

* Add missing dep directives to shpfiles.

* Remove defn of INF sentinel.

* typo.

* str -&gt; comment in forloop.

* STY: appropriate casing for var name.</pre>
</div>
</content>
</entry>
</feed>
