File tree Expand file tree Collapse file tree 4 files changed +32
-3
lines changed
Expand file tree Collapse file tree 4 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 7474 ·
7575 <a href="#-meet-the-team">Meet the Team</a>
7676 <br />
77- 🎉 Version 0.13.0 is out. Check out the release notes
77+ 🎉 Version 0.13.1 is out. Check out the release notes
7878 <a href="https://github.com/zenml-io/zenml/releases">here</a>.
7979 <br />
8080 <br />
Original file line number Diff line number Diff line change 11<!-- markdown-link-check-disable -->
2+ # 0.13.1
3+
4+ ZenML 0.13.1 is here and it comes with several quality of life improvements:
5+
6+ * You can now specify the exact order in which your pipelines steps should be
7+ executed, e.g., via ` step_b.after(step_a) `
8+ * TensorBoard was moved to a separate integration so you can use it with Pytorch
9+ and other modeling frameworks
10+ * You can now configure the Evidently integration to ignore specific columns in
11+ your datasets.
12+
13+ This release also contains a lot of documentation on how to deploy
14+ custom code (like preprocessing and postprocessing code) with our KServe and
15+ Seldon integrations.
16+
17+ ## What's Changed
18+ * Fix flag info on recipes in docs by @wjayesh in https://github.com/zenml-io/zenml/pull/854
19+ * Fix some materializer issues by @schustmi in https://github.com/zenml-io/zenml/pull/852
20+ * Add ignore columns for evidently drift detection by @SangamSwadiK in https://github.com/zenml-io/zenml/pull/851
21+ * TensorBoard Integration by @fa9r in https://github.com/zenml-io/zenml/pull/850
22+ * Add option to specify task dependencies by @schustmi in https://github.com/zenml-io/zenml/pull/858
23+ * Custom code readme and docs by @safoinme in https://github.com/zenml-io/zenml/pull/853
24+
25+ ## New Contributors
26+ * @SangamSwadiK made their first contribution in https://github.com/zenml-io/zenml/pull/851
27+
28+ ** Full Changelog** : https://github.com/zenml-io/zenml/compare/0.13.0...0.13.1
29+
30+
231# 0.13.0
332
433ZenML version 0.13.0 is chock-full with exciting features.
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " zenml"
3- version = " 0.13.0 "
3+ version = " 0.13.1 "
44packages = [
55 { include = " zenml" , from = " src" },
66]
Original file line number Diff line number Diff line change 1- 0.13.0
1+ 0.13.1
You can’t perform that action at this time.
0 commit comments