Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2010 13:20:08 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/math Makefile ports/math/py-apgl Makefile distinfo pkg-descr pkg-plist
Message-ID:  <201010281320.o9SDK87P051791@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010281320.o9SDK87P051791>