<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/utils, branch main</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>Lint using Ruff (#6371)</title>
<updated>2023-02-19T17:14:00+00:00</updated>
<author>
<name>danieleades</name>
<email>33452915+danieleades@users.noreply.github.com</email>
</author>
<published>2023-02-19T17:14:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=5fcf01b9a43a097c4f579486023d1279b2b88619'/>
<id>5fcf01b9a43a097c4f579486023d1279b2b88619</id>
<content type='text'>
* lint and fix using ruff

* add flake8-pie lints

* remove useless import alias

* bump version

* bump deps

---------

Co-authored-by: daniel.eades &lt;daniel.eades@hotmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* lint and fix using ruff

* add flake8-pie lints

* remove useless import alias

* bump version

* bump deps

---------

Co-authored-by: daniel.eades &lt;daniel.eades@hotmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Update pytest (#6165)</title>
<updated>2022-11-01T18:53:23+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2022-11-01T18:53:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=6ef8b9986ad9a8bc79a4a6640a8f9ee285b67a7b'/>
<id>6ef8b9986ad9a8bc79a4a6640a8f9ee285b67a7b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix defect and update docs for MappedQueue, related to gh-5681 (#5939)</title>
<updated>2022-10-05T06:18:39+00:00</updated>
<author>
<name>Kevin Brown</name>
<email>github@whidit.com</email>
</author>
<published>2022-10-05T06:18:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=7d1c485b3eb8c2659ac3e5116abefcddf92db948'/>
<id>7d1c485b3eb8c2659ac3e5116abefcddf92db948</id>
<content type='text'>
- Update exception message for MappedQueue when queue elements are not comparable.
- Adds tests for MappedQueue elements
- Adds MappedQueue to the refguide and improve documentation, esp. examples.

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>
- Update exception message for MappedQueue when queue elements are not comparable.
- Adds tests for MappedQueue elements
- Adds MappedQueue to the refguide and improve documentation, esp. examples.

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>Update linters (#6006)</title>
<updated>2022-09-30T16:56:37+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2022-09-30T16:56:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c43fff385903e0f1d866062ab0bbf3b804b77213'/>
<id>c43fff385903e0f1d866062ab0bbf3b804b77213</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make lazy_import private and remove its internal use (#5878)</title>
<updated>2022-07-17T19:39:50+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2022-07-17T19:39:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=afef7ebde11cbe9d92d6a98319fe431a219d9f8c'/>
<id>afef7ebde11cbe9d92d6a98319fe431a219d9f8c</id>
<content type='text'>
* make lazy_import private and remove its internal use

* add back the non-lazy imports of numpy to utils.misc</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* make lazy_import private and remove its internal use

* add back the non-lazy imports of numpy to utils.misc</pre>
</div>
</content>
</entry>
<entry>
<title>Speed up unionfind a bit by not adding root node in the path (#5844)</title>
<updated>2022-07-15T10:15:13+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2022-07-15T10:15:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=155513702c6562882821f61be80a71ab4d3599b1'/>
<id>155513702c6562882821f61be80a71ab4d3599b1</id>
<content type='text'>
speed up unionfind a bit

Co-authored-by: Dan Schult &lt;dschult@colgate.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>
speed up unionfind a bit

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove generate_unique_node (#5780)</title>
<updated>2022-06-16T14:27:52+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2022-06-16T14:27:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=c4743c0315fd18db2c00e05a0e85318950139e16'/>
<id>c4743c0315fd18db2c00e05a0e85318950139e16</id>
<content type='text'>
* Remove generate_unique_node

* [skip ci] rm from refguide.

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;
Co-authored-by: Mridul Seth &lt;seth.mridul@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove generate_unique_node

* [skip ci] rm from refguide.

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;
Co-authored-by: Mridul Seth &lt;seth.mridul@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated function iterable (#5742)</title>
<updated>2022-06-16T09:46:33+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2022-06-16T09:46:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f942ef88abfa96b67fba5223f974ad1c6fe6b6c3'/>
<id>f942ef88abfa96b67fba5223f974ad1c6fe6b6c3</id>
<content type='text'>
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.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>
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;
Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated function utils.default_opener (#5747)</title>
<updated>2022-06-16T09:45:48+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2022-06-16T09:45:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=40c1b6c5c8b925e9abc9d6806936a124de240e9c'/>
<id>40c1b6c5c8b925e9abc9d6806936a124de240e9c</id>
<content type='text'>
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated functions dict_to_numpy_array2 and dict_to_numpy_array1 (#5756)</title>
<updated>2022-06-16T09:45:03+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2022-06-16T09:45:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=b4397e368258cf1a33e7dedee8ede116878ffdac'/>
<id>b4397e368258cf1a33e7dedee8ede116878ffdac</id>
<content type='text'>
Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
