|
1 | 1 | <!-- markdown-link-check-disable --> |
2 | 2 |
|
| 3 | +# 0.90.0rc0 |
| 4 | + |
| 5 | +## What's Changed |
| 6 | +* Add 0.85.0 to the migration tests by @github-actions[bot] in https://github.com/zenml-io/zenml/pull/3951 |
| 7 | +* Add version 0.84.3 to legacy docs by @github-actions[bot] in https://github.com/zenml-io/zenml/pull/3949 |
| 8 | +* Add documentation for timeline view by @strickvl in https://github.com/zenml-io/zenml/pull/3948 |
| 9 | +* Add documentation for the `StepContext` object by @strickvl in https://github.com/zenml-io/zenml/pull/3953 |
| 10 | +* Runtime environment variables by @schustmi in https://github.com/zenml-io/zenml/pull/3336 |
| 11 | +* Fix legacy merge conflict in docs by @schustmi in https://github.com/zenml-io/zenml/pull/3955 |
| 12 | +* Docs/documentation for execution modes by @bcdurak in https://github.com/zenml-io/zenml/pull/3956 |
| 13 | +* Pipeline snapshots by @schustmi in https://github.com/zenml-io/zenml/pull/3856 |
| 14 | +* Upgrade pydantic by @htahir1 in https://github.com/zenml-io/zenml/pull/3944 |
| 15 | +* Dedent exception info traceback by @schustmi in https://github.com/zenml-io/zenml/pull/3957 |
| 16 | +* Update (broken) metadata logging example for pipeline runs by @strickvl in https://github.com/zenml-io/zenml/pull/3961 |
| 17 | +* Fix cache policy docs formatting by @schustmi in https://github.com/zenml-io/zenml/pull/3965 |
| 18 | +* Bugfix for duplicated log records for exceptions by @bcdurak in https://github.com/zenml-io/zenml/pull/3964 |
| 19 | +* Bugfix for handling old logs with timestamp by @bcdurak in https://github.com/zenml-io/zenml/pull/3968 |
| 20 | +* Snapshot UX improvements by @schustmi in https://github.com/zenml-io/zenml/pull/3959 |
| 21 | +* Track pipeline output spec and schema by @schustmi in https://github.com/zenml-io/zenml/pull/3972 |
| 22 | +* Misc snapshot improvements by @schustmi in https://github.com/zenml-io/zenml/pull/3980 |
| 23 | +* Update self-hosted ZenML Pro deployment docs by @stefannica in https://github.com/zenml-io/zenml/pull/3981 |
| 24 | +* Slimmer base package by @schustmi in https://github.com/zenml-io/zenml/pull/3916 |
| 25 | +* Cleanup base package workflow by @schustmi in https://github.com/zenml-io/zenml/pull/3983 |
| 26 | +* Rename some legacy attributes by @schustmi in https://github.com/zenml-io/zenml/pull/3934 |
| 27 | +* Add JAX array materializer by @nicholasjng in https://github.com/zenml-io/zenml/pull/3712 |
| 28 | +* Fix requirements for local agentic examples tests by @strickvl in https://github.com/zenml-io/zenml/pull/3986 |
| 29 | +* Fix setting a snapshot name to None by @schustmi in https://github.com/zenml-io/zenml/pull/3985 |
| 30 | +* Improve error message for duplicate pipeline run names by @strickvl in https://github.com/zenml-io/zenml/pull/3701 |
| 31 | +* Fix Terraform documentation URLs and improve link checker robustness by @strickvl in https://github.com/zenml-io/zenml/pull/3988 |
| 32 | +* Fix formatting errors on embeddings finetuning docs by @strickvl in https://github.com/zenml-io/zenml/pull/3979 |
| 33 | +* Remove remaining RBAC check when fetching tags by @schustmi in https://github.com/zenml-io/zenml/pull/3989 |
| 34 | +* Remove dependency on pydantic_settings by @schustmi in https://github.com/zenml-io/zenml/pull/3987 |
| 35 | +* Migrate pyproject.toml to project structure by @schustmi in https://github.com/zenml-io/zenml/pull/3982 |
| 36 | +* Document `ZENML_ACTIVE_PROJECT_ID` environment variable by @strickvl in https://github.com/zenml-io/zenml/pull/3992 |
| 37 | +* Disable coderabbit status message by @strickvl in https://github.com/zenml-io/zenml/pull/3998 |
| 38 | +* Snapshot response improvements by @schustmi in https://github.com/zenml-io/zenml/pull/3995 |
| 39 | +* Document WhyLabs shutdown in whylogs integration by @strickvl in https://github.com/zenml-io/zenml/pull/3997 |
| 40 | +* Make pytest rerun count configurable in CI workflows and address `bandit` errors by @strickvl in https://github.com/zenml-io/zenml/pull/4001 |
| 41 | +* Add filter option for runs linked to model version by @schustmi in https://github.com/zenml-io/zenml/pull/4003 |
| 42 | +* Deployed pipelines by @stefannica in https://github.com/zenml-io/zenml/pull/3920 |
| 43 | + |
| 44 | + |
| 45 | +**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.85.0...0.90.0rc0 |
| 46 | + |
| 47 | + |
3 | 48 | # 0.85.0 |
4 | 49 |
|
5 | 50 | The `0.85.0` release delivers powerful **pipeline execution enhancements** and **caching improvements** that provide users with greater control over pipeline behavior. |
|
0 commit comments