Skip to content

Commit

Permalink
Merge pull request #81 from VisActor/release/1.2.8
Browse files Browse the repository at this point in the history
[Auto release] release 1.2.9
  • Loading branch information
da730 authored Apr 19, 2024
2 parents 564621f + 015c441 commit 849cd2b
Show file tree
Hide file tree
Showing 139 changed files with 4,786 additions and 2,476 deletions.
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
150 changes: 80 additions & 70 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{
"definitionName": "lockStepVersion",
"policyName": "vmindMin",
"version": "1.2.7",
"version": "1.2.9",
"mainProject": "@visactor/vmind",
"nextBump": "patch"
}
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/api/en/generateChart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The generateChart function is used for intelligent chart generation.
- GPT-3.5
- GPT-4
- [skylark2-pro](https://www.volcengine.com/product/yunque)
- [chart-advisor](../guide/Basic_tutorial/Chart_Advisor)
- [chart-advisor](../guide/Basic_Tutorial/Chart_Advisor)

## Interface Parameters:

Expand Down
2 changes: 1 addition & 1 deletion docs/assets/api/zh/generateChart.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ generateChart函数用于图表智能生成。
- GPT-3.5
- GPT-4
- [skylark2-pro](https://www.volcengine.com/product/yunque)
- [chart-advisor](../guide/Basic_tutorial/Chart_Advisor)
- [chart-advisor](../guide/Basic_Tutorial/Chart_Advisor)

## 接口参数:

Expand Down
57 changes: 57 additions & 0 deletions docs/assets/changelog/en/release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@

# v1.2.7

March 26, 2024

**🆕 New Features**

- **@visactor/vmind**: support data aggregation with skylark
- **@visactor/vmind**: support rule-based chart generation
- **@visactor/vmind**: use fold to process the dataset when there are more than 1 y field

**🐛 Bug Fixes**

Fixed several badcases in data aggregation and chart generation.

[For more details, please see v1.2.7](https://github.com/VisActor/VMind/releases/tag/v1.2.7)

# v1.2.4

**Planned Features**

- GIF, video export function supports node environment
- Further standardize API
- Remove unrelated dependencies
- Optimize data aggregation function, fix a large number of badcases
- Smart Chart Generation fixes badcases

# v1.2.3

**Planned Features**

- Data aggregation function, access to headless bi calculator module, vutils
- Intelligent data aggregation, generate SQL through LLM, aggregate, filter, and sort data

# v1.2.0

**Planned Features**

1. Data module restructuring, supports direct external transmission of the dataset, bypassing the interpretation of field types by LLM.
2. Intelligent chart generation accesses skylark pro, skylark2-pro-4k models
3. Optimize chart generation performance

# v1.1.0

**Planned Features**

1. Support new chart types: Dual Axis Chart, Funnel Chart, Waterfall Chart, Box Plot
2. Refactor the data module, dock with VizSchema
3. Add a fallback mechanism when the chart generation fails, recommend charts using the chart-advisor module.

# v1.0.6-alpha.5

1. Support new chart types: Sankey Diagram, Radar Chart, Rose Chart.
2. Fixed dependency errors.
3. Support for node-side calls.
4. Support for entering url and request parameters during initialization, customize model request methods: you can customize parameters such as LLM service URL, request headers, request methods, model names, maximum tokens, and temperature, etc.
5. Removed the ffmpeg dependency, replaced with external input to reduce the package volume and difficulty of installing dependencies.
Empty file.
Loading

0 comments on commit 849cd2b

Please sign in to comment.