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: docs/assets/changelog/en/release.md
+56-9
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,59 @@
1
+
# v2.0.3
2
+
3
+
2025-03-04
4
+
5
+
**🆕 New Features**
6
+
7
+
-**atom**: VMind's internal atomization feature now supports function call capability
8
+
9
+
**🔖 Fixes**
10
+
11
+
-**chartGeneration**: Fixed issues where stacked/percentage bar charts were not working, and bar charts were not generating correctly
12
+
-**getInsights**: Fixed an issue where, if chart values were strings, the original data obtained by insights was converted to number type, potentially causing incorrect matches
13
+
14
+
**🔖 Others**
15
+
16
+
-**@visactor/vmind**: Optimized type definitions
17
+
18
+
# v2.0.2
19
+
20
+
2025-02-23
21
+
22
+
23
+
**🔖 Fix**
24
+
25
+
-**@visactor/vmind**: fix fieldinfo may undefiend while chart-advistor
26
+
27
+
[more detail about v2.0.2](https://github.com/VisActor/VMind/releases/tag/v2.0.2)
28
+
29
+
# v2.0.1
30
+
31
+
2025-02-21
32
+
33
+
34
+
**🆕 New feature**
35
+
36
+
-**@visactor/vmind**: Support DeepSeek and other custom model with api-key
37
+
-**@visactor/vmind**: 12 new chart types added for chart generation
[more detail about v2.0.1](https://github.com/VisActor/VMind/releases/tag/v2.0.1)
47
+
1
48
# v1.2.12
2
49
3
50
2024-06-17
4
51
5
52
6
53
**🔖 New featureure**
7
-
8
-
-**@visactor/vmind**: intelligent insight module
9
-
-**@visactor/vmind**: add custom model type support
54
+
55
+
-**@visactor/vmind**: intelligent insight module
56
+
-**@visactor/vmind**: add custom model type support
10
57
-**@visactor/vmind**: take skylark model when no model type match
11
58
12
59
[more detail about v1.2.12](https://github.com/VisActor/VMind/releases/tag/v1.2.12)
@@ -17,7 +64,7 @@
17
64
18
65
19
66
**🐛 Fixes**
20
-
67
+
21
68
Fix reference error in node.
22
69
23
70
[more detail about v1.2.11](https://github.com/VisActor/VMind/releases/tag/v1.2.11)
@@ -28,13 +75,13 @@ Fix reference error in node.
28
75
29
76
30
77
**🆕 New New featureures**
31
-
32
-
-**@visactor/vmind**: Refactored the VMind basic framework: abstracted TaskNode, Application class, used Meta for flow arrangement, and improved code reusability and scalability.
33
-
-**@visactor/vmind**: Intelligent chart generation: supports generating spec templates without a data set; supports filling data into spec templates.
34
-
-**@visactor/vmind**: Intelligent chart generation: supports selecting chart types from a specified list of chart types.
78
+
79
+
-**@visactor/vmind**: Refactored the VMind basic framework: abstracted TaskNode, Application class, used Meta for flow arrangement, and improved code reusability and scalability.
80
+
-**@visactor/vmind**: Intelligent chart generation: supports generating spec templates without a data set; supports filling data into spec templates.
81
+
-**@visactor/vmind**: Intelligent chart generation: supports selecting chart types from a specified list of chart types.
35
82
36
83
**🐛 Fixes**
37
-
84
+
38
85
Intelligent data aggregation: replaced alasql keyword in SQL to further improve the success rate of SQL execution.
39
86
40
87
[more detail about v1.2.9](https://github.com/VisActor/VMind/releases/tag/v1.2.9)
-**@visactor/vmind**: Refactored the VMind basic framework: abstracted TaskNode, Application class, used Meta for flow arrangement, and improved code reusability and scalability.
33
-
-**@visactor/vmind**: Intelligent chart generation: supports generating spec templates without a data set; supports filling data into spec templates.
34
-
-**@visactor/vmind**: Intelligent chart generation: supports selecting chart types from a specified list of chart types.
79
+
80
+
-**@visactor/vmind**: Refactored the VMind basic framework: abstracted TaskNode, Application class, used Meta for flow arrangement, and improved code reusability and scalability.
81
+
-**@visactor/vmind**: Intelligent chart generation: supports generating spec templates without a data set; supports filling data into spec templates.
82
+
-**@visactor/vmind**: Intelligent chart generation: supports selecting chart types from a specified list of chart types.
35
83
36
84
**🐛 Fixes**
37
-
85
+
38
86
Intelligent data aggregation: replaced alasql keyword in SQL to further improve the success rate of SQL execution.
Copy file name to clipboardExpand all lines: packages/vmind/CHANGELOG.md
+12-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,17 @@
1
1
# Change Log - @visactor/vmind
2
2
3
-
This log was last generated on Sun, 23 Feb 2025 10:21:08 GMT and should not be manually modified.
3
+
This log was last generated on Tue, 04 Mar 2025 08:58:32 GMT and should not be manually modified.
4
+
5
+
## 2.0.3
6
+
Tue, 04 Mar 2025 08:58:32 GMT
7
+
8
+
### Updates
9
+
10
+
- Fixed issues where stacked/percentage bar charts were not working, and bar charts were not generating correctly
11
+
- Fixed an issue where, if chart values were strings, the original data obtained by insights was converted to number type, potentially causing incorrect matches
12
+
- Optimized type definitions
13
+
- Feat: VMind's internal atomization feature now supports function call capability
0 commit comments