Bump version to 2.6.0 for numpy 2.x release#59
Merged
Conversation
The pyarrow and polars pins were already updated on master (pyarrow>=18.0.0, polars>=0.20.2) but never released. This version bump enables a PyPI release with numpy 2.x compatibility.
setup-python@v3 pip cache is returning 400 errors from GitHub's cache service. Update to v4/v5 and remove pip caching to fix CI.
Newer polars versions parse empty/blank lines in GTF files as rows with all-null values. Filter these out early by dropping rows where seqname is null.
Pull Request Test Coverage Report for Build 23935155351Details
💛 - Coveralls |
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.
Summary
The pyarrow (
>=18.0.0) and polars (>=0.20.2) pin updates were already merged to master but never released to PyPI. This version bump enables a release that supports numpy 2.x.Motivation
Part of a coordinated numpy 2.x update across the openvax ecosystem. pyensembl depends on gtfparse, and the current PyPI release (2.5.0) pins
pyarrow<14.1.0, which is incompatible with numpy 2.x.Test plan