Skip to content

Commit 1529493

Browse files
committed
prep for new updtes
1 parent fa6bc22 commit 1529493

2 files changed

Lines changed: 10 additions & 17 deletions

File tree

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,25 +32,16 @@ https://github.com/user-attachments/assets/8ca57b68-4d7a-42cb-bcce-43f8b1681ce2
3232

3333

3434
## News 🔥🔥🔥
35-
[12-08-2025] **Data Formulator 0.5.1** — Connect more, visualize more, move faster
36-
- 🔌 **Community data loaders**: Google BigQuery, MySQL, Postgres, MongoDB
37-
- 📊 **New chart types**: US Map & Pie Chart (more to be added soon)
38-
- ✏️ **Editable reports**: Refine generated reports with [Chartifact](https://github.com/microsoft/chartifact) in markdown style. [demo](https://github.com/microsoft/data-formulator/pull/200#issue-3635408217)
39-
-**Snappier UI**: Noticeably faster interactions across the board
40-
41-
[11-07-2025] Data Formulator 0.5: Vibe with your data, in control
42-
43-
- 📊 **Load (almost) any data**: load structured data, extract data from screenshots, from messy text blocks, or connect to databases.
44-
- 🤖 **Explore data with AI agents**:
45-
- In agent mode, provide a high-level goal and ask agents to explore data for you.
46-
- To stay in control, directly interact with agents: ask for recommendations or specify chart designs with UI + NL inputs, and AI agents will formulate data to realize your design.
47-
- Use data threads to control branching exploration paths: backtrack, branch, or follow up.
48-
-**Verify AI generated results**: interact with charts and inspect data, formulas, explanations, and code.
49-
- 📝 **Create reports to share insights**: choose charts you want to share, and ask agents to create reports grounded in data formulated throughout exploration.
35+
[01-25-2025] **Data Formulator 0.6** — Connect to your live data
36+
- 📡 **Live Data** Explore live data source with real-time insights
37+
- Set refresh interval when connecting to data from URLs and databases
38+
- When data updates, visualizations are refreshed automatically with new insights
5039

5140
## Previous Updates
5241

5342
Here are milestones that lead to the current design:
43+
- **v0.5.1** ([Demo](https://github.com/microsoft/data-formulator/pull/200#issue-3635408217)): Community data loaders (Google BigQuery, MySQL, Postgres, MongoDB), new chart types (US Map & Pie Chart), editable reports with Chartifact
44+
- **v0.5**: Agent mode for data analysis; create reports to share insights.
5445
- **v0.2.2** ([Demo](https://github.com/microsoft/data-formulator/pull/176)): Goal-driven exploration with agent recommendations and performance improvements
5546
- **v0.2.1.3/4** ([Readme](https://github.com/microsoft/data-formulator/tree/main/py-src/data_formulator/data_loader) | [Demo](https://github.com/microsoft/data-formulator/pull/155)): External data loaders (MySQL, PostgreSQL, MSSQL, Azure Data Explorer, S3, Azure Blob)
5647
- **v0.2** ([Demos](https://github.com/microsoft/data-formulator/releases/tag/0.2)): Large data support with DuckDB integration

pyproject.toml

Lines changed: 4 additions & 2 deletions
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.5.1.1"
7+
version = "0.6"
88

99
requires-python = ">=3.9"
1010
authors = [
@@ -25,6 +25,7 @@ dependencies = [
2525
"pandas",
2626
"flask",
2727
"flask-cors",
28+
"flask-limiter",
2829
"openai",
2930
"python-dotenv",
3031
"vega_datasets",
@@ -46,7 +47,8 @@ dependencies = [
4647
"boto3",
4748
"pymysql",
4849
"pyodbc",
49-
"pymongo"
50+
"pymongo",
51+
"yfinance"
5052
]
5153

5254
[project.urls]

0 commit comments

Comments
 (0)