Skip to content

Conversation

@XuehaoSun
Copy link
Contributor

@XuehaoSun XuehaoSun commented Dec 25, 2025

User description

This pull request updates the versioning for Intel® Neural Compressor to reflect a new patch release. The most important changes are:

Version update:

  • Updated the __version__ in neural_compressor/version.py from 3.7 to 3.7.1 to indicate a new patch release.

Documentation:

  • Updated the release badge in README.md to display version 3.7 instead of 3.6.

PR Type

Enhancement


Description

  • Updated version to 3.7.1 in neural_compressor/version.py

  • Corrected release badge to version 3.7 in README.md


Diagram Walkthrough

flowchart LR
  A["Update __version__"] -- "to 3.7.1" --> B["in neural_compressor/version.py"]
  C["Update release badge"] -- "to 3.7" --> D["in README.md"]
Loading

File Walkthrough

Relevant files
Configuration changes
version.py
Update version to 3.7.1                                                                   

neural_compressor/version.py

  • Updated __version__ from 3.7 to 3.7.1
+1/-1     
Documentation
README.md
Correct release badge to 3.7                                                         

README.md

  • Corrected release badge to display version 3.7
+1/-1     

Signed-off-by: Sun, Xuehao <[email protected]>
@PRAgent4INC
Copy link
Collaborator

PR Reviewer Guide 🔍

Here are some key observations to aid the review process:

⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
🧪 No relevant tests
🔒 No security concerns identified
⚡ Recommended focus areas for review

Incorrect Badge Version

The release badge in README.md incorrectly displays version 3.7 instead of 3.7.1.

[![version](https://img.shields.io/badge/release-3.7-green)](https://github.com/intel/neural-compressor/releases)

@PRAgent4INC
Copy link
Collaborator

PR Code Suggestions ✨

Explore these optional code suggestions:

CategorySuggestion                                                                                                                                    Impact
General
Update version badge

Ensure that the version update is reflected consistently across all relevant files.

README.md [8]

-[![version](https://img.shields.io/badge/release-3.7-green)](https://github.com/intel/neural-compressor/releases)
+[![version](https://img.shields.io/badge/release-3.7.1-green)](https://github.com/intel/neural-compressor/releases)
Suggestion importance[1-10]: 7

__

Why: The suggestion correctly updates the version badge in the README.md file, improving consistency and accuracy. It provides a clear and relevant change.

Medium
Verify version consistency

Ensure that the version update is reflected consistently across all relevant files.

neural_compressor/version.py [18]

+__version__ = "3.7.1"
 
-
Suggestion importance[1-10]: 6

__

Why: The suggestion asks to verify version consistency, which is important but does not provide a direct code change. The existing_code and improved_code are the same, so the score is capped at 6.

Low

@chensuyue chensuyue merged commit 548124e into master Dec 25, 2025
20 checks passed
@chensuyue chensuyue deleted the xuehao/version branch December 25, 2025 07:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants