NumPy 1.26.4 release
  1. f984240 CI: upgrade cibuildwheel from 2.16.4 to 2.16.5 [wheel build] by Ralf Gommers · 1 year, 7 months ago
  2. 052165e Merge pull request #25720 from charris/backport-25503 by Charles Harris · 1 year, 7 months ago
  3. c5ba99c MAINT: Bump cibuildwheel to v2.16.4 by Charles Harris · 1 year, 7 months ago
  4. 76b0a2f CI: pin cygwin python to 3.9.16-1 [skip cirrus][skip azp][skip circle] by mattip · 1 year, 7 months ago
  5. 7baac4d MAINT: Bump actions/checkout in macos.yml by Charles Harris · 1 year, 8 months ago
  6. 7120147 CI: enables tests on spr and tgl using Intel SDE by Raghuveer Devulapalli · 1 year, 9 months ago
  7. 610917e MAINT: Bump larsoner/circleci-artifacts-redirector-action by dependabot[bot] · 1 year, 9 months ago
  8. 460b179 MAINT: Bump actions/setup-node from 3.8.1 to 4.0.1 by dependabot[bot] · 1 year, 9 months ago
  9. de36b9a Merge pull request #25379 from charris/backport-25261-25282 by Charles Harris · 1 year, 9 months ago
  10. 3e280eb MAINT: Bump conda-incubator/setup-miniconda from 3.0.0 to 3.0.1 by dependabot[bot] · 1 year, 9 months ago
  11. 94c19ba MAINT: Bump conda-incubator/setup-miniconda from 2.2.0 to 3.0.0 by dependabot[bot] · 1 year, 9 months ago
  12. df814ca CI: Install Lapack runtime on Cygwin. by DWesl · 1 year, 9 months ago
  13. c3bfe18 Revert "MAINT: Pin scipy-openblas version." by Charles Harris · 1 year, 10 months ago
  14. fc324e3 MAINT: Pin scipy-openblas version. by Charles Harris · 1 year, 10 months ago
  15. 0035b44 BLD: change default of the `allow-noblas` option to true. by Ralf Gommers · 1 year, 10 months ago
  16. 60edd98 CI: add a split Netlib BLAS job, no pkg-config, with OpenSUSE container by Ralf Gommers · 1 year, 10 months ago
  17. 19d5b69 MAINT: Fix flaky test and update windows.yml action. by Charles Harris · 1 year, 10 months ago
  18. ba1e504 BUG: Fix build on ppc64 when the baseline set to Power9 or higher by Charles Harris · 1 year, 10 months ago
  19. ea4a4fb CI: Fix the cache path of Linux QEMU by Sayed Adel · 1 year, 10 months ago
  20. 0160b41 CI: Provides cross-compile builds for armhf, ppc64le, and s390x by Sayed Adel · 1 year, 10 months ago
  21. 5d33131 CI: factor out custom code checks (ninja, vulture, `test_*` installed) by Ralf Gommers · 1 year, 10 months ago
  22. 28775a6 CI: remove GHA job that built with setup.py and ILP64 OpenBLAS by Ralf Gommers · 1 year, 10 months ago
  23. c40e98c CI: Switch SIMD tests to meson by Charles Harris · 1 year, 10 months ago
  24. 6bb799b MAINT: Split up .github/workflows to match main by Ralf Gommers · 1 year, 10 months ago
  25. e27f774 MAINT: Revert cibuildwheel update by Charles Harris · 1 year, 11 months ago
  26. cc5e90f MAINT: Bump pypa/cibuildwheel from 2.16.1 to 2.16.2 by dependabot[bot] · 1 year, 11 months ago
  27. 5134f9a MAINT: Use `linux_musl.yml` from main. by Charles Harris · 1 year, 11 months ago
  28. cbdc785 ENH: meson: implement BLAS/LAPACK auto-detection and many CI jobs [wheel build] by Ralf Gommers · 1 year, 11 months ago
  29. e6a9786 BLD: add libquadmath to licences and other tweaks (#24753) by Matti Picus · 2 years ago
  30. ad49773 MAINT: Update cibuildwheel-version by Charles Harris · 2 years ago
  31. d4555f1 BLD: build wheels for 32-bit Python on Windows, using MSVC [wheel build] by Ralf Gommers · 2 years ago
  32. ca0e140 MAINT: Bump actions/checkout from 3.6.0 to 4.0.0 by Charles Harris · 2 years ago
  33. 784842a ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including ILP64 (#24053) by Developer-Ecosystem-Engineering · 2 years ago
  34. ee6c233 BLD, SIMD: The meson CPU dispatcher implementation (#23096) by Sayed Adel · 2 years, 1 month ago
  35. 6e55a04 CI: fix Windows GHA jobs for vendored meson-python and spin by Ralf Gommers · 2 years, 1 month ago
  36. f5560b1 CI: fix sdist and musllinux jobs by Ralf Gommers · 2 years, 1 month ago
  37. 59d009a MAINT: Bump pypa/cibuildwheel from 2.14.1 to 2.15.0 by dependabot[bot] · 2 years, 1 month ago
  38. 6668f3a MAINT: Add back NPY_RUN_MYPY_IN_TESTSUITE=1 by Charles Harris · 2 years, 1 month ago
  39. 38f00b4 MAINT: Dependabot updates from main by Charles Harris · 2 years, 1 month ago
  40. 1648a6e CI: also build PyPy 3.9 wheels by Ralf Gommers · 2 years, 1 month ago
  41. 3b93cc8 TST: disable mypy tests in test suite unless an environment variable is set by Ralf Gommers · 2 years, 1 month ago
  42. b46eef0 MAINT: Massive update of files from main for numpy 1.26 (#24308) by Charles Harris · 2 years, 1 month ago
  43. 2c2ff28 MAINT: Bump larsoner/circleci-artifacts-redirector-action by dependabot[bot] · 2 years, 2 months ago
  44. b547355 MAINT: Bump pypa/cibuildwheel from 2.14.0 to 2.14.1 by dependabot[bot] · 2 years, 2 months ago
  45. 31f937e MAINT: Bump actions/setup-python from 4.6.1 to 4.7.0 by dependabot[bot] · 2 years, 2 months ago
  46. d09aacb MAINT: Bump pypa/cibuildwheel from 2.13.1 to 2.14.0 by dependabot[bot] · 2 years, 2 months ago
  47. a102a82 MAINT: Bump larsoner/circleci-artifacts-redirector-action by dependabot[bot] · 2 years, 2 months ago
  48. 84b0a78 TST: Add clang-cl run by Kevin Sheppard · 2 years, 2 months ago
  49. 07a5201 MAINT: Bump actions/setup-node from 3.6.0 to 3.7.0 by dependabot[bot] · 2 years, 2 months ago
  50. bccfe6b Merge pull request #24120 from charris/backport-23908 by Charles Harris · 2 years, 2 months ago
  51. babf68b MAINT: Bump actions/checkout from 3.5.2 to 3.5.3 by dependabot[bot] · 2 years, 2 months ago
  52. 06b4702 MAINT: Bump pypa/cibuildwheel from 2.13.0 to 2.13.1 by dependabot[bot] · 2 years, 2 months ago
  53. 8b9ac31 Merge pull request #24117 from charris/backport-24051 by Charles Harris · 2 years, 2 months ago
  54. b98bcd6 put pinning in quotes by Tim Paine · 2 years, 2 months ago
  55. 669f0f9 TST: Pin pydantic<2 in Pyodide workflow by Hood Chatham · 2 years, 2 months ago
  56. 81b2b60 MAINT: Pin urllib3 to avoid anaconda-client bug. by Charles Harris · 2 years, 2 months ago
  57. e322ca7 MAINT: Upgrade install-rtools version by Charles Harris · 2 years, 3 months ago
  58. 5d6c744 Merge pull request #23792 from jarrodmillman/nightlies by Sebastian Berg · 2 years, 4 months ago
  59. f9650f2 MAINT: Bump actions/setup-python from 4.6.0 to 4.6.1 by dependabot[bot] · 2 years, 4 months ago
  60. fbc8c85 Upload nighlighties to new location by Jarrod Millman · 2 years, 4 months ago
  61. c7724ee Merge pull request #23709 from scoder/cython3_noexcept by Matti Picus · 2 years, 4 months ago
  62. c942d65 Merge pull request #23725 from numpy/dependabot/github_actions/github/codeql-action-2.3.3 by Charles Harris · 2 years, 4 months ago
  63. 10646da MAINT: Bump github/codeql-action from 2.3.2 to 2.3.3 by dependabot[bot] · 2 years, 4 months ago
  64. 1172b46 MAINT: Bump actions/upload-artifact from 3.1.0 to 3.1.2 by dependabot[bot] · 2 years, 4 months ago
  65. 2df3b4c MAINT: Update Cython dependency to 0.29.34 (latest 0.29.x). by Stefan Behnel · 2 years, 4 months ago
  66. 2477185 Merge pull request #23714 from r-devulap/enable-ci by Charles Harris · 2 years, 4 months ago
  67. 74a0dc4 BUG: Cannot mix ``uses`` and ``run`` in workflow script by Charles Harris · 2 years, 4 months ago
  68. e84e810 CI: Enable CI to build with gcc-12 by Raghuveer Devulapalli · 2 years, 4 months ago
  69. 50a0206 MAINT, BLD: Install rtools 4.0 for Windows wheels. by Charles Harris · 2 years, 4 months ago
  70. 37ac35a Merge pull request #23683 from numpy/dependabot/github_actions/github/codeql-action-2.3.2 by Charles Harris · 2 years, 4 months ago
  71. f50f79b MAINT: Bump github/codeql-action from 2.3.1 to 2.3.2 by dependabot[bot] · 2 years, 4 months ago
  72. dd75232 CI: Disable intel_spr_sde_test, again by Raghuveer Devulapalli · 2 years, 4 months ago
  73. 6d15edd CI: Update to Pyodide 0.23.0 (#23515) by Hood Chatham · 2 years, 4 months ago
  74. 13c1d7b MAINT: Bump github/codeql-action from 2.3.0 to 2.3.1 by dependabot[bot] · 2 years, 4 months ago
  75. e90c836 Merge pull request #23655 from r-devulap/ci-spr-enable by Charles Harris · 2 years, 5 months ago
  76. 31ad230 MAINT: Bump github/codeql-action from 2.2.12 to 2.3.0 by dependabot[bot] · 2 years, 5 months ago
  77. 30c9478 CI: Enable CI on gcc 12.x on Intel SPR by Raghuveer Devulapalli · 2 years, 5 months ago
  78. 91c72a7 MAINT: Bump actions/setup-python from 4.5.0 to 4.6.0 by dependabot[bot] · 2 years, 5 months ago
  79. d90302a MAINT: Bump pypa/cibuildwheel from 2.12.1 to 2.12.3 by dependabot[bot] · 2 years, 5 months ago
  80. 0bee070 DNM: test some more `selected_real_kind` results [skip azurepipelines] by Derek Homeier · 2 years, 5 months ago
  81. 1d601f8 Merge pull request #23590 from numpy/dependabot/github_actions/github/codeql-action-2.2.12 by Charles Harris · 2 years, 5 months ago
  82. 96dab9e MAINT: Bump github/codeql-action from 2.2.11 to 2.2.12 by dependabot[bot] · 2 years, 5 months ago
  83. 07ab11e MAINT: Bump actions/checkout from 3.5.1 to 3.5.2 by dependabot[bot] · 2 years, 5 months ago
  84. 1142b9d CI: fix Circle CI doc build html preview link (#23578) by Ralf Gommers · 2 years, 5 months ago
  85. b7a5698 Merge pull request #23573 from numpy/dependabot/github_actions/actions/checkout-3.5.1 by Charles Harris · 2 years, 5 months ago
  86. 7b96cbc MAINT: Bump actions/checkout from 3.5.0 to 3.5.1 by dependabot[bot] · 2 years, 5 months ago
  87. 83a4935 MAINT: Bump larsoner/circleci-artifacts-redirector-action by dependabot[bot] · 2 years, 5 months ago
  88. 6e3ebdd MAINT: Bump larsoner/circleci-artifacts-redirector-action by dependabot[bot] · 2 years, 5 months ago
  89. f0a477a CI: disable intel_spr_sde_test for now by Raghuveer Devulapalli · 2 years, 5 months ago
  90. 7715f50 Merge pull request #23559 from andyfaff/gh23538 by Charles Harris · 2 years, 5 months ago
  91. 8462739 CI: macosx_arm64 natively on cirrus by Andrew Nelson · 2 years, 5 months ago
  92. a40e86f MAINT: Bump cygwin/cygwin-install-action from 3 to 4 by dependabot[bot] · 2 years, 5 months ago
  93. b3b8589 MAINT: Bump github/codeql-action from 2.2.10 to 2.2.11 by dependabot[bot] · 2 years, 5 months ago
  94. 03273d0 MAINT: Bump github/codeql-action from 2.2.9 to 2.2.10 by dependabot[bot] · 2 years, 5 months ago
  95. c16a05c Merge pull request #23502 from r-devulap/ci-spr by Matti Picus · 2 years, 5 months ago
  96. 3112ebc Use SDE 9.14 version by Raghuveer Devulapalli · 2 years, 5 months ago
  97. a260a90 CI: Use pytest directly to run subset of tests by Raghuveer Devulapalli · 2 years, 5 months ago
  98. 0d28143 CI: Fix typo by Raghuveer Devulapalli · 2 years, 5 months ago
  99. 7009a8a CI: Split install step and run only a few tests in SDE by Raghuveer Devulapalli · 2 years, 5 months ago
  100. 8829ac0 CI: Build numpy outside the SDE by Raghuveer Devulapalli · 2 years, 5 months ago