|
1 | 1 | <!-- markdown-link-check-disable --> |
2 | 2 |
|
| 3 | +> **Note:** This file is no longer actively maintained. For the latest release notes, please visit the [ZenML Changelog](https://docs.zenml.io/changelog). Historical release notes are also available in [GitHub Releases](https://github.com/zenml-io/zenml/releases). |
| 4 | + |
| 5 | +--- |
| 6 | + |
3 | 7 | # 0.94.0 |
4 | 8 |
|
5 | 9 | ## What's Changed |
|
44 | 48 |
|
45 | 49 | **Full Changelog**: https://github.com/zenml-io/zenml/compare/0.93.3...0.94.0 |
46 | 50 |
|
47 | | - |
48 | | -> **Note:** This file is no longer actively maintained. For the latest release notes, please visit the [ZenML Changelog](https://docs.zenml.io/changelog). Historical release notes are also available in [GitHub Releases](https://github.com/zenml-io/zenml/releases). |
49 | | - |
50 | | ---- |
51 | | - |
52 | | -# 0.94.0rc0 |
53 | | - |
54 | | -## What's Changed |
55 | | -* Add version 0.93.2 to legacy docs by @github-actions[bot] in https://github.com/zenml-io/zenml/pull/4504 |
56 | | -* Add 0.93.3 to the migration tests by @github-actions[bot] in https://github.com/zenml-io/zenml/pull/4505 |
57 | | -* Clarify Snapshots vs Deployments in documentation by @strickvl in https://github.com/zenml-io/zenml/pull/4497 |
58 | | -* Improve dynamic pipeline step monitoring by @schustmi in https://github.com/zenml-io/zenml/pull/4369 |
59 | | -* add ENV_ZENML_CONTAINER_PYTHON_EXECUTABLE support by @avishniakov in https://github.com/zenml-io/zenml/pull/4501 |
60 | | -* Run:AI Integration - Step Operator by @safoinme in https://github.com/zenml-io/zenml/pull/4439 |
61 | | -* Remove Discord notification from release prep and reduce CI runner waste by @strickvl in https://github.com/zenml-io/zenml/pull/4500 |
62 | | -* Add RLM document analysis example with dynamic pipelines by @strickvl in https://github.com/zenml-io/zenml/pull/4491 |
63 | | -* Update skypilot Integrations by @safoinme in https://github.com/zenml-io/zenml/pull/4462 |
64 | | -* Update `.gitignore` to include Codex settings by @strickvl in https://github.com/zenml-io/zenml/pull/4513 |
65 | | -* Fix azure integration dependencies by @schustmi in https://github.com/zenml-io/zenml/pull/4516 |
66 | | -* Run release test pipeline using kubernetes orchestrator by @schustmi in https://github.com/zenml-io/zenml/pull/4517 |
67 | | -* Allow filtering step runs by version by @schustmi in https://github.com/zenml-io/zenml/pull/4518 |
68 | | -* Attach log context to run in dynamic pipelines by @schustmi in https://github.com/zenml-io/zenml/pull/4519 |
69 | | -* Fix broken docs links found via lychee link checker by @strickvl in https://github.com/zenml-io/zenml/pull/4526 |
70 | | -* Remove wrong error message when running dynamic snapshots by @schustmi in https://github.com/zenml-io/zenml/pull/4533 |
71 | | -* Split step operator submission and monitoring by @schustmi in https://github.com/zenml-io/zenml/pull/4515 |
72 | | -* Suggest installing all stack requirements in import error by @AlexejPenner in https://github.com/zenml-io/zenml/pull/4530 |
73 | | -* Fix handling of variadic keyword args in pipeline function by @schustmi in https://github.com/zenml-io/zenml/pull/4528 |
74 | | -* Update `Run:AI` Step-Operator for new submit logic by @safoinme in https://github.com/zenml-io/zenml/pull/4535 |
75 | | -* Improve k8s client retries by @avishniakov in https://github.com/zenml-io/zenml/pull/4525 |
76 | | -* Preselect organization and workspace upon `zenml login` by @bcdurak in https://github.com/zenml-io/zenml/pull/4531 |
77 | | -* Add `PathMaterializer` documentation to materializers page by @strickvl in https://github.com/zenml-io/zenml/pull/4534 |
78 | | -* Fix broken Evidently and W&B documentation links by @strickvl in https://github.com/zenml-io/zenml/pull/4538 |
79 | | -* Fix logging of existing job status in Kubernetes orchestrator by @kshitijrajsharma in https://github.com/zenml-io/zenml/pull/4549 |
80 | | -* Feature/triggers v2 and native schedules by @Json-Andriopoulos in https://github.com/zenml-io/zenml/pull/4482 |
81 | | -* Misc fixes by @schustmi in https://github.com/zenml-io/zenml/pull/4551 |
82 | | -* Step/Pipeline replays by @schustmi in https://github.com/zenml-io/zenml/pull/4456 |
83 | | -* !fixup: disable flaky tests by @Json-Andriopoulos in https://github.com/zenml-io/zenml/pull/4554 |
84 | | -* Include git submodule files in code archive by @apoorvdarshan in https://github.com/zenml-io/zenml/pull/4496 |
85 | | -* Add docs references for `zenml-scoping` and `zenml-pipeline-authoring` skills by @strickvl in https://github.com/zenml-io/zenml/pull/4539 |
86 | | - |
87 | | -## New Contributors |
88 | | -* @kshitijrajsharma made their first contribution in https://github.com/zenml-io/zenml/pull/4549 |
89 | | -* @apoorvdarshan made their first contribution in https://github.com/zenml-io/zenml/pull/4496 |
90 | | - |
91 | | -**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.93.3...0.94.0rc0 |
92 | | - |
93 | 51 | # 0.93.3 |
94 | 52 |
|
95 | 53 | ## What's Changed |
|
0 commit comments