"...git@developer.sourcefind.cn:yangql/composable_kernel.git" did not exist on "3cc7ac0ac06acfa82c31a0cd6e189c63f98ad937"
[Enhancement] Refactor version retrieval logic in tilelang package (#1227)
* Introduced a new function, _compute_version, to determine the package version with a clear preference order, enhancing version management.
* The function checks for a VERSION file in the source checkout, falls back to importlib.metadata for installed distributions, and defaults to a development version if all else fails.
* Updated the __version__ variable assignment to utilize the new function, improving clarity and maintainability of version handling.
Co-authored-by:
Zhiwen Mo <zm125@ic.ac.uk>
Showing
Please register or sign in to comment