Skip to content

undatum 1.7.0

Latest

Choose a tag to compare

@ivbeg ivbeg released this 13 Aug 18:37
· 5 commits to master since this release

What's new in 1.7.0

Added

  • undatum tui — optional Textual explorer (pip install "undatum[tui]") over a bounded sample
  • undatum web — optional local browser session (pip install "undatum[web]") on 127.0.0.1:8765
  • --flatten-nested on inspect/transforms, plus --max-nested-depth / --keep-nested-parents
  • Convert options: --profile, --level, --native-batch, --write-mode, --row-group-size, --filename-pattern
  • --threads process-pool parallelism for Python-engine convert/validate/stats/frequency
  • CLI defaults config (undatum config show), man page, plugin I/O, SDK result objects, Data API hardening

Changed

  • iterabledata>=1.0.18 is now the floor dependency
  • --filter is comparison/boolean only (==, AND/OR); no MistQL

Removed

  • undatum query and the mistql dependency — use undatum sql or select --filter (undatum db query is unchanged)

Fixed

  • pipeline run executes steps in-process with $step output references
  • Minimum versions for setuptools, dnspython, numpy, and zipp (Snyk advisories)

Binaries

Linux/macOS/Windows PyInstaller artifacts were not published with this tag (packaging/undatum.spec is not in the repo yet). Install via PyPI:

pip install -U undatum

Full notes: CHANGELOG.md