Skip to content

Commit

Permalink
Compatibility/Support Matrix Update (#1774)
Browse files Browse the repository at this point in the history
* update support matrix with python version

Signed-off-by: ravi-kumar-pilla <[email protected]>

* test html

Signed-off-by: ravi-kumar-pilla <[email protected]>

* finalize html md

Signed-off-by: ravi-kumar-pilla <[email protected]>

* style package names

Signed-off-by: ravi-kumar-pilla <[email protected]>

* update release note

Signed-off-by: ravi-kumar-pilla <[email protected]>

---------

Signed-off-by: ravi-kumar-pilla <[email protected]>
  • Loading branch information
ravi-kumar-pilla authored Mar 5, 2024
1 parent 2f5730f commit b6b1003
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 10 deletions.
50 changes: 40 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,47 @@ There are two ways you can use Kedro-Viz:

## Usage

#### Compatibility with Kedro
#### Compatibility with Kedro and Kedro-datasets

Ensure your `Kedro`, `Kedro-Viz` and `Kedro-datasets` versions are supported by referencing the following table:

<table>
<tr>
<th>Python Version</th>
<th style="text-align: center" colspan="3">Last Supported</th>
</tr>
<tr>
<td></td>
<td>Kedro</td>
<td>Kedro-Viz</td>
<td>Kedro-datasets</td>
</tr>
<tr>
<td>3.6</td>
<td>0.17.7</td>
<td>4.1.1</td>
<td>-</td>
</tr>
<tr>
<td>3.7</td>
<td>0.18.14</td>
<td>6.7.0</td>
<td>1.8.0</td>
</tr>
<tr>
<td>3.8</td>
<td>Latest</td>
<td>7.1.0</td>
<td>1.8.0</td>
</tr>
<tr>
<td>>= 3.9</td>
<td>Latest</td>
<td>Latest</td>
<td>Latest</td>
</tr>
</table>​

Ensure your Kedro-Viz and Kedro versions are compatible by referencing the following table:

| Kedro-Viz version | Kedro version |
| ----------------- | ----------------- |
| >=4.7 | >=0.17.5 |
| >=3.8.0, <4.7 | >=0.16.6, <0.17.5 |
| <3.8.0 | <0.16.6 |

For **Python 3.6** users, the last supported version of Kedro-Viz is **3.16.0**

### CLI Usage

Expand Down
8 changes: 8 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Please follow the established format:
- Use present tense (e.g. 'Add new feature')
- Include the ID number for the related PR (or PRs) in parentheses
-->
# Upcoming Release

## Major features and improvements

## Bug fixes and other changes

- Update Compatibility/Support Matrix in README. (#1774)

# Release 8.0.0

## Major features and improvements
Expand Down

0 comments on commit b6b1003

Please sign in to comment.