-
Notifications
You must be signed in to change notification settings - Fork 70
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
ENH: upgrade CI tests to python>=3.10 #837
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #837 +/- ##
==========================================
+ Coverage 78.47% 81.85% +3.37%
==========================================
Files 1071 1071
Lines 80176 80149 -27
Branches 12209 12201 -8
==========================================
+ Hits 62921 65606 +2685
+ Misses 15543 12983 -2560
+ Partials 1712 1560 -152
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What do these changes do?
python.yaml
CI tests.A
is deprecated, use.toarray()
insteadxorbits.numpy
'sfetch_corner_data
when printing large arrays to keep compatible with NumPy 2.1+: when printing large NumPy arrays, only the corner data was printed, with the middle part replaced by an ellipsis (...
). DO NOT need a dedicatedfetch_corner_data
method, that prints the corner data of the array, anymore.xorbits.numpy
's histogram to 2.1+Related issue number
Check code requirements