summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* bump to release 1.9.1networkx-1.9.1v1.9.1Aric Hagberg2014-09-131-1/+1
|
* Update release date and add link to milestoneAric Hagberg2014-09-131-1/+2
|
* Fix exception messages and docstring in capacity-scaling min-cost flowv1.9ysitu2014-08-171-3/+3
|
* Merge pull request #1245 from ysitu/dominatingAric Hagberg2014-08-153-1/+12
|\ | | | | Add dominating package to documentation
| * Add dominating package to documentationysitu2014-08-153-1/+12
| |
* | Change path to MathJax CDNysitu2014-08-151-1/+1
|/ | | | See http://www.mathjax.org/changes-to-the-mathjax-cdn/ for details
* corrected docstringnetworkx-1.9.1rc1drevicko2014-08-061-3/+3
| | | | The docstring of connected_component_subgraphs() had one parameter (copy=True) listed as a Return.
* Change version to 1.9.1rc1ysitu2014-08-061-1/+1
|
* Add 1.9.1 release dateysitu2014-08-061-1/+1
|
* Merge pull request #1223 from ysitu/d3Aric Hagberg2014-07-3024-139/+2
|\ | | | | Remove bundled D3
| * Remove bundled D3ysitu2014-07-2024-139/+2
|/ | | | References to D3 now point to cdnjs.
* Remove unused file api_1.8ysitu2014-07-201-13/+0
|
* Bump version to 1.9.1ysitu2014-07-151-1/+1
|
* Add 1.9.1 to release logysitu2014-07-151-1/+8
|
* Fix kosaraju_strongly_connected_components documentationysitu2014-07-151-2/+1
| | | | The output is no longer ordered in a specific way.
* Remove Python 3 incompatible print statementMichael Sproul2014-07-151-3/+1
|
* Adapt print statements in examples for Python 3 compatibilityysitu2014-07-154-14/+14
|
* Networkx-1.9, June 21 2014networkx-1.9Aric Hagberg2014-06-212-2/+2
|
* Change version in release.pynetworkx-1.9rc1Aric Hagberg2014-06-061-2/+2
|
* Suggest release dateAric Hagberg2014-06-061-1/+1
|
* Clarify required Python versionsysitu2014-06-061-5/+2
|
* Remove references to deleted files in MANIFEST.inysitu2014-06-061-3/+0
|
* Merge pull request #1184 from ysitu/relnotes-1.9ysitu2014-06-067-68/+250
|\ | | | | 1.9 release notes
| * Minor edits to connectivity package changes api_1.9.rstysitu2014-05-311-41/+42
| |
| * Merge pull request #2 from jtorrents/relnotes-1.9ysitu2014-05-311-5/+51
| |\ | | | | | | Connectivity package release notes for NetworkX 1.9
| | * Add release notes for the connectivity package.Jordi Torrents2014-05-311-5/+51
| | |
| * | Update release logysitu2014-05-311-38/+61
| | |
| * | Update release URLs and development statusysitu2014-05-301-3/+3
| |/
| * Update installation documentation URLysitu2014-05-301-1/+1
| |
| * Change outdated years to 2014ysitu2014-05-302-2/+2
| |
| * Fix typos in api_1.9.rstysitu2014-05-301-3/+3
| |
| * Add classifier for Python 3.4 supportysitu2014-05-301-0/+1
| |
| * Document major changes in 1.9ysitu2014-05-301-1/+60
| |
| * Format api_1.9.rstysitu2014-05-302-24/+76
| |
* | Merge pull request #1190 from hagberg/pajek-utf8ysitu2014-06-042-4/+32
|\ \ | | | | | | Pajek utf8
| * | Better exception handling, simpler testAric Hagberg2014-06-032-6/+4
| | |
| * | Add testAric Hagberg2014-06-021-19/+19
| | |
| * | Adjust author email, copyright yearAric Hagberg2014-06-021-2/+2
| | |
| * | Pajek reader can't handle encoded dataAric Hagberg2014-06-022-2/+32
| | | | | | | | | | | | shlex.split() doesn't work for unicode. Tweak to work with Python2.x.
* | | Merge pull request #1191 from ysitu/setupysitu2014-06-043-84/+47
|\ \ \ | | | | | | | | Remove setup_egg.py
| * | | Update install.rstysitu2014-06-031-14/+31
| | | |
| * | | Merge branch 'master' into setupysitu2014-06-038-439/+4
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: setup.py
| * | | | Force use of setuptoolsysitu2014-06-031-7/+1
| | | | |
| * | | | Remove setup_egg.pyysitu2014-06-032-70/+22
| | | | |
* | | | | Fix stoer_wagner documentationysitu2014-06-031-1/+1
| |/ / / |/| | |
* | | | Merge pull request #1188 from ysitu/decoratorAric Hagberg2014-06-038-440/+5
|\ \ \ \ | |/ / / |/| | | Remove bundled decorator package
| * | | Remove bundled decorator packageysitu2014-06-018-440/+5
| | | |
* | | | Merge pull request #1189 from ysitu/stoerwagnerJordi Torrents2014-06-012-7/+5
|\ \ \ \ | | | | | | | | | | Rename stoer_wagner.py to stoerwagner.py
| * | | | Rename stoer_wagner.py to stoerwagner.pyysitu2014-06-012-7/+5
|/ / / /
* | | | Merge pull request #1163 from kemskems/link-predictionysitu2014-06-013-234/+733
|\ \ \ \ | |/ / / |/| | | Link prediction algorithms #2