aboutsummaryrefslogtreecommitdiff
path: root/math/py-igraph
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.5Li-Wen Hsu2008-07-263-63/+12
| | | | | | | | PR: ports/125544 Submitted by: Wen heping <wenheping AT gmail.com> Notes: svn path=/head/; revision=217552
* - Update to 0.4.5Li-Wen Hsu2008-01-093-4/+10
| | | | Notes: svn path=/head/; revision=205307
* - Update to 0.4.1Li-Wen Hsu2007-06-013-6/+20
| | | | | | | | - Use CHEESESHOP in MASTER_SITES - Depends on python 2.3+ Notes: svn path=/head/; revision=192528
* - Change to my FreeBSD.org emailLi-Wen Hsu2007-04-041-1/+1
| | | | | | | Approved by: clsung (mentor) Notes: svn path=/head/; revision=189163
* - Update to 0.3.3Martin Wilke2007-03-063-28/+31
| | | | | | | | PR: 109722 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) Notes: svn path=/head/; revision=186699
* This module extends Python with a Graph class which is capable of handlingMartin Wilke2006-12-214-0/+68
arbitrary directed and undirected graphs with thousands of nodes and millions of edges. Since the module makes use of the open source igraph library written in almost 100% pure C, it is blazing fast and outperforms most other pure Python-based packages around. WWW: http://cneurocvs.rmki.kfki.hu/igraph PR: ports/106971 Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org> Notes: svn path=/head/; revision=180374