update release package and bump version#1327
Merged
Conversation
Signed-off-by: chensuyue <suyue.chen@intel.com>
Signed-off-by: chensuyue <suyue.chen@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the package to version 0.10.0 and completes the migration from the deprecated auto-round-lib package to auto-round-hpu. The changes remove legacy support for the old package naming while updating version references and build configurations.
Changes:
- Version bumped from 0.9.6 to 0.10.0
- Removed deprecated
auto-round-libpackage support and associated build logic - Updated all references from
requirements-lib.txttorequirements-hpu.txt
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| setup.py | Removed deprecated auto_round_lib build logic, renamed configuration variables from LIB_* to HPU_*, and simplified package naming |
| auto_round/version.py | Bumped version from 0.9.6 to 0.10.0 |
| README.md | Updated installation instructions to use auto-round-hpu instead of auto-round-lib, but version badge shows 0.9.6 |
| .github/workflows/manual-binary-build-publish.yml | Updated default branch to v0.10.0 and removed "lib" from build matrix |
| .azure-pipelines/unit-test-hpu.yml | Updated requirements file reference from requirements-lib.txt to requirements-hpu.txt |
| .azure-pipelines/template/ut-template.yml | Updated build command from lib to hpu |
| .azure-pipelines/code-scan.yml | Updated requirements file reference from requirements-lib.txt to requirements-hpu.txt |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
XuehaoSun
approved these changes
Jan 23, 2026
lvliang-intel
pushed a commit
that referenced
this pull request
Feb 2, 2026
Signed-off-by: chensuyue <suyue.chen@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 package to version 0.10.0 and removes support for the deprecated
auto-round-libpackage, fully transitioning to the newauto-round-hpupackage. The changes affect documentation, build scripts, and package configuration to reflect this migration and the new versioning.auto-round-libwill be used for another definition from the next release, including kernel library and some private python library.Type of Change
Testing