<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/algorithms/threshold.py, 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>Fix typos (#6620)</title>
<updated>2023-04-04T16:45:17+00:00</updated>
<author>
<name>Harri Nieminen</name>
<email>moiman@posteo.net</email>
</author>
<published>2023-04-04T16:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=7297ae8a37dd3356b64d383cb0c55735a6364bcc'/>
<id>7297ae8a37dd3356b64d383cb0c55735a6364bcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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 developer requirements (#6429)</title>
<updated>2023-02-14T20:52:22+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2023-02-14T20:52:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=79586c3f1a0f47e6643919887ace7e7e9335db8a'/>
<id>79586c3f1a0f47e6643919887ace7e7e9335db8a</id>
<content type='text'>
* Update developer requirements

* Run linter</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update developer requirements

* Run linter</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typos in the networkx codebase (#6335)</title>
<updated>2023-01-05T19:08:44+00:00</updated>
<author>
<name>Anurag Bhat</name>
<email>90216905+faze-geek@users.noreply.github.com</email>
</author>
<published>2023-01-05T19:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=83948b6dc61f507adb4cd1a71561eac9ed3b72ec'/>
<id>83948b6dc61f507adb4cd1a71561eac9ed3b72ec</id>
<content type='text'>
* Fix_Typos

* Commit_Suggestions</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix_Typos

* Commit_Suggestions</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>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>Update black (#5438)</title>
<updated>2022-03-29T14:01:52+00:00</updated>
<author>
<name>Mridul Seth</name>
<email>seth.mridul@gmail.com</email>
</author>
<published>2022-03-29T14:01:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f6755ffa00211b523c6c0bec5398bc6c3c43c8b1'/>
<id>f6755ffa00211b523c6c0bec5398bc6c3c43c8b1</id>
<content type='text'>
* CI: sync up black dev requirements version with precommit

* Run black

Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* CI: sync up black dev requirements version with precommit

* Run black

Co-authored-by: Jarrod Millman &lt;jarrod.millman@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Drop Py37 (#5143)</title>
<updated>2021-10-23T22:37:48+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2021-10-23T22:37:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=0c503e31ba0062dc9a4ed47c380481aa8d6978c8'/>
<id>0c503e31ba0062dc9a4ed47c380481aa8d6978c8</id>
<content type='text'>
* Drop Py37

* XML serialization issue

* Use math.comb

Co-authored-by: Simone Gasperini &lt;simone.gasperini2@studio.unibo.it&gt;

* Run pyupgrade --py38-plus

* Run black

* More documentation

* Deprecate euclidean

Co-authored-by: Simone Gasperini &lt;simone.gasperini2@studio.unibo.it&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Drop Py37

* XML serialization issue

* Use math.comb

Co-authored-by: Simone Gasperini &lt;simone.gasperini2@studio.unibo.it&gt;

* Run pyupgrade --py38-plus

* Run black

* More documentation

* Deprecate euclidean

Co-authored-by: Simone Gasperini &lt;simone.gasperini2@studio.unibo.it&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Format python in docstrings (#4168)</title>
<updated>2020-08-19T20:56:18+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2020-08-19T20:56:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=99fc1bb6690ac1a45124db2a01c12fd64dcb109b'/>
<id>99fc1bb6690ac1a45124db2a01c12fd64dcb109b</id>
<content type='text'>
* Format code w/ black

* Format docstrings w/ black

* Manual cleanup

* Tell pytest to ignore planned deprecations

* Don't call plt.show during testing

* Another known deprecation

* DOC: rm duplicate line from docstring example

* Minor cleanup

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Format code w/ black

* Format docstrings w/ black

* Manual cleanup

* Tell pytest to ignore planned deprecations

* Don't call plt.show during testing

* Another known deprecation

* DOC: rm duplicate line from docstring example

* Minor cleanup

Co-authored-by: Ross Barnowski &lt;rossbar@berkeley.edu&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: Update docstrings for public functions in threshold module (#4167)</title>
<updated>2020-08-18T01:20:22+00:00</updated>
<author>
<name>Ross Barnowski</name>
<email>rossbar@berkeley.edu</email>
</author>
<published>2020-08-18T01:20:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=7b3ad34e1be1c61dbccae3df920afb898e2eb8ad'/>
<id>7b3ad34e1be1c61dbccae3df920afb898e2eb8ad</id>
<content type='text'>
* DOC: Add docstring to is_threshold_graph.

* DOC: Add another example to is_threshold_graph

* DOC: Add docstring for find_threshold_graph

* STY: rm trailing whitespace

* DOC: Add imports to docstring examples</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* DOC: Add docstring to is_threshold_graph.

* DOC: Add another example to is_threshold_graph

* DOC: Add docstring for find_threshold_graph

* STY: rm trailing whitespace

* DOC: Add imports to docstring examples</pre>
</div>
</content>
</entry>
</feed>
