<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/networkx.git/examples/subclass/plot_antigraph.py, branch v2.5</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 exception causes and messages in 12 modules (#4012)</title>
<updated>2020-06-22T15:20:39+00:00</updated>
<author>
<name>Ram Rachum</name>
<email>ram@rachum.com</email>
</author>
<published>2020-06-22T15:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=4b59ae42d52980852f795811426254dd06d266b3'/>
<id>4b59ae42d52980852f795811426254dd06d266b3</id>
<content type='text'>
* Fix exception causes and messages in 12 modules

* Remove deprecated matplotlib.use(warn=False) that was default anyway.

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix exception causes and messages in 12 modules

* Remove deprecated matplotlib.use(warn=False) that was default anyway.

Co-authored-by: Dan Schult &lt;dschult@colgate.edu&gt;</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:22:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=11954636c80e899c2cd6ea2dbafd628aa8662811'/>
<id>11954636c80e899c2cd6ea2dbafd628aa8662811</id>
<content type='text'>
$ find examples -name \*.py -exec pyupgrade --py36-plus {} \;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$ find examples -name \*.py -exec pyupgrade --py36-plus {} \;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update examples</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-10T23:39:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=b7b8b07667e4aa061ca016e64e868f8213ca6a59'/>
<id>b7b8b07667e4aa061ca016e64e868f8213ca6a59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright</title>
<updated>2019-03-30T22:39:08+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2019-03-30T22:39:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=33980ffeef6de64fa543692bcc713e2b1fcdbcce'/>
<id>33980ffeef6de64fa543692bcc713e2b1fcdbcce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright</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:07:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=ea3a8826385f543775e2c6b147cbffcd289527da'/>
<id>ea3a8826385f543775e2c6b147cbffcd289527da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo in documentation (#2677)</title>
<updated>2017-09-21T17:36:05+00:00</updated>
<author>
<name>Charles Tapley Hoyt</name>
<email>cthoyt@gmail.com</email>
</author>
<published>2017-09-21T17:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=f7acddf836ec53e1c7753ba820258d5d2dc07f9f'/>
<id>f7acddf836ec53e1c7753ba820258d5d2dc07f9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix randomly occurring error</title>
<updated>2017-08-14T23:54:08+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2017-08-13T21:26:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=17635b1ac3b2282bff0d8b12002e8a60fbf0091d'/>
<id>17635b1ac3b2282bff0d8b12002e8a60fbf0091d</id>
<content type='text'>
Set seed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Set seed.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor examples (#2527)</title>
<updated>2017-07-21T15:50:40+00:00</updated>
<author>
<name>Jarrod Millman</name>
<email>jarrod.millman@gmail.com</email>
</author>
<published>2017-07-21T15:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/networkx.git/commit/?id=1e6df4c105fa7a1e442da72ddb009bb253dc7d4e'/>
<id>1e6df4c105fa7a1e442da72ddb009bb253dc7d4e</id>
<content type='text'>
* Fix unix_email and plot more examples

* Fix doctest

* Fix more examples

* Fix AntiGraph.degree generator error in examples

* Style/consistency changes and plot more examples
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix unix_email and plot more examples

* Fix doctest

* Fix more examples

* Fix AntiGraph.degree generator error in examples

* Style/consistency changes and plot more examples
</pre>
</div>
</content>
</entry>
</feed>
