8000 Releases · VisActor/VMind · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: VisActor/VMind

v2.0.8

11 Jul 04:10
7185d0b
Compare
Choose a tag to compare

🐛 fix

  • @visactor/vmind: fix legend field of heatmap, and fix position of rankingBar

🔨 refactor

  • @visactor/vmind: update cell of radar and rose

What's Changed

  • [Auto Sync] Sync the code from branch main to branch develop after release 2.0.5 by @github-actions[bot] in #206
  • perf: optimize transforms of chartGenerator by @xile611 in #202
  • [Auto changelog] changlog of v2.0.5 by @github-actions[bot] in #207
  • fix(utils): export transformers constants by @bingling-sama in #211
  • Feat/image to spec by @xile611 in #209
  • Doc/add trae guid by @xuanhun in #214
  • feat: add openmanus cases in vmind by @666haiwen in #243
  • feat: add openmanus x vmind docs by @666haiwen in #244
  • refactor: update docs of openmanus by @666haiwen in #245
  • [Auto release] release 2.0.6 by @github-actions[bot] in #246
  • [Auto Sync] Sync the code from branch main to branch develop after release 2.0.6 by @github-actions[bot] in #247
  • fix: fix BasicHeatMap key in chartTyprMap by @RubMaker in #249
  • chore: remove useless compile in unit-test workflow by @xile611 in #251
  • fix readme-zh.md by @LRriver in #253
  • test: add test checkChartTypeAndCell by @RubMaker in #255
  • test(chart-advisor): add test case for chart-advisor/src/score.ts by @bingling-sama in #250
  • test: add test case of getChartSpecWithContext when chartType is gauge by @zjyhhhher in #264
  • test: add test case of getChartSpecWithContext when chartType is BasicHeatMap by @zjyhhhher in #263
  • test: add test case of getChartSpecWithContext when chartType is pie by @stuPETER12138 in #262
  • test: add unit test for getChartSpecWithContext with BoxPlot chart type by @joyehuang in #267
  • refactor: refactor generate-chart by @xile611 in #268
  • Refactor/generate chart by @xile611 in #269
  • Chore/fix spec to image test by @xile611 in #270
  • [Auto release] release 2.0.7 by @github-actions[bot] in #272
  • [Auto Sync] Sync the code from branch main to branch develop after release 2.0.7 by @github-actions[bot] in #273
  • Fix/rose radar cell by @xile611 in #274
  • feat: add unit test for waterfall chart getChartSpecWithContext by @joyehuang in #271
  • fix: fix colors for line and stacked bar by @xile611 in #275
  • [Auto release] release 2.0.8 by @github-actions[bot] in #276

New Contributors

Full Changelog: v2.0.5...v2.0.8

v2.0.5

07 Apr 02:45
0d82957
Compare
Choose a tag to compare

🆕 New Features

@visactor/vmind: add insights to annotation function
🔖 Fixes

insights: fix some bug in dual-charts

v2.0.4

20 Mar 03:25
6d8f41a
Compare
Choose a tag to compare

🆕 New Features

  • @visactor/vmind: add customRequestFunc in VMind

🔖 Fixes

  • chartGeneration: Add label visible in funnel chart. Hide label in bar/line chart. Fix radar generation may empty category field issue.
  • chartGeneration: Fix empty chart while empty fieldInfo

🔖 Others

  • @visactor/vmind: add umd output to build

v2.0.3

05 Mar 10:02
bff2ffb
Compare
Choose a tag to compare

🆕 New Features

  • atom: VMind's internal atomization feature now supports function call capability

🔖 Fixes

  • chartGeneration: Fixed issues where stacked/percentage bar charts were not working, and bar charts were not generating correctly
  • 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

🔖 Others

  • @visactor/vmind: Optimized type definitions

v2.0.2

23 Feb 11:48
ac84561
Compare
Choose a tag to compare

🔖 Fix

  • @visactor/vmind: fix fieldinfo may undefiend while chart-advistor

v2.0.1

21 Feb 08:57
53642b8
Compare
Choose a tag to compare

⚠️ BreakChanges

  • dataQuery: params from dataQuery(userPrompt, fieldInfo, dataset) to dataQuery(userPrompt, dataset, fieldInfo); fieldInfo is Optional
  • customRequestFunc: remove customRequestFunc in VMind Instance options since VMind use same prompt in any model

🆕 feat

  • @visactor/vmind: Support DeepSeek and other custom model with api-key
  • @visactor/vmind: 12 new chart types added for chart generation
  • @visactor/vmind: Add text2Chart API
  • @visactor/vmind: Add getInsights API

🔖 other

  • @visactor/vmind: Overall architecture upgrade

v1.3.1

03 Dec 09:01
f965d29
Compare
Choose a tag to compare

Fix wrong publish version of v1.3.0

v1.2.12

17 Jun 08:57
773390a
Compare
Choose a tag to compare

🔖 feature

  • @visactor/vmind: intelligent insight module
  • @visactor/vmind: add custom model type support
  • @visactor/vmind: take skylark model when no model type match

v1.2.11

24 Apr 05:32
d854aae
Compare
Choose a tag to compare

🐛 Fixes

Fix reference error in node.

v1.2.9

19 Apr 09:17
849cd2b
Compare
Choose a tag to compare

🆕 New features

  • @visactor/vmind: Refactored the VMind basic framework: abstracted TaskNode, Application class, used Meta for flow arrangement, and improved code reusability and scalability.
  • @visactor/vmind: Intelligent chart generation: supports generating spec templates without a data set; supports filling data into spec templates.
  • @visactor/vmind: Intelligent chart generation: supports selecting chart types from a specified list of chart types.
  • @visactor/vmind: Built-in multiple sets of color schemes including Arco Design, Semi Design, and VeO Design.

🐛 Fixes

Intelligent data aggregation: replaced alasql keyword in SQL to further improve the success rate of SQL execution.

0