File tree Expand file tree Collapse file tree 4 files changed +30
-3
lines changed
Expand file tree Collapse file tree 4 files changed +30
-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.1 is out. Check out the release notes
77+ 🎉 Version 0.13.2 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+
3+ # 0.13.2
4+
5+ ZenML 0.13.2 comes with a new local Docker orchestrator and many other improvements and fixes:
6+ * You can now run your pipelines locally in isolated Docker containers per step
7+ * @gabrielmbmb updated our MLFlow experiment tracker to work with Databricks deployments 🎉
8+ * Documentation updates for cloud deployments and multi-tenancy Kubeflow support
9+
10+ ## What's Changed
11+ * Update GitHub Actions by @fa9r in https://github.com/zenml-io/zenml/pull/864
12+ * Raise zenml exception when cyclic graph is detected by @schustmi in https://github.com/zenml-io/zenml/pull/866
13+ * Add source to segment identify call by @htahir1 in https://github.com/zenml-io/zenml/pull/868
14+ * Use default local paths/URIs for the local artifact and metadata stores by @stefannica in https://github.com/zenml-io/zenml/pull/873
15+ * Implement local docker orchestrator by @schustmi in https://github.com/zenml-io/zenml/pull/862
16+ * Update cheat sheet with latest CLI commands from 0.13.0 by @dnth in https://github.com/zenml-io/zenml/pull/867
17+ * Add a note about importing proper DockerConfiguration module by @jsuchome in https://github.com/zenml-io/zenml/pull/877
18+ * Bugfix/misc by @schustmi in https://github.com/zenml-io/zenml/pull/878
19+ * Fixed bug in tfx by @htahir1 in https://github.com/zenml-io/zenml/pull/883
20+ * Mlflow Databricks connection by @gabrielmbmb in https://github.com/zenml-io/zenml/pull/882
21+ * Refactor cloud guide to stack deployment guide by @wjayesh in https://github.com/zenml-io/zenml/pull/861
22+ * Add cookie consent by @strickvl in https://github.com/zenml-io/zenml/pull/871
23+ * Stack recipe CLI improvements by @wjayesh in https://github.com/zenml-io/zenml/pull/872
24+ * Kubeflow workaround added by @htahir1 in https://github.com/zenml-io/zenml/pull/886
25+
26+
27+ ** Full Changelog** : https://github.com/zenml-io/zenml/compare/0.13.1...test
28+
229# 0.13.1
330
431ZenML 0.13.1 is here and it comes with several quality of life improvements:
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " zenml"
3- version = " 0.13.1 "
3+ version = " 0.13.2 "
44packages = [
55 { include = " zenml" , from = " src" },
66]
Original file line number Diff line number Diff line change 1- 0.13.1
1+ 0.13.2
You can’t perform that action at this time.
0 commit comments