-
Notifications
You must be signed in to change notification settings - Fork 8
/
History.txt
40 lines (29 loc) · 1 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
== 0.1.5 2008-03-21
* 1 minor enhancement:
* added cluster radius
* 1 new example script:
* demonstrates SVG rendering of points and clusters
== 0.1.4 2008-02-13
* 1 minor enhancement:
* gave linear-time preclustering an independent "resolution" parameter
* 1 bugfix:
* corrected cluster coordinate calculation
== 0.1.3 2008-02-10
* 1 performance improvement
* added linear-time preclustering based on minimum separation distance
* 1 major change:
* when minimum separation is given, the clusterer will no longer calculate
and return clusters smaller than "separation / 2.0"
== 0.1.2 2008-02-07
* 1 performance improvement
* refactored Distances to be more intelligent about precalculated values
* 1 bugfix:
* correct degenerate case of Hierclust::Point.points
== 0.1.1 2008-02-04
* 1 minor enhancement:
* add method for returning flattened list of points in a cluster
* 1 bugfix:
* correct intermittent failure of Clusterer spec
== 0.1.0 2008-02-01
* 1 major enhancement:
* Initial release