Skip to content

Commit d771530

Browse files
committed
updates
1 parent e39e90b commit d771530

2 files changed

Lines changed: 205 additions & 2575 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ https://github.com/user-attachments/assets/8ca57b68-4d7a-42cb-bcce-43f8b1681ce2
3434
## News πŸ”₯πŸ”₯πŸ”₯
3535

3636
[03-02-2026] **Data Formulator 0.7 (alpha)** β€” More charts, new experience, enterprise-ready
37-
- πŸ“Š **30 visualization types**: Expanded from ~15 to 30 chart types with a new semantic chart engine β€” new types include area, streamgraph, bump, candlestick, density, lollipop, pie, rose, waterfall, strip plot, radar, US map, world map, and more. Semantic field analysis automatically recommends the right chart for the data.
38-
- πŸ’¬ **New experience β€” hybrid chat + data thread**: Chat-based interaction is woven directly into the exploration thread. Richer thread cards show transformation lineage, chart previews, and agent reasoning in a unified timeline.
39-
- πŸ€– **Redesigned agent architecture**: A unified `DataAgent` replaces four separate agents. New recommendation agent suggests charts and exploration directions; new insight agent generates natural-language takeaways from chart results.
40-
- πŸ—οΈ **Workspace / Data Lake architecture**: A persistent, identity-based workspace layer manages user data with a `workspace.yaml` metadata catalog. Supports local and Azure Blob backends for enterprise deployments.
41-
- πŸ”’ **Security hardening**: Code signing for generated code, sandboxed execution (local & Docker), authentication layer, and Flask rate limiting.
42-
- πŸ“¦ **UV-first build**: Fully reproducible builds with `uv.lock`; `uv sync` + `uv run data_formulator` is now the recommended development workflow.
43-
- πŸ“ A detailed writeup on the new architecture and design is coming soon β€” stay tuned!
37+
- πŸ“Š **30 chart types** with a new semantic chart engine (area, streamgraph, candlestick, pie, radar, maps, and more).
38+
- πŸ’¬ **Hybrid chat + data thread** β€” chat woven into the exploration timeline with lineage, previews, and reasoning.
39+
- πŸ€– **Unified `DataAgent`** replacing four separate agents, plus new recommendation and insight agents.
40+
- πŸ—οΈ **Workspace / Data Lake** β€” persistent, identity-based data management with local and Azure Blob backends.
41+
- πŸ”’ **Security hardening** β€” code signing, sandboxed execution, authentication, and rate limiting.
42+
- πŸ“¦ **UV-first build** β€” reproducible builds via `uv.lock`; `uv sync` + `uv run data_formulator`.
43+
- πŸ“ Detailed writeup on the new architecture coming soon β€” stay tuned!
4444

4545
## Previous Updates
4646

0 commit comments

Comments
Β (0)