Update compatibility test and version to 0.10.2#1463
Merged
Conversation
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the version number to 0.10.2 and improves CI/CD workflows by adding explicit testing of both source and wheel distributions during compatibility tests.
Changes:
- Version bumped from 0.10.0 to 0.10.2 in documentation badges
- CI workflows modified to explicitly build and test both sdist and wheel distributions
- Installation verification enhanced by testing install/uninstall cycles for both distribution types
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Updated version badge from 0.10.0 to 0.10.2 |
| README_CN.md | Updated version badge from 0.10.0 to 0.10.2 |
| .github/workflows/compatibility-test.yml | Modified installation process to build and test both sdist and wheel distributions |
| .azure-pipelines/compatibility-test.yml | Modified installation process to build and test both sdist and wheel distributions with explicit build step |
2abdf70 to
fa25eee
Compare
chensuyue
approved these changes
Feb 25, 2026
lvliang-intel
pushed a commit
that referenced
this pull request
Feb 27, 2026
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request updates the compatibility test pipelines and documentation to improve package installation and reflect the latest release version. The main changes focus on refining the installation steps in CI workflows and updating the version badge in the project documentation.
CI/CD Pipeline Improvements:
.azure-pipelines/compatibility-test.ymlto build source and wheel distributions, install from both, and ensure proper package listing, replacing direct installation from source..github/workflows/compatibility-test.ymlto install from built distributions and uninstall the package before reinstalling from the wheel, ensuring compatibility and correctness in the test environment.Documentation Updates:
README.mdto reflect version 0.10.2.README_CN.mdto reflect version 0.10.2.