-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
MAINT: test with manylinux numpy/scipy pre-release #15702
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
MAINT: test with manylinux numpy/scipy pre-release #15702
Conversation
Numpy switching to daily manylinux wheels of trunk, instead of building wheels specific to Ubuntu 12.04 for every commit. Use these new wheels for numpy pre-release testing.
oh this is nice. thanks @matthew-brett |
maybe have the old URL re-direct? |
My first-pass plan was to find everyone who is using the old URL and update their configs to use the new ones - but it's not a bad idea to redirect.... |
and that URL is very odd...... |
@matthew-brett side questions.
|
thanks @matthew-brett |
Daily wheels would be excellent! Yes, it's a travis cron job building on the |
Codecov Report
@@ Coverage Diff @@
## master #15702 +/- ##
==========================================
- Coverage 91.03% 91% -0.03%
==========================================
Files 143 143
Lines 49410 49410
==========================================
- Hits 44978 44967 -11
- Misses 4432 4443 +11
Continue to review full report at Codecov.
|
so what needs to change here? https://github.com/MacPython/pandas-wheels |
Have a look at : https://github.com/MacPython/numpy-wheels/blob/master/.travis.yml . Note |
ok we shall c. in theory it should work. |
@matthew-brett how does |
No, I defined DAILY_COMMIT in the
or similar. |
Numpy switching to daily manylinux wheels of trunk, instead of building wheels specific to Ubuntu 12.04 for every commit. Use these new wheels for numpy pre-release testing.
Numpy switching to daily manylinux wheels of trunk, instead of building wheels specific to Ubuntu 12.04 for every commit. Use these new wheels for numpy pre-release testing.
Numpy / Scipy switching to daily manylinux wheels of trunk, instead of building
wheels specific to Ubuntu 12.04 for every commit. Use these new wheels
for numpy and scipy pre-release testing.
See: #15699, #15689 and scipy/scipy#7188.