You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,25 @@
1
1
# ChangeLog
2
+
3
+
#### 0.1.26
4
+
5
+
- feat: dfs supports undirected graph data;
6
+
2
7
#### 0.1.25
3
8
4
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
+
5
11
#### 0.1.24
6
12
7
-
- fix: i-louvain without cluster problem;
13
+
- fix: i-louvain without cluster problem;
14
+
8
15
#### 0.1.23
9
16
10
17
- perf: k-means algorithm: set K to minimum
18
+
11
19
#### 0.1.22
12
20
13
21
- fix: k-means algorithm, perf: louvain -- support specified parameters such as propertyKey,involvedKeys and uninvolvedKeys
22
+
14
23
#### 0.1.21
15
24
16
25
- perf: k-means algorithm -- Optimize parameters and return
0 commit comments