<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/doc/release/release_dev.rst, branch main</title>
<subtitle>github.com: networkx/networkx.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/'/>
<entry>
<title>Remove `topo_order` kwarg from `is_semiconnected` without deprecation. (#6651)</title>
<updated>2023-05-03T09:22:18+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2023-05-03T09:22:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=c37b27664f1002b041f1e9fb7e88209e6d8f8f1d'/>
<id>c37b27664f1002b041f1e9fb7e88209e6d8f8f1d</id>
<content type='text'>
* Remove topo_order kwarg without deprecation.

* Add release note about semiconnected removing the topo_order kwarg.

* Add to doc_string the method used to find semiconnected

---------

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove topo_order kwarg without deprecation.

* Add release note about semiconnected removing the topo_order kwarg.

* Add to doc_string the method used to find semiconnected

---------

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Make cycle_basis() deterministic (#6654)</title>
<updated>2023-04-21T18:16:11+00:00</updated>
<author>
<name>Efrem Braun</name>
<email>efrem.braun@gmail.com</email>
</author>
<published>2023-04-21T18:16:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=8b87a5b099e2ff9769d8074b350dc27c96434d8e'/>
<id>8b87a5b099e2ff9769d8074b350dc27c96434d8e</id>
<content type='text'>
Replace sets with dict keys to make cycle_basis deterministic with respect
to node ordering.

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Replace sets with dict keys to make cycle_basis deterministic with respect
to node ordering.

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Prep 3.1 release</title>
<updated>2023-04-04T19:33:05+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2023-04-04T19:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=13ea1f11c442e80f96805af804bdf13932de8bb2'/>
<id>13ea1f11c442e80f96805af804bdf13932de8bb2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Draft release notes (#6621)</title>
<updated>2023-04-04T17:27:20+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2023-04-04T17:27:20+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=8776211515b2bf87f12e5222713870884ff0ec2d'/>
<id>8776211515b2bf87f12e5222713870884ff0ec2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deprecate shortest_path functions to have consistent return values in v3.3 (#6567)</title>
<updated>2023-03-28T18:46:34+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2023-03-28T18:46:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=b9a475476a14654b633744d6acb8d5d3fd239f16'/>
<id>b9a475476a14654b633744d6acb8d5d3fd239f16</id>
<content type='text'>
* Deprecate single_target..._length to channge to return a dict in v3.3

* deprecate shortest_path in case of all_pairs</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Deprecate single_target..._length to channge to return a dict in v3.3

* deprecate shortest_path in case of all_pairs</pre>
</div>
</content>
</entry>
<entry>
<title>Add dev release notes template</title>
<updated>2023-01-08T04:04:07+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2023-01-08T04:04:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=91a1d799805c5dba6c150eab10307b4b053fb083'/>
<id>91a1d799805c5dba6c150eab10307b4b053fb083</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Designate 3.0 release</title>
<updated>2023-01-07T23:58:34+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2023-01-07T23:58:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=58994819583fddf3fea813daec520946c550bcd8'/>
<id>58994819583fddf3fea813daec520946c550bcd8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update release notes (#6341)</title>
<updated>2023-01-07T18:47:07+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2023-01-07T18:47:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=2522f1d03b0d0115fcdcd3ab852d38444bec2848'/>
<id>2522f1d03b0d0115fcdcd3ab852d38444bec2848</id>
<content type='text'>
* Update release notes

* Update doc/release/release_dev.rst

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;

* Update doc/release/release_dev.rst

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;

* Update highlights

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update release notes

* Update doc/release/release_dev.rst

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;

* Update doc/release/release_dev.rst

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;

* Update highlights

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Fix links to migration guide (#6331)</title>
<updated>2023-01-04T20:28:48+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2023-01-04T20:28:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=f4ae9173f4e6dadd6245d8efe34008a0ccf9e4b6'/>
<id>f4ae9173f4e6dadd6245d8efe34008a0ccf9e4b6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix links in release notes (#6281)</title>
<updated>2022-12-15T16:02:51+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2022-12-15T16:02:51+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/networkx.git/commit/?id=740e981a29385cafd6df3cd6c3d612f9e9e54b3d'/>
<id>740e981a29385cafd6df3cd6c3d612f9e9e54b3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
