You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
# 0.80.2
4
4
5
-
The `0.80.2` release focuses on documentation improvements, bug fixes, and usability enhancements. This release adds new tutorials and guides, fixes several critical issues, and introduces new functionality for pipeline development.
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
6
7
7
## Features
8
8
@@ -13,7 +13,6 @@ The `0.80.2` release focuses on documentation improvements, bug fixes, and usabi
13
13
14
14
## Improvements
15
15
16
-
- Restructured ZenML Pro organization viewer role
17
16
- Added sample visualization for Pandas materializer
18
17
- Improved run templates with small enhancements and hidden option support
19
18
- Fixed service connector list-resources endpoint and CLI command
@@ -29,11 +28,12 @@ The `0.80.2` release focuses on documentation improvements, bug fixes, and usabi
29
28
## Documentation
30
29
31
30
- Added new ZenML Tutorials section to user guide
32
-
- Added mini-tutorials for pipeline scheduling and organization with tags/projects
33
-
- Updated documentation for MCP Server and VSCode Extension
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)
34
33
- Fixed various documentation issues
35
34
36
35
## What's Changed
36
+
37
37
* Updating the missing legacy docs by @bcdurak in https://github.com/zenml-io/zenml/pull/3473
38
38
* add new version to the migration tests by @bcdurak in https://github.com/zenml-io/zenml/pull/3471
39
39
* Add docs for MCP Server and VSCode Extension by @strickvl in https://github.com/zenml-io/zenml/pull/3475
@@ -64,6 +64,7 @@ The `0.80.2` release focuses on documentation improvements, bug fixes, and usabi
64
64
* Add hidden option for run templates by @schustmi in https://github.com/zenml-io/zenml/pull/3500
65
65
66
66
## New Contributors
67
+
67
68
*@marwan37 made their first contribution in https://github.com/zenml-io/zenml/pull/3483
68
69
*@jsybel made their first contribution in https://github.com/zenml-io/zenml/pull/3482
0 commit comments