[Bug 211052] [NEW PORT] devel/py-cluster: Create several groups (clusters) of objects from a list in Python

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Jul 13 16:57:52 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211052

--- Comment #1 from commit-hook at freebsd.org ---
A commit references this bug:

Author: pi
Date: Wed Jul 13 16:57:15 UTC 2016
New revision: 418492
URL: https://svnweb.freebsd.org/changeset/ports/418492

Log:
  New port: devel/py-cluster

  Python-cluster is a simple package that allows to create several
  groups (clusters) of objects from a list. It's meant to be flexible
  and able to cluster any object. To ensure this kind of flexibility,
  you need not only to supply the list of objects, but also a function
  that calculates the similarity between two of those objects.
  For simple datatypes, like integers, this can be as simple as a
  subtraction, but more complex calculations are possible.

  WWW: https://pypi.python.org/pypi/cluster

  PR:           211052
  Submitted by: Danilo G. Baio <dbaio at bsd.com.br>

Changes:
  head/devel/Makefile
  head/devel/py-cluster/
  head/devel/py-cluster/Makefile
  head/devel/py-cluster/distinfo
  head/devel/py-cluster/pkg-descr

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list