Releases: NVIDIA-NeMo/DataDesigner
Releases · NVIDIA-NeMo/DataDesigner
Release list
v0.1.3 2025-12-02
What's Changed
- chore: fix example notebook drop=False -> drop=True to match comment by @nabinchha in #78
- fix: Fix starting index for batch processing by @nabinchha in #80
- fix: timestamp dataset name if there's a collision by @nabinchha in #77
- docs: Drop state from PersonSamplerParams docstring by @mikeknep in #81
- chore: update person fields by @johnnygreco in #83
- docs: fix basic tutorial to use faker person sampling by @johnnygreco in #86
New Contributors
Full Changelog: v0.1.2...v0.1.3
v0.1.2 2025-11-24
What's Changed
- docs: more broken links because we are awesome by @johnnygreco in #67
- fix: update get_file_column_names to take a file reference by @johnnygreco in #68
- fix: make sampler type a discriminated union with injection validator by @johnnygreco in #71
- docs: update link to notebooks in readme by @johnnygreco in #69
- fix: small fixes by @johnnygreco in #72
Full Changelog: v0.1.1...v0.1.2
v0.1.1 2025-11-21
What's Changed
- chore: Kirit readme badge by @kirit93 in #54
- chore: removed docs badge by @kirit93 in #55
- chore: some readme and docs cleanup by @johnnygreco in #56
- docs: fix links by @johnnygreco in #58
- fix: markdown formatting to make MkDocs happy by @pimlock in #59
- chore: Fix for
No magic bytesand416 Requested Range Not Satisfiableerrors by @anastasia-nesterenko in #57 - docs: streamlining tutorials by @andreatgretel in #61
- chore: streamline loading default model configs without errors by @nabinchha in #64
- chore: clean up ftue with default model provider errors by @nabinchha in #66
- docs: some link fixes by @johnnygreco in #65
- docs: remove nemotron personas sampling from docs (for now) by @kirit93 in #60
New Contributors
- @pimlock made their first contribution in #59
- @anastasia-nesterenko made their first contribution in #57
Full Changelog: v0.1.0...v0.1.1
v0.1.0 2025-11-19
This is the first release of the NeMo Data Designer Library 🚀
What's Changed
- docs: adding initial mkdocs structure by @andreatgretel in #1
- chore: add contributing guide by @johnnygreco in #3
- chore: porting nmp by @johnnygreco in #11
- feat: support IndexRange and PartitionBlock seed selection strategy by @nabinchha in #8
- fix: add support for wildcard pattern in seed dataset path by @nabinchha in #12
- fix: reading partitioned seed files regression while addressing pr feedback by @nabinchha in #18
- chore: Make column_type a pydantic field rather than a property by @johnnygreco in #17
- chore: update branch for signatures by @johnnygreco in #19
- chore: (FTUE ) updated display pipeline for builder and interface like objects by @nabinchha in #22
- feat: 🔌 Initial plugin system implementation by @johnnygreco in #23
- feat: add extra_body to ModelProvider by @nabinchha in #30
- docs: establish doc templating, building, and strategy by @johnnygreco in #31
- fix: seed dataset statistics limited to general stats by @johnnygreco in #32
- feat: new cli for model provider and config management by @nabinchha in #35
- fix: pulling default provider name from default config file and use it by @nabinchha in #36
- chore: add 3.10 to ci by @johnnygreco in #39
- fix: process after profile on preview by @andreatgretel in #41
- docs: welcome and concepts/columns by @johnnygreco in #43
- docs: adding 101 notebooks by @andreatgretel in #38
- chore: make inference parameters optional in model config by @nabinchha in #46
- chore: default to composite secret resolver in nddl by @nabinchha in #47
- docs: docs for quickstart, cli, model settings by @nabinchha in #37
- chore: split person samplers and use parameters in sql exec by @johnnygreco in #48
- chore: Updated Readme by @kirit93 in #51
- docs: validators etc. by @andreatgretel in #45
- docs: sampler params code ref and more by @johnnygreco in #50
- docs: some documentation cleanup by @johnnygreco in #52
- fix: create managed assets path if it does not exist by @johnnygreco in #53
Full Changelog: https://github.com/NVIDIA-NeMo/DataDesigner/commits/v0.1.0