cvs commit: ports/math Makefile ports/math/py-apgl Makefile distinfo pkg-descr pkg-plist

Wen Heping wen at FreeBSD.org
Thu Oct 28 13:20:08 UTC 2010


wen         2010-10-28 13:20:08 UTC

  FreeBSD ports repository

  Modified files:
    math                 Makefile 
  Added files:
    math/py-apgl         Makefile distinfo pkg-descr pkg-plist 
  Log:
  Another Python Graph Library is a simple, fast and easy to use graph library
  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/
  
  Revision  Changes    Path
  1.676     +1 -0      ports/math/Makefile
  1.1       +24 -0     ports/math/py-apgl/Makefile (new)
  1.1       +3 -0      ports/math/py-apgl/distinfo (new)
  1.1       +16 -0     ports/math/py-apgl/pkg-descr (new)
  1.1       +497 -0    ports/math/py-apgl/pkg-plist (new)


More information about the cvs-ports mailing list