Skip to content

0.10.6

Compare
Choose a tag to compare
@github-actions github-actions released this 01 May 19:35
· 6010 commits to develop since this release
9410810

What’s Changed

  • Checkpoints: a new feature to ease deployment of suites into your pipelines
    • DataContext.list_checkpoints() returns a list of checkpoint names found in the project
    • DataContext.get_checkpoint() returns a validated dictionary loaded from yml
    • new cli commands
      • checkpoint new
      • checkpoint list
      • checkpoint run
      • checkpoint script
  • marked cli tap commands as deprecating on next release
  • marked cli validation-operator run command as deprecating
  • internal improvements in the cli code
  • Improve UpdateDataDocsAction docs (#1365) @jcampbell