Skip to content

Commit 857ca99

Browse files
committed
update readme
1 parent 903124a commit 857ca99

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ Any questions? Ask on the Discord channel! [![Discord](https://img.shields.io/ba
2525

2626

2727
## News 🔥🔥🔥
28+
- [07-10-2025] Data Formulator 0.2.2: Start with an analysis goal
29+
- Some key frontend performance updates.
30+
- You can start your exploration with a goal, or, tab and see if the agent can recommend some good exploration ideas for you. [Demo](https://github.com/microsoft/data-formulator/pull/176)
2831

29-
- [05-13-2025] Data Formulator 0.2.3 / 0.2.4: External Data Loader
32+
- [05-13-2025] Data Formulator 0.2.1.3/4: External Data Loader
3033
- We introduced external data loader class to make import data easier. [Readme](https://github.com/microsoft/data-formulator/tree/main/py-src/data_formulator/data_loader) and [Demo](https://github.com/microsoft/data-formulator/pull/155)
3134
- Current data loaders: MySQL, Azure Data Explorer (Kusto), Azure Blob and Amazon S3 (json, parquet, csv).
3235
- [07-01-2025] Updated with: Postgresql, mssql.

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.2.1.5"
7+
version = "0.2.2"
88

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

0 commit comments

Comments
 (0)