Conversation
Updated contact emails to use a standardized format with "OUTLOOK dot sg". Removed all references to the Matrix chat platform for communication. Updated license to include contributors and extend copyright to 2025. Signed-off-by: houfu <houfu@users.noreply.github.com>
Replaced Poetry with uv in GitHub workflows for dependency management and streamlined project setup. Updated Python dependencies, libraries, and specified versions in `uv.lock` for improved stability and compatibility. Signed-off-by: houfu <houfu@users.noreply.github.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.
This pull request introduces several updates, including migrating from Poetry to UV for dependency management, updating GitHub Actions workflows, and making documentation and metadata improvements. Below is a summary of the most significant changes:
Migration to UV for Dependency Management
pyproject.toml, updating dependencies, dev-dependencies, and build system configuration. The build backend was changed frompoetry.core.masonry.apitohatchling.build.docs.yml,python-package.yml,python-publish.yml) to use UV for dependency installation and project setup instead of Poetry. [1] [2] [3]GitHub Actions Workflow Updates
actions/checkoutto versionv4andactions/setup-pythonto versionv5across all workflows. [1] [2] [3]Documentation and Metadata Improvements
CONTRIBUTING.mdandCode_of_Conduct.mdto<houfu@OUTLOOK dot sg>. Removed references to Matrix chat for community discussions. [1] [2] [3] [4] [5] [6]README.md.LICENSE.txtto include contributors and extend the range to 2025.These changes streamline dependency management, modernize workflows, and improve the project's documentation and metadata.