|
1 | 1 | <!-- markdown-link-check-disable -->
|
2 | 2 |
|
| 3 | +# 0.80.2 |
| 4 | + |
| 5 | + The `0.80.2` release focuses on several bug fixes, usability enhancements and documentation improvements. Key highlights include fixing the yanked fsspec pip resolution issue, adding sample visualization for Pandas materializer, and upgrading pydantic to 2.11 for improved performance. This release also adds new tutorials and guides, fixes several critical issues, and introduces new functionality for pipeline development. |
| 6 | + |
| 7 | + ## Features |
| 8 | + |
| 9 | + - Added poetry add support for CLI |
| 10 | + - Added retry option on step.with_options |
| 11 | + - Added service annotations to helm chart |
| 12 | + - Added step name to console logs for better tracing |
| 13 | + |
| 14 | + ## Improvements |
| 15 | + |
| 16 | + - Added sample visualization for Pandas materializer |
| 17 | + - Improved run templates with small enhancements and hidden option support |
| 18 | + - Fixed service connector list-resources endpoint and CLI command |
| 19 | + |
| 20 | + ## Fixes |
| 21 | + |
| 22 | + - Fixed timestamps in logs |
| 23 | + - Fixed yanked fsspec pip resolution issue |
| 24 | + - Fixed Kubernetes Orchestrator step pod failure status updates |
| 25 | + - Fixed CI failures and test issues |
| 26 | + - Updated error message for setting pipeline parameters via API |
| 27 | + |
| 28 | + ## Documentation |
| 29 | + |
| 30 | + - Added new ZenML Tutorials section to user guide |
| 31 | + - Added mini-tutorials for [pipeline scheduling](https://docs.zenml.io/user-guides/tutorial/managing-scheduled-pipelines) and [organization with tags/projects](https://docs.zenml.io/user-guides/tutorial/organizing-pipelines-and-models) |
| 32 | + - Updated documentation for [MCP Server](https://docs.zenml.io/how-to/manage-zenml-server/mcp-chat-with-server) and [VSCode Extension](https://docs.zenml.io/how-to/manage-zenml-server/vscode-extension) |
| 33 | + - Fixed various documentation issues |
| 34 | + |
| 35 | +## What's Changed |
| 36 | + |
| 37 | +* Updating the missing legacy docs by @bcdurak in https://github.com/zenml-io/zenml/pull/3473 |
| 38 | +* add new version to the migration tests by @bcdurak in https://github.com/zenml-io/zenml/pull/3471 |
| 39 | +* Add docs for MCP Server and VSCode Extension by @strickvl in https://github.com/zenml-io/zenml/pull/3475 |
| 40 | +* Log job completion for Vertex orchestrator by @strickvl in https://github.com/zenml-io/zenml/pull/3478 |
| 41 | +* Cleaning up the CI failures by @bcdurak in https://github.com/zenml-io/zenml/pull/3480 |
| 42 | +* Remove remaining use of tj-actions/changed-files by @stefannica in https://github.com/zenml-io/zenml/pull/3481 |
| 43 | +* Fixing the timestamps in logs by @bcdurak in https://github.com/zenml-io/zenml/pull/3479 |
| 44 | +* Fix incorrect step access method in documentation by @marwan37 in https://github.com/zenml-io/zenml/pull/3483 |
| 45 | +* Relaxing the `mlflow` dependency by @bcdurak in https://github.com/zenml-io/zenml/pull/3446 |
| 46 | +* Add two mini-tutorials (pipeline scheduling and organization with tags/projects) by @strickvl in https://github.com/zenml-io/zenml/pull/3485 |
| 47 | +* Add ZenML Tutorials section to user guide by @htahir1 in https://github.com/zenml-io/zenml/pull/3488 |
| 48 | +* Add service annotations to helm chart by @jsybel in https://github.com/zenml-io/zenml/pull/3482 |
| 49 | +* Adding step name to console logs by @bcdurak in https://github.com/zenml-io/zenml/pull/3486 |
| 50 | +* Fix yanked fsspec pip resolution issue by @stefannica in https://github.com/zenml-io/zenml/pull/3493 |
| 51 | +* Fixed some docs here and there by @htahir1 in https://github.com/zenml-io/zenml/pull/3484 |
| 52 | +* Update error message for setting pipeline parameters via API by @htahir1 in https://github.com/zenml-io/zenml/pull/3491 |
| 53 | +* Fix the service connector list-resources endpoint and CLI command by @stefannica in https://github.com/zenml-io/zenml/pull/3492 |
| 54 | +* Restructure organization viewer role in ZenML Pro by @htahir1 in https://github.com/zenml-io/zenml/pull/3501 |
| 55 | +* Add a sample visualization for Pandas materializer by @htahir1 in https://github.com/zenml-io/zenml/pull/3494 |
| 56 | +* Add retry option on step.with_options by @schustmi in https://github.com/zenml-io/zenml/pull/3499 |
| 57 | +* Fix tutorials + small improvements to docs by @htahir1 in https://github.com/zenml-io/zenml/pull/3489 |
| 58 | +* CI fixes with `huggingface` and crud tests by @bcdurak in https://github.com/zenml-io/zenml/pull/3502 |
| 59 | +* Upgrading pydantic to 2.11 by @bcdurak in https://github.com/zenml-io/zenml/pull/3472 |
| 60 | +* Update step status if Kubernetes Orchestrator step pods fail by @stefannica in https://github.com/zenml-io/zenml/pull/3497 |
| 61 | +* Add `poetry add` support for CLI by @avishniakov in https://github.com/zenml-io/zenml/pull/3470 |
| 62 | +* Small run template improvements by @schustmi in https://github.com/zenml-io/zenml/pull/3503 |
| 63 | +* Move uv env var to constants by @schustmi in https://github.com/zenml-io/zenml/pull/3504 |
| 64 | +* Add hidden option for run templates by @schustmi in https://github.com/zenml-io/zenml/pull/3500 |
| 65 | +* Fix security check for poetry by @bcdurak in https://github.com/zenml-io/zenml/pull/3509 |
| 66 | +* Minor auth improvement by @schustmi in https://github.com/zenml-io/zenml/pull/3512 |
| 67 | + |
| 68 | +## New Contributors |
| 69 | + |
| 70 | +* @marwan37 made their first contribution in https://github.com/zenml-io/zenml/pull/3483 |
| 71 | +* @jsybel made their first contribution in https://github.com/zenml-io/zenml/pull/3482 |
| 72 | + |
| 73 | +**Full Changelog**: https://github.com/zenml-io/zenml/compare/0.80.1...0.80.2 |
| 74 | + |
| 75 | + |
3 | 76 | # 0.80.1
|
4 | 77 |
|
5 | 78 | The `0.80.1` release focuses on bug fixes and performance improvements following the major `0.80.0` update. This release addresses several critical issues, particularly improving the CLI functionality when used with the REST API through a deployed ZenML instance. Additionally, this version introduces [a restructured documentation architecture](https://docs.zenml.io) for improved user experience.
|
|
0 commit comments