Skip to content

0.13.1

Choose a tag to compare

@fa9r fa9r released this 26 Aug 13:32
· 3415 commits to main since this release

ZenML 0.13.1 is here and it comes with several quality of life improvements:

  • You can now specify the exact order in which your pipelines steps should be
    executed, e.g., via step_b.after(step_a)
  • TensorBoard was moved to a separate integration so you can use it with Pytorch
    and other modeling frameworks
  • You can now configure the Evidently integration to ignore specific columns in
    your datasets.

This release also contains a lot of documentation on how to deploy
custom code (like preprocessing and postprocessing code) with our KServe and
Seldon integrations.

What's Changed

New Contributors

Full Changelog: 0.13.0...0.13.1