Skip to content

Releases: NVIDIA-NeMo/DataDesigner

v0.1.3 2025-12-02

Choose a tag to compare

@johnnygreco johnnygreco released this 03 Dec 02:59
1946410

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

Choose a tag to compare

@johnnygreco johnnygreco released this 25 Nov 00:00
91e2764

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1 2025-11-21

Choose a tag to compare

@johnnygreco johnnygreco released this 21 Nov 21:48
4bee6d9

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0 2025-11-19

Choose a tag to compare

@johnnygreco johnnygreco released this 20 Nov 20:27
4e4cdbf

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