|
| 1 | +# ChangeLog |
| 2 | + |
| 3 | +#### 0.1.26 |
| 4 | + |
| 5 | +- feat: dfs supports undirected graph data; |
| 6 | + |
| 7 | +#### 0.1.25 |
| 8 | + |
| 9 | +- feat: Optimized data preprocessing coding - when the feature values are all numerical, use the original values (plus normalization), and do not use one-hot coding |
| 10 | + |
| 11 | +#### 0.1.24 |
| 12 | + |
| 13 | +- fix: i-louvain without cluster problem; |
| 14 | + |
| 15 | +#### 0.1.23 |
| 16 | + |
| 17 | +- perf: k-means algorithm: set K to minimum |
| 18 | + |
| 19 | +#### 0.1.22 |
| 20 | + |
| 21 | +- fix: k-means algorithm, perf: louvain -- support specified parameters such as propertyKey,involvedKeys and uninvolvedKeys |
| 22 | + |
| 23 | +#### 0.1.21 |
| 24 | + |
| 25 | +- perf: k-means algorithm -- Optimize parameters and return |
| 26 | + |
| 27 | +#### 0.1.20 |
| 28 | + |
| 29 | +- feat: add k-means algorithm for nodes clustering |
| 30 | + |
| 31 | +#### 0.1.19 |
| 32 | + |
| 33 | +- fix: GADDI matched failed problem; |
| 34 | + |
| 35 | +#### 0.1.18 |
| 36 | + |
| 37 | +- feat: add one-hot data preprocessing; |
| 38 | + |
| 39 | +#### 0.1.17 |
| 40 | + |
| 41 | +- feat: add consine-similarity algorithm and nodes-consine-similarity algorithm; |
| 42 | + |
| 43 | +#### 0.1.16 |
| 44 | + |
| 45 | +- feat: add i-louvain based on louvain according to academic; |
| 46 | + |
| 47 | +#### 0.1.15 |
| 48 | + |
| 49 | +- feat: k-core algorithm; |
| 50 | + |
| 51 | +#### 0.1.14 |
| 52 | + |
| 53 | +- fix: GADDI with proper begin p node; |
| 54 | +- feat: louvain with property similarity measure |
| 55 | + |
| 56 | +#### 0.1.10 |
| 57 | + |
| 58 | +- fix: GADDI with better accuracy; |
| 59 | + |
| 60 | +#### 0.1.9 |
| 61 | + |
| 62 | +- chore: separate sync and async functions into different entries; |
| 63 | + |
| 64 | +#### 0.1.8 |
| 65 | + |
| 66 | +- fix: CPU usage increases due to 0.1.3-beta ~ 0.1.3 with publicPath configuration; |
| 67 | +- fix: CPU usage increases due to 0.1.6 ~ 0.17 with browser output; |
| 68 | +- feat: export fix: export detectAllCycles, detectAllDirectedCycle, detectAllUndirectedCycle; |
| 69 | + |
| 70 | +#### 0.1.6 |
| 71 | + |
| 72 | +- fix: louvain with increased clusterId and node with correct new clusterId; |
| 73 | + |
| 74 | +#### 0.1.5 |
| 75 | + |
| 76 | +- fix: worker async problem; |
| 77 | +- chore: unify allPath and allPaths; |
| 78 | + |
| 79 | +#### 0.1.2 |
| 80 | + |
| 81 | +- fix: failed to find result problem in dijkstra; |
| 82 | + |
| 83 | +#### 0.1.1 |
| 84 | + |
| 85 | +- fix: shortestPath with wrong result; |
| 86 | + |
| 87 | +#### 0.1.0 |
| 88 | + |
| 89 | +- fix: findShortestPath undefined is not interatable; |
| 90 | + |
| 91 | +#### 0.1.0-beta.3 |
| 92 | + |
| 93 | +- fix: cannot read degree of undefined problem of GADDI; |
| 94 | + |
| 95 | +#### 0.1.0-beta |
| 96 | + |
| 97 | +- feat: worker for algorithms; |
| 98 | +- feat: gaddi for graph pattern matching; |
| 99 | + |
| 100 | +#### 0.0.7 |
| 101 | + |
| 102 | +- feat: dijkstra supports finding multiple shortest paths; |
0 commit comments