-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update matchms to 0.28.1 #51974
Update matchms to 0.28.1 #51974
Conversation
📝 WalkthroughWalkthroughThe pull request involves updates to the Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
🔇 Additional comments (4)recipes/matchms/meta.yaml (4)
The build number has been properly reset to 0 for the new version, which follows the standard practice for version updates. Line range hint The package configuration maintains proper version constraints for all dependencies, comprehensive test imports, and complete metadata. No changes were needed in these sections for this version update. 🧰 Tools🪛 yamllint[error] 1-1: syntax error: found character '%' that cannot start any token (syntax)
The version update matches the PR objective. Let's verify its existence in PyPI and GitHub releases. #!/bin/bash
# Description: Verify version exists in PyPI and check release notes
# Test 1: Check if version exists on PyPI
curl -s "https://pypi.org/pypi/matchms/json" | jq -r '.releases | has("0.28.1")'
# Test 2: Check GitHub release
gh release view 0.28.1 --repo matchms/matchms
Let's verify the integrity of the source package. Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Update
matchms
: 0.27.0 → 0.28.1recipes/matchms
(click to view/edit other files)This pull request was automatically generated (see docs).