<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/networkx/algorithms/mis.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> 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>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>Format w/ black</title>
<updated>2020-07-10T16:44:54+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2020-07-10T06:12:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=b22d6b36ce0545995c99d233546e8a1fe7e27fc5'/>
<id>b22d6b36ce0545995c99d233546e8a1fe7e27fc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade to Py36 syntax</title>
<updated>2020-01-01T22:17:42+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-12-31T07:57:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=0cd14f622daa0b70dcb1b8f3404e70383354fceb'/>
<id>0cd14f622daa0b70dcb1b8f3404e70383354fceb</id>
<content type='text'>
find networkx -name \*.py -exec pyupgrade --py36-plus {} \;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find networkx -name \*.py -exec pyupgrade --py36-plus {} \;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert %-format to fstring</title>
<updated>2020-01-01T22:17:42+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-11-12T04:20:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=1bbcc512ae492e7467140100d1be137bef9410d6'/>
<id>1bbcc512ae492e7467140100d1be137bef9410d6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove superfluous encoding information</title>
<updated>2019-11-11T21:39:06+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-11-09T07:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=cd2bde7856dc8057c8269696110ffb75795edf13'/>
<id>cd2bde7856dc8057c8269696110ffb75795edf13</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove boiler plate from top of modules</title>
<updated>2019-11-11T21:39:06+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-11-09T07:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=89daa927a0135a79cc69a75a3c89202158fa2ca7'/>
<id>89daa927a0135a79cc69a75a3c89202158fa2ca7</id>
<content type='text'>
The copyright and author stuff is not necessary, out-of-date,
and inconsistent.  It takes up visual space and is a pain to
police everyone doing the same thing on the top of the module.

Git handles authorship in a comprehensive and authoritative way.
The LICENSE.txt file applies to all project code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The copyright and author stuff is not necessary, out-of-date,
and inconsistent.  It takes up visual space and is a pain to
police everyone doing the same thing on the top of the module.

Git handles authorship in a comprehensive and authoritative way.
The LICENSE.txt file applies to all project code.
</pre>
</div>
</content>
</entry>
<entry>
<title> Replacing `Return` to `Returns` in docs for functions (#3301)</title>
<updated>2019-02-18T09:46:42+00:00</updated>
<author>
<name>Moradnejad</name>
<email>i.moradnejad@gmail.com</email>
</author>
<published>2019-02-18T09:46:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=2db5f8663deacc501c7472c3a60884a2ca8be45a'/>
<id>2db5f8663deacc501c7472c3a60884a2ca8be45a</id>
<content type='text'>
* Fixed problem in documentation view of this function

* Replacing `Return` to `Returns` in function docs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fixed problem in documentation view of this function

* Replacing `Return` to `Returns` in function docs
</pre>
</div>
</content>
</entry>
<entry>
<title>Unify random state treatment across package (#3058)</title>
<updated>2018-07-16T16:49:35+00:00</updated>
<author>
<name>Dan Schult</name>
<email>dschult@colgate.edu</email>
</author>
<published>2018-07-16T16:49:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=bbf624a2e8a621bb5be3bc0937b8d286fe389e0c'/>
<id>bbf624a2e8a621bb5be3bc0937b8d286fe389e0c</id>
<content type='text'>
Fixes #1764 

* Add a doc page to explain random number generator handling

* replace deprecated numpy.random.random_integers with randint

* First set of random_state decorator updates... utils and some generators

* protect numpy import from failure is not there

* fix doctests in randomness.rst

* Update algorithms for new random_state paradigm

* Fix tests dependent on python version

* Update random_state paradigm in rest of the modules

* fix tests for wierd cases.

windows 32bit doesn't like big seeds.
smallworld wasn't sending seed to utils.discrete_sequence

* Add tests.  Rewrite randomstate interface class to fix tests

* anogther tweak for osx with no deps

* improve doc examples for seed. Check all functions for seed independence.

Calling with int seed should not affect global RNG

* Add testing script and add more variates to RandomInterface

* fix typo and remove unneeded file causing nodetest trouble

* fix doctest for randomness.rst
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1764 

* Add a doc page to explain random number generator handling

* replace deprecated numpy.random.random_integers with randint

* First set of random_state decorator updates... utils and some generators

* protect numpy import from failure is not there

* fix doctests in randomness.rst

* Update algorithms for new random_state paradigm

* Fix tests dependent on python version

* Update random_state paradigm in rest of the modules

* fix tests for wierd cases.

windows 32bit doesn't like big seeds.
smallworld wasn't sending seed to utils.discrete_sequence

* Add tests.  Rewrite randomstate interface class to fix tests

* anogther tweak for osx with no deps

* improve doc examples for seed. Check all functions for seed independence.

Calling with int seed should not affect global RNG

* Add testing script and add more variates to RandomInterface

* fix typo and remove unneeded file causing nodetest trouble

* fix doctest for randomness.rst
</pre>
</div>
</content>
</entry>
<entry>
<title>Pep8 fixes</title>
<updated>2018-01-20T09:27:28+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2018-01-19T23:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=7e63811866e86e87e244790b5310098737c22ec4'/>
<id>7e63811866e86e87e244790b5310098737c22ec4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
