-
Notifications
You must be signed in to change notification settings - Fork 1.3k
👷 Drop Windows 32 #936
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
👷 Drop Windows 32 #936
Conversation
Azure builds were raising an `UNEXPECTED EXCEPTION` with later versions of scipy. This looks like it may be related to an upcoming API change in the `stats.mode` method. This adds `keepdims=True`
Codecov ReportBase: 97.19% // Head: 93.27% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #936 +/- ##
==========================================
- Coverage 97.19% 93.27% -3.93%
==========================================
Files 97 94 -3
Lines 6348 6198 -150
Branches 711 848 +137
==========================================
- Hits 6170 5781 -389
- Misses 106 355 +249
+ Partials 72 62 -10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
FutureWarning
in scipy.stats.mode
-Werror::FutureWarning
and Windows 32
The |
-Werror::FutureWarning
and Windows 32
Yep this is the right fix. Switching to |
Thanks @hayesall |
This drops Windows 32 support (see here: scikit-learn/scikit-learn#24627)
Azure builds were raising an
UNEXPECTED EXCEPTION
with later versions of scipy. This looks like it may be related to an upcoming API change in thestats.mode
method. Alongside #938 this should fix CI.