You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than do the meson fixups bit by bit, The following files are simply
checked out from the main branch, we can add stuff back if needed. The
main missing bit is 32 bit wheels on Windows, we may need to just drop
them. The numpy/f2py and numpy/random directories were copied wholesale.
- .cirrus.star
- .github/workflows/build_test.yml
- .github/workflows/emscripten.yml
- .github/workflows/linux_meson.yml
- .github/workflows/linux_musl.yml
- .spin/cmds.py
- azure-pipelines.yml
- azure-steps-windows.yml
- build_requirements.txt
- numpy/f2py/capi_maps.py
- numpy/f2py/cfuncs.py
- numpy/f2py/tests/test_return_integer.py
- numpy/f2py/tests/test_return_real.py
- numpy/f2py/tests/util.py
- numpy/random/_examples/cython/setup.py
- numpy/random/_generator.pyx
- numpy/random/_mt19937.pyx
- numpy/random/_pcg64.pyx
- numpy/random/_philox.pyx
- numpy/random/_sfc64.pyx
- numpy/random/bit_generator.pyx
- numpy/random/meson.build
- numpy/random/mtrand.pyx
- numpy/random/src/distributions/distributions.c
- numpy/random/src/mt19937/randomkit.h
- numpy/random/src/pcg64/pcg64.orig.h
- numpy/random/tests/test_extending.py
- numpy/random/tests/test_generator_mt19937.py
- numpy/random/tests/test_generator_mt19937_regressions.py
- numpy/random/tests/test_random.py
- numpy/random/tests/test_randomstate.py
- pyproject.toml
- pyproject.toml.setuppy
- test_requirements.txt
- tools/ci/cirrus_macosx_arm64.yml
- tools/ci/cirrus_wheels.yml
- tools/openblas_support.py
- tools/travis-before-install.sh
- tools/travis-test.sh
- tools/wheels/repair_windows.sh
0 commit comments