forked from lmcinnes/kepler-mapper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release.txt
51 lines (43 loc) · 1.52 KB
/
release.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
41
42
43
44
45
46
47
48
49
50
51
Pre-alpha
v00001
Wrote class
Wrote documentation
Added license
v00002
Added a multi-dimensional mode: use all dimensions.
Added case study: 3D point cloud data for animals
Added case study: Make circles
Added advanced parameters for graph layout settings. Should probably be sliders on the .html page itself.
Improved documentation
Added disclaimer
Added todo
Added release log
v00003
Refactored dimension index to use a list of arbitrary dimensions
Improved verbosity
Added levels of verbosity
Decreased number of code lines by using a single approach
Added sample to explain local linkage True vs. False
Added side-view for animal point-cloud data
Added a gallery in the example directory
v00004
Added dimensionality reduction
Added "digits" case study
changed fit to fit_transform and return of data
added tooltips
added support for custom tooltips
Alpha
v00005
Made Python 3 compatible
Ability to turn off title, meta and tooltips
Ability to set the window height and width of HTML output
Added basic support for another color function: average signal
De-emphasized link_local functionality, since its current implementation is no good.
v00006
Removed link_local functionality
Halved the number of edges drawn (no two-way edges)
Added support for clustering on the inverse image
Refactored code (see updated documentation)
Added code comments
Added feature to use reducers/manifold learning/dimensions and stat functions
Added 7 projections/lenses from statistics