summaryrefslogtreecommitdiff
path: root/networkx/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Bump release versionJarrod Millman2021-05-311-1/+1
* Designate 2.6rc1 releasenetworkx-2.6rc1Jarrod Millman2021-05-311-1/+1
* Remove "networkx" from top-level networkx namespace (#4840)Ross Barnowski2021-05-311-12/+12
* Remove pyyaml dependency via module getattr (#4802)Ross Barnowski2021-05-201-0/+41
* Simplify version information (#4492)Jarrod Millman2021-01-031-31/+1
* Drop Py3.6 support per NEP 29 (#4469)Jarrod Millman2020-12-171-2/+2
* Move a few imports inside functions to improve import speed of the library (#...Dan Schult2020-11-121-1/+2
* Update homepage URL (#4285)Jarrod Millman2020-10-251-1/+1
* Format w/ blackJarrod Millman2020-07-101-0/+1
* Convert %-format to fstringJarrod Millman2020-01-011-3/+6
* Simplify package docstringJarrod Millman2019-11-111-48/+3
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-9/+0
* Remove duplicate license parameter (#3710)Drew H2019-11-081-1/+0
* Drop support for Python 3.5Jarrod Millman2019-10-161-2/+2
* Fix many documentation based Issues (#3609)Dan Schult2019-09-291-1/+1
* Remove future imports needed by Py2Jarrod Millman2019-09-181-2/+0
* Update copyrightJarrod Millman2019-03-301-2/+2
* Update version checkingJarrod Millman2018-11-141-2/+2
* Update copyrightJarrod Millman2018-01-201-2/+2
* SubGraph filter on nodes/edges (#2523)Dan Schult2017-07-281-1/+1
* Remove empty external moduleJarrod Millman2017-07-171-1/+0
* Fix sphinx (#2517)Jarrod Millman2017-07-171-14/+45
* Update copyrightsMridul Seth2016-01-011-1/+1
* Fix copyrightsJGab2015-04-211-1/+1
* pep8 fix for base graph clases and methodsGoran Cetusic2015-03-261-8/+7
* added networkx.__bibtex__ attributeChristian Stade-Schuldt2014-10-211-0/+12
* Add detection of Python 2.7+ upon install and importysitu2014-06-061-3/+2
* Split matrix conversion functions into new moduleAric Hagberg2013-11-121-0/+4
* Revert "Merge pull request #812 from chebee7i/pydot". Addresses #812.chebee7i2013-09-091-2/+0
* Add nxParams, a dict-like configuration for parameters.chebee7i2013-04-241-0/+2
* Fix/adjust/remove/modify tests that depend on dictionary ordering.Aric Hagberg2012-07-081-4/+4
* Uncommenting the fetching of release info.Chris Ellison2011-07-161-2/+1
* Changed File handle name and utils in new directory, also changesBen Edwards2011-07-151-5/+15
* Fixed import errors with new external moduleBen Edwards2011-07-151-1/+1
* Adds Code for decorator for require packages and clean_io.Ben Edwards2011-07-151-0/+1
* Add copy=True|False to relabel nodes in place.Aric Hagberg2011-03-221-0/+2
* Removing sys.py and storing all info in release.pyChris Ellison2011-01-281-9/+6
* updating version info for mercurial. addresses #413Chris Ellison2010-10-031-33/+23
* Move check for import of drawing package to drawing/__init__.py.aric2010-08-051-10/+2
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-24/+33
* Move some dates to 2010 in documentationaric2010-07-311-1/+1
* Move operators.py to algorithmsaric2010-03-231-2/+0
* Raise exception in connectedness tests for null grapharic2009-11-061-1/+1
* Raise ImportError instead of sys.exit() if Python version < 2.4.aric2009-09-231-2/+2
* Remove lazy import in favor of explicit import with error handlingaric2009-08-271-1/+0
* License change to BSD.aric2009-08-261-2/+2
* Removing svn:executable property so nose doesn't print 'skip' messages.cellison2009-08-141-0/+0
* addresses #231cellison2009-02-181-3/+21
* Use a combination of imports inside functions (for matplotlib andaric2009-02-171-0/+1
* move ubigraph to classes directoryaric2008-11-201-1/+0