| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
01 Jun 2012 05:26:28
0.2.0_4
|
dinoex  |
- update png to 1.5.10 |
21 Jan 2012 17:40:15
0.2.0_3
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
03 Jul 2011 13:22:25
0.2.0_3
|
ohauer  |
- remove MD5 |
28 Mar 2010 06:47:48
0.2.0_3
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.2.0_2
|
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
0.2.0_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
22 Dec 2008 21:10:33
0.2.0
|
miwi  |
- Update to 0.2.0
PR: 129652
Submitted by: Wen Heping <wenheping@gmail.com> (maintainer) |
26 Sep 2008 23:21:54
0.1.9
|
miwi  |
py-hcluster library provides Python functions for
agglomerative clustering. Its features include
* generating hierarchical clusters from distance matrices
* computing distance matrices from observation vectors
* computing statistics on clusters
* cutting linkages to generate flat clusters
* and visualizing clusters with dendrograms.
The interface is very similar to MATLAB's Statistics
Toolbox API to make code easier to port from MATLAB to
Python/Numpy. The core implementation of this library
is in C for efficiency.
WWW: http://code.google.com/p/scipy-cluster/
PR: ports/127515
Submitted by: Wen Heping <wenheping at gmail.com> |