Skip to content

v0.6.0 2026-05-13

Latest

Choose a tag to compare

@johnnygreco johnnygreco released this 13 May 21:15
· 21 commits to main since this release
3c8394e

🎨 NeMo Data Designer v0.6.0

This release comes with two major updates:

  • Async by default: The async execution engine is now the default path in Data Designer. Pipelines schedule work at the cell level, overlapping independent columns and adapting model concurrency per provider/model.

  • 🔌 Plugins are stable: Plugins have moved out of experimental mode. Seed readers, column generators, and processors can now live in normal Python packages with typed configs and entry-point discovery.

What's Changed

New Contributors

Full Changelog: v0.5.9...v0.6.0