Skip to content
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

clib.conversion._to_numpy: Add tests for Python list of strings and NumPy array with string type #3601

Merged
merged 5 commits into from
Nov 12, 2024

Conversation

seisman
Copy link
Member

@seisman seisman commented Nov 8, 2024

Test Python's list of strings and NumPy's string arrays.

Related to #3600.

@seisman seisman added maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog needs review This PR has higher priority and needs review. labels Nov 8, 2024
@seisman seisman added this to the 0.14.0 milestone Nov 8, 2024
@seisman
Copy link
Member Author

seisman commented Nov 9, 2024

It's unclear what's happening with the Python 3.10 + macOS CI job. It started to fail since PR #3599, but changes in PR #3599 are totally unrelated since pyarrow is not installed in the Python 3.10 + macOS CI job and the failing tests are all about grdcontour and grdimage. What's more weird is that the same CI job then passes in #3584.

In PR #3606, I tried to bump our minimum supported Python version to 3.11 and the CI jobs pass, so I think we can ignore the Python 3.10 failures.

@michaelgrund michaelgrund added final review call This PR requires final review and approval from a second reviewer and removed needs review This PR has higher priority and needs review. labels Nov 12, 2024
@seisman seisman merged commit 9a12ae9 into main Nov 12, 2024
19 of 20 checks passed
@seisman seisman deleted the to_numpy/numpy_string branch November 12, 2024 22:27
@seisman seisman removed the final review call This PR requires final review and approval from a second reviewer label Nov 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Boring but important stuff for the core devs skip-changelog Skip adding Pull Request to changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants