Skip to content

Commit 45b23b8

Browse files
committed
update descriptions
1 parent e1d9d7f commit 45b23b8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ Transform data and create rich visualizations iteratively with AI 🪄. Try Data
2222

2323
## News 🔥🔥🔥
2424

25+
- [03-20-2025] Data Formulator 0.1.7
26+
- Anchor an intermediate dataset, so that followup data analysis are built on top of the anchored data, not the original one. It could be handy when you clean a data, and only want to use the cleaned data for followup analysis; when you want to create a subset from the original data or join multiple data together, and then focus your analysis. The AI agent will be less likely to get confused and work faster. ⚡️
27+
- Fixed some performane issues from the UI (let us know if it is smoother).
28+
- Don't forget to update Data Formulator to test it out.
29+
2530
- [02-20-2025] Data Formulator 0.1.6 released!
2631
- Now supports working with multiple datasets at once! Tell Data Formulator which data tables you would like to use in the encoding shelf, and it will figure out how to join the tables to create a visualization to answer your question. 🪄
2732
- Checkout the demo at [[https://github.com/microsoft/data-formulator/releases/tag/0.1.6]](https://github.com/microsoft/data-formulator/releases/tag/0.1.6).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "data_formulator"
7-
version = "0.1.6.2"
7+
version = "0.1.7"
88

99
requires-python = ">=3.9"
1010
authors = [

0 commit comments

Comments
 (0)