NumPy 2.0.0b1 release
  1. aefc278 CI: fix wheel tags for Cirrus macOS arm64 [wheel build] by Ralf Gommers · 1 year, 6 months ago
  2. 4913772 BLD: try to build most macOS wheels on GHA (#25945) by Andrew Nelson · 1 year, 6 months ago
  3. 906010e API: Introduce copy argument for np.asarray by Mateusz Sokół · 1 year, 6 months ago
  4. d2d2c25 CI: Re-enable Emscripten/Pyodide CI job for NumPy by Agriya Khetarpal · 1 year, 6 months ago
  5. f746a58 ENH: add name to fields checked [skip azp][skip cirrus][skip circle] by mattip · 1 year, 6 months ago
  6. 21fb2b1 BUG: make check more verbose [skip azp][skip cirrus][skip circle] by mattip · 1 year, 6 months ago
  7. 72f7402 BUG: check blas version [skip azp][skip cirrus][skip circle] by mattip · 1 year, 6 months ago
  8. 45027bc CI: remove cirrus macos_arm64 entries by Andrew Nelson · 1 year, 6 months ago
  9. b840790 BLD: use homebrew gfortran [wheel build][skip azp][skip actions] by Andrew Nelson · 1 year, 6 months ago
  10. 3b12e31 Merge pull request #25797 from seberg/str-typenum by Sebastian Berg · 1 year, 6 months ago
  11. 0cbe302 MAINT: Move ``NPY_VSTRING`` and make ``NPY_NTYPES`` ``NPY_TYPES_LEGACY`` by Sebastian Berg · 1 year, 6 months ago
  12. ecccca6 fixes from review [wheel build] by mattip · 1 year, 6 months ago
  13. 8f2e11c fix delvewheel invocation, restore dir cleaning [wheel build] by Matti Picus · 1 year, 6 months ago
  14. 621db87 delete less aggressively [wheel build] by mattip · 1 year, 7 months ago
  15. 0fe4343 typo [wheel build] by mattip · 1 year, 7 months ago
  16. d5cc9ea set PKG_CONFIG_PATH to full path on win, use newer wheel by mattip · 1 year, 7 months ago
  17. ddf97f9 use env variable for windows PKG_CONFIG_PATH, replace slashes, split cirrus jobs by Matti Picus · 1 year, 7 months ago
  18. afbb9e1 no need for '-Duse-ilp64=true', add PKG_CONFIG_PATH to environment on macos<14 by mattip · 1 year, 7 months ago
  19. 45bb1eb no need for gfortran when using openblas wheels on arm64 [wheel build] by mattip · 1 year, 7 months ago
  20. fcc7ac6 BLD: replace uses of openblas_support with openblas wheels [wheel build] by Matti Picus · 1 year, 7 months ago
  21. 9877abb Merge pull request #25636 from lysnikolaou/move-np-char by Nathan Goldbaum · 1 year, 7 months ago
  22. 22b3340 Update tools/ci/cirrus_wheels.yml by Andrew Nelson · 1 year, 7 months ago
  23. d7fa487 Update tools/wheels/cibw_before_build.sh by Andrew Nelson · 1 year, 7 months ago
  24. 2703dec CI/BLD: cross compilation for arm64, have native build [wheel build][skip azp][skip actions] by Andrew Nelson · 1 year, 7 months ago
  25. 2adb2ad CI/BLD: scipy-openblas requires specific gfortran [wheel build][skip azp][skip actions] by Andrew Nelson · 1 year, 7 months ago
  26. 0d31382 CI/BLD: fix bash script tests for cibw [wheel build][skip azp][skip actions] by Andrew Nelson · 1 year, 7 months ago
  27. e8b5571 Merge branch 'main' into move-np-char by Lysandros Nikolaou · 1 year, 7 months ago
  28. d225315 Move np.char docs to legacy section & add np.strings to refguide check by Lysandros Nikolaou · 1 year, 7 months ago
  29. ab60d6d CI: split out a 32-bit ci requirements file by mattip · 1 year, 7 months ago
  30. ff9cedf BLD: mv all requirement files to a subdirectory by mattip · 1 year, 7 months ago
  31. d3da2ce BLD: add pinning for scipy-openblas wheels by mattip · 1 year, 7 months ago
  32. 5246b70 update to OpenBLAS 0.3.26 by mattip · 1 year, 7 months ago
  33. 9427a59 Merge pull request #25437 from mtsokol/adjust-matrix_rank-and-sort by Nathan Goldbaum · 1 year, 7 months ago
  34. 9ec07cd Merge pull request #25233 from mtsokol/numpy-device by Nathan Goldbaum · 1 year, 7 months ago
  35. 595a12e Remove descending keyword by Mateusz Sokół · 1 year, 7 months ago
  36. f93624c API: Add rtol to matrix_rank and stable & descending to sort & argsort by Mateusz Sokół · 1 year, 7 months ago
  37. 4540923 API: Introduce correction argument for np.var and np.std by Mateusz Sokół · 1 year, 7 months ago
  38. 26cd48f API: Add device and to_device to ndarray by Mateusz Sokół · 1 year, 7 months ago
  39. 61f5160 BLD: undo change to attempt to show meson-log.txt by Ralf Gommers · 1 year, 8 months ago
  40. 07c512e Merge pull request #25255 from andyfaff/macoswheel by Ralf Gommers · 1 year, 8 months ago
  41. 5038cef Merge pull request #25388 from mtsokol/pinv-cholesky-array-api by Nathan Goldbaum · 1 year, 8 months ago
  42. c6bcaaa BLD: modify macos wheel build to use accelerate [wheel build] by Andrew Nelson · 1 year, 8 months ago
  43. dfe7fd6 API: Adjust linalg.pinv and linalg.cholesky to Array API by Mateusz Sokół · 1 year, 8 months ago
  44. ce0ea9d CI: show meson-log.txt in Cirrus wheel builds [wheel build] by Ralf Gommers · 1 year, 8 months ago
  45. 4598f0c API: Introduce np.isdtype function by Mateusz Sokół · 1 year, 8 months ago
  46. 8162caf Merge pull request #25155 from mtsokol/array-api-linalg by Nathan Goldbaum · 1 year, 8 months ago
  47. dd913aa API: add matrix_norm, vector_norm, vecdot and matrix_transpose by Mateusz Sokół · 1 year, 8 months ago
  48. 2118506 MAINT: Add missing modules to refguide test by Mateusz Sokół · 1 year, 8 months ago
  49. 0721a51 DOC: Fix refguide check script by Mateusz Sokół · 1 year, 8 months ago
  50. 0c3cad6 API: Add matmul to linalg by Mateusz Sokół · 1 year, 9 months ago
  51. a585d24 API: Introduce numpy.astype by Mateusz Sokół · 1 year, 9 months ago
  52. 6ea1c24 CI: remove no-blas=true from spin command on macos_arm64 ci [skip actions][skip azp] by Andrew Nelson · 1 year, 9 months ago
  53. e726718 Merge branch 'main' into array-api-outer by Nathan Goldbaum · 1 year, 9 months ago
  54. 66f8518 API: Add outer to numpy.linalg by Mateusz Sokół · 1 year, 9 months ago
  55. 49fccbc API: Add svdvals to numpy.linalg by Mateusz Sokół · 1 year, 9 months ago
  56. 0d28882 Merge pull request #25088 from mtsokol/array-api-setops by Nathan Goldbaum · 1 year, 9 months ago
  57. be4e25f Merge pull request #25145 from mtsokol/array-api-cross by Nathan Goldbaum · 1 year, 9 months ago
  58. 7e80fd8 Merge pull request #25253 from andyfaff/sonoma by Andrew Nelson · 1 year, 9 months ago
  59. cd9f69a API: Add cross to numpy.linalg by Mateusz Sokół · 1 year, 9 months ago
  60. f7f9509 API: Add Array API setops by Mateusz Sokół · 1 year, 9 months ago
  61. 260f138 CI: minor cirrus cleanup [skip actions][skip azp][skip circle] by Andrew Nelson · 1 year, 9 months ago
  62. 36c771b CI: streamline macos_arm64 test. [skip actions][skip circle] by Andrew Nelson · 1 year, 9 months ago
  63. 724d86e Apply review comments by Mateusz Sokół · 1 year, 9 months ago
  64. f7ec2fc BLD, CI: revert pinning scipy-openblas by mattip · 1 year, 9 months ago
  65. a901911 BLD: limit scipy-openblas32 wheel to 0.3.23.293.2 (#25085) by Matti Picus · 1 year, 9 months ago
  66. d50840b DOC: Fix license identifier for OpenBLAS by Stefan · 1 year, 9 months ago
  67. 086a23b DOC: Fix license identifier for OpenBLAS by Stefan · 1 year, 9 months ago
  68. 88db6a0 DOC: Fix license identifier for OpenBLAS by Stefan · 1 year, 9 months ago
  69. a555e7d Merge pull request #25017 from ganesh-k13/bld_24080_notes by Stefan van der Walt · 1 year, 10 months ago
  70. 34521b4 CI: add blas, cblas and lapack to FreeBSD CI job by Ralf Gommers · 1 year, 10 months ago
  71. 05211ce MAINT: Created `main` to support imports by ganesh-k13 · 1 year, 10 months ago
  72. 71a7e0d MAINT: Unpin urllib3 for anaconda-client install by Charles Harris · 1 year, 10 months ago
  73. af3c728 Merge pull request #25001 from stefan6419846/license_divider by Charles Harris · 1 year, 10 months ago
  74. d15bf44 DOC: Visually divide main license and bundled licenses in wheels by Stefan · 1 year, 10 months ago
  75. 7938756 DOC: Visually divide main license and bundled licenses in wheels by Stefan · 1 year, 10 months ago
  76. 32547ae BLD: musllinux_aarch64 [wheel build] by Andrew Nelson · 1 year, 10 months ago
  77. 26411a9 BLD: more cleanups in `cibw_before_build.sh` [wheel build] by Ralf Gommers · 1 year, 10 months ago
  78. 8870faf BLD: remove `NPY_USE_BLAS_ILP64` environment variable [wheel build] by Ralf Gommers · 1 year, 10 months ago
  79. 7d4f488 MAINT: Adjustments after numpy._core rename by Mateusz Sokół · 1 year, 10 months ago
  80. 4a7191c MAINT: Expand numpy.core shims by Mateusz Sokół · 1 year, 10 months ago
  81. 47b70cb MAINT: Update numpy.core paths to numpy._core by Mateusz Sokół · 1 year, 10 months ago
  82. 34afbb9 ENH: meson: implement BLAS/LAPACK auto-detection and many CI jobs [wheel build] by Ralf Gommers · 1 year, 11 months ago
  83. 040ed2d BLD: fix math func feature checks, fix FreeBSD build, add CI job (#24876) by Ralf Gommers · 1 year, 11 months ago
  84. 01e33cd MAINT: Remove 'a' dtype alias (#24854) by Mateusz Sokół · 1 year, 11 months ago
  85. a0ceb15 Merge pull request #24780 from DimitriPapadopoulos/http by Charles Harris · 1 year, 11 months ago
  86. b307771 MAINT: fix licence path win by Andrew Nelson · 1 year, 11 months ago
  87. 57fbc86 DOC: http:// → https:// by Dimitri Papadopoulos · 1 year, 11 months ago
  88. 085665c BLD: add libquadmath to licences and other tweaks (#24753) by Matti Picus · 1 year, 11 months ago
  89. 62a78ca MAINT: Remove cibuildwheel pin in cirrus_wheels by Charles Harris · 1 year, 11 months ago
  90. 63a1fee MAINT: remove all `setup.py`'s and related files for distutils builds by Ralf Gommers · 2 years ago
  91. c08aaaa CI: enable use of Cirrus CI compute credits by collaborators by Ralf Gommers · 2 years ago
  92. f49b2b3 BLD: build wheels for 32-bit Python on Windows, using MSVC [wheel build] by Ralf Gommers · 2 years ago
  93. 63d9da8 API: Update `lib.polynomial` and `lib.npyio` namespaces (#24578) by Mateusz Sokół · 2 years ago
  94. 6345967 CI: Exclude import libraries from list of DLLs on Cygwin. by DWesl · 2 years ago
  95. 220f957 Merge pull request #24376 from mtsokol/overhaul-of-main-namespace-part-3 by Nathan Goldbaum · 2 years ago
  96. 67d8d2c API: Remove cfloat usage by Mateusz Sokół · 2 years ago
  97. 9b636a1 CI: Avoid overriding `MYPYPATH` by Bas van Beek · 2 years ago
  98. d8bd60f BUG: ``asv dev`` has been removed, use ``asv run``. by Charles Harris · 2 years ago
  99. 2ce972e CI: cirrus run linux_aarch64 first (#24435) by Andrew Nelson · 2 years ago
  100. f953645 CI: ensure tests in cibuildwheel jobs run in parallel by Ralf Gommers · 2 years ago