Skip to content

Commit ba23884

Browse files
author
marwan37
committed
update compatibility docs to reflect ZenML 0.83.x support
1 parent de7880f commit ba23884

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ this extension and your Python version needs to be 3.8 or greater.
5353
## Requirements
5454

5555
- **ZenML Installation:** ZenML needs to be installed in the local Python environment associated with the Python interpreter selected in the current VS Code workspace. This extension interacts directly with your ZenML environment, so ensuring that ZenML is installed and properly configured is essential.
56-
- **ZenML Version**: This extension is compatible with ZenML versions 0.80.0 to 0.82.0 or newer. For older ZenML versions, see our [version compatibility guide](VERSIONS.md) to install the appropriate extension version.
56+
- **ZenML Version**: This extension is compatible with ZenML versions 0.83.x. For older ZenML versions, see our [version compatibility guide](VERSIONS.md) to install the appropriate extension version.
5757
- **Python Version**: Python 3.8 or greater is required for the operation of the LSP server, which is a part of this extension.
5858

5959
## Feedback and Contributions

VERSIONS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This file serves as a reference for ZenML extension version compatibility with d
66

77
| Extension Version | ZenML Library Version | Notes |
88
| ----------------- | --------------------- | ------------------------------------------------------------- |
9-
| 0.0.20 | 0.80.x - 0.82.x | Latest version with Models tree view and stability improvements |
9+
| 0.0.21 | 0.83.x | Performance optimizations, DAG loading spinner, TTL caching |
10+
| 0.0.20 | 0.80.x - 0.82.x | Models tree view and stability improvements |
1011
| 0.0.16 | 0.80.x | Includes stability fixes and DAG view improvements |
1112
| 0.0.15 | 0.80.0 | Adds stability fixes and improves project management |
1213
| 0.0.13 – 0.0.14 | 0.80.0 | Includes Project View and full project management support |

0 commit comments

Comments
 (0)