-
Notifications
You must be signed in to change notification settings - Fork 81
Update compatibility matrix in README #440
Conversation
wenleix
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
update the nightly versions compatibility
| | `torch` | `torcharrow` | `python` | | ||
| | ------------------ | ------------------ | ----------------- | | ||
| | `main` / `nightly` | `main` / `nightly` | `>=3.7`, `<=3.10` | | ||
| | `1.12.0` / `1.13.0`| `0.1.0` / `0.2.0` | `>=3.7`, `<=3.10` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the version after / refer to nightly?
If it refers to two different official releases, you should split it into two rows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah that's how I understood it. 0.1.0 is the official release, and 0.2.0 is the next version (nightly, not official yet).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically, the line 33 refers to nightly release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see ... then do you need to have the matrix for official release at all? Or just the main / nightly?
misunderstood the matrix definition in #440 , need to give more tweaks to it.
misunderstood the matrix definition in #440 , need to give more tweaks to it.
|
Perhaps just squash into one commits before merge :) |
misunderstood the matrix definition in #440 , need to give more tweaks to it.
tsia