aboutsummaryrefslogtreecommitdiffstats
path: root/math/py-apgl/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.8.1wen2016-03-061-2/+2
|
* - Update to 0.8.0wen2014-04-061-2/+2
| | | | | | - Stage support - Convert to PYDISTUTILS_AUTOPLIST - Add LICENSE
* - Update to 0.7.3wen2013-06-011-2/+2
| | | | | - Trim Makefile headers - Update COMMENT and WWW line
* - Update to 0.7.1wen2012-09-041-2/+2
|
* - Update to 0.7wen2012-04-181-2/+2
|
* - Update to 0.6.10wen2012-04-051-2/+2
| | | | Feature safe: yes
* - Update to 0.6.9wen2012-01-111-2/+2
|
* - Update to 0.6.8wen2011-11-091-2/+2
|
* - Update to 0.6.7wen2011-09-151-2/+2
|
* - Update to 0.6.6wen2011-07-011-2/+2
|
* - Update to 0.6.5wen2011-05-091-2/+2
|
* - Update to 0.6.4wen2011-03-081-2/+2
|
* - Update to 0.6.1wen2011-01-151-2/+2
| | | | Feature safe: yes
* - Update to 0.6wen2010-12-061-3/+2
|
* Another Python Graph Library is a simple, fast and easy to use graph librarywen2010-10-281-0/+3
with some machine learning features. The main features are as follows: * Directed, undirected and multigraphs designed under a hierarchical class structure * Sparse and Dense graph structures using numpy and scipy for fast linear algebra computations * Many operations on graphs such as subgraphs, search, Floyd-Warshall, Dijkstras algorithm * Erdos-Renyi, Small-World and Albert-Barabasi random graphs * Write to Pajek, and simple CSV files * Some machine learning features - data preprocessing, kernels, PCA, KCCA, wrappers for LibSVM, and some mlpy learning algorithms * Unit tested using the Python unittest framework WWW: http://packages.python.org/apgl/