Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR bumps the package version to 0.7.4 and updates documentation to reflect the new release, including tweaks to the README and changelog.
- Bump version in
__init__.pyandpyproject.toml - Refine README descriptions and formatting
- Add 0.7.4 entry to
CHANGELOG.md
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| src/u_stats/init.py | Version updated from 0.7.3 to 0.7.4 |
| pyproject.toml | Version fields updated to 0.7.4 |
| README.md | Simplified bullet text, capitalization fixes, extra blank line added |
| CHANGELOG.md | New section for 0.7.4 release with fixes listed |
Comments suppressed due to low confidence (3)
README.md:11
- [nitpick] The removal of "from exponential to polynomial" omits an explicit performance improvement detail. Consider retaining or rephrasing it to clearly convey the computational complexity reduction.
- Leverages the underlying combinatorial structure of kernel functions to significantly reduce computational complexity in many cases
CHANGELOG.md:1
- [nitpick] The date for the 0.7.4 entry matches the previous version's date, which could be confusing. Please update to the correct release date and ensure chronological order.
## 0.7.4 (2025-07-04)
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.
No description provided.