Skip to content

Update compatibility test and version to 0.10.2#1463

Merged
chensuyue merged 4 commits intomainfrom
xuehao/version
Feb 25, 2026
Merged

Update compatibility test and version to 0.10.2#1463
chensuyue merged 4 commits intomainfrom
xuehao/version

Conversation

@XuehaoSun
Copy link
Copy Markdown
Contributor

@XuehaoSun XuehaoSun commented Feb 24, 2026

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:

  • Updated the installation process in .azure-pipelines/compatibility-test.yml to build source and wheel distributions, install from both, and ensure proper package listing, replacing direct installation from source.
  • Modified .github/workflows/compatibility-test.yml to install from built distributions and uninstall the package before reinstalling from the wheel, ensuring compatibility and correctness in the test environment.

Documentation Updates:

  • Changed the release version badge in README.md to reflect version 0.10.2.
  • Changed the release version badge in README_CN.md to reflect version 0.10.2.

Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Copilot AI review requested due to automatic review settings February 24, 2026 06:33
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Copy link
Copy Markdown
Contributor

@yiliu30 yiliu30 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@chensuyue chensuyue merged commit 23c16c6 into main Feb 25, 2026
21 checks passed
@chensuyue chensuyue deleted the xuehao/version branch February 25, 2026 03:50
lvliang-intel pushed a commit that referenced this pull request Feb 27, 2026
Signed-off-by: Sun, Xuehao <xuehao.sun@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: Add sdist install smoke test to catch missing files before release

4 participants