NumPy 1.26.2 release
  1. 03b6260 Merge pull request #25128 from charris/prepare-1.26.2 by Charles Harris · 1 year, 9 months ago v1.26.2
  2. 6961f60 REL: Prepare for the NumPy 1.26.2 release by Charles Harris · 1 year, 9 months ago
  3. d81f0ae Merge pull request #25121 from charris/backport-25042 by Charles Harris · 1 year, 9 months ago
  4. 766d5a8 BUG: ensure passing `np.dtype` to itself doesn't crash by Nathan Goldbaum · 1 year, 9 months ago
  5. cefdd34 Merge pull request #25120 from charris/backport-25063 by Charles Harris · 1 year, 9 months ago
  6. ae77d67 Merge pull request #25119 from charris/backport-25090 by Charles Harris · 1 year, 9 months ago
  7. 0035b44 BLD: change default of the `allow-noblas` option to true. by Ralf Gommers · 1 year, 9 months ago
  8. 12b7b35 BUG: Make n a long int for np.random.multinomial by thalassemia · 1 year, 9 months ago
  9. 9887c9c Merge pull request #25118 from charris/backport-25051 by Charles Harris · 1 year, 9 months ago
  10. 2359aec MAINT: Make bitfield integers unsigned by Sebastian Berg · 1 year, 9 months ago
  11. 249b5be Merge pull request #25093 from mbargull/1.26.x-fix-meson-HAVE_FEATURES_H by Charles Harris · 1 year, 9 months ago
  12. a7552b2 Merge pull request #25113 from charris/backport-25001 by Charles Harris · 1 year, 9 months ago
  13. 1d5ff21 Merge pull request #25117 from charris/backport-25055 by Charles Harris · 1 year, 9 months ago
  14. 6d974a5 Merge pull request #25116 from charris/backport-25099 by Charles Harris · 1 year, 9 months ago
  15. ea72d88 Merge pull request #25115 from charris/backport-25032 by Charles Harris · 1 year, 9 months ago
  16. 2a057fd CI: add blas, cblas and lapack to FreeBSD CI job by Ralf Gommers · 1 year, 9 months ago
  17. 60edd98 CI: add a split Netlib BLAS job, no pkg-config, with OpenSUSE container by Ralf Gommers · 1 year, 9 months ago
  18. f6906d8 DOC: Fix license identifier for OpenBLAS by Stefan · 1 year, 9 months ago
  19. 29d46b0 DOC: Fix license identifier for OpenBLAS by Stefan · 1 year, 9 months ago
  20. 81af826 DOC: Fix license identifier for OpenBLAS by Stefan · 1 year, 9 months ago
  21. c2f0c44 MAINT: Add missing `noexcept` to shuffle helpers by Sebastian Berg · 1 year, 9 months ago
  22. b92293d DOC: Visually divide main license and bundled licenses in wheels by Stefan · 1 year, 9 months ago
  23. 535a802 DOC: Visually divide main license and bundled licenses in wheels by Stefan · 1 year, 9 months ago
  24. 1faa0f0 Merge pull request #25112 from charris/backport-spin-cmds by Charles Harris · 1 year, 9 months ago
  25. 31e2c8a MAINT: Update .spin/cmds.py from main. by Charles Harris · 1 year, 9 months ago
  26. 29c2030 Merge pull request #25108 from charris/add-qemu-tests by Charles Harris · 1 year, 9 months ago
  27. 19d5b69 MAINT: Fix flaky test and update windows.yml action. by Charles Harris · 1 year, 9 months ago
  28. ba1e504 BUG: Fix build on ppc64 when the baseline set to Power9 or higher by Charles Harris · 1 year, 9 months ago
  29. 882a5a0 MAINT: Remove .travis.yml. by Charles Harris · 1 year, 9 months ago
  30. ea4a4fb CI: Fix the cache path of Linux QEMU by Sayed Adel · 1 year, 9 months ago
  31. 0160b41 CI: Provides cross-compile builds for armhf, ppc64le, and s390x by Sayed Adel · 1 year, 9 months ago
  32. 02d47a9 Merge pull request #25107 from charris/backport-24520 by Charles Harris · 1 year, 9 months ago
  33. 967e533 CI: remove macOS and conda jobs from Azure by Ralf Gommers · 1 year, 9 months ago
  34. 5d33131 CI: factor out custom code checks (ninja, vulture, `test_*` installed) by Ralf Gommers · 1 year, 9 months ago
  35. 5ff4da2 CI: move conda and macOS Azure job to Meson by Ralf Gommers · 1 year, 9 months ago
  36. 28775a6 CI: remove GHA job that built with setup.py and ILP64 OpenBLAS by Ralf Gommers · 1 year, 9 months ago
  37. 86c2863 Merge pull request #25095 from seberg/backport-cy-fix by Charles Harris · 1 year, 9 months ago
  38. aadc2c7 BLD: blocklist complex trig functions on musl by mattip · 1 year, 10 months ago
  39. 8bbc858 TST: add a test by mattip · 1 year, 10 months ago
  40. 09eb7d5 TST: Check that Cython intp conversion uses normal integer rules by Sebastian Berg · 1 year, 10 months ago
  41. af2c4cf BUG: Avoid intp conversion regression in Cython 3 (backport) by Sebastian Berg · 1 year, 10 months ago
  42. 8463bc9 BLD: Fix features.h detection for Meson builds by Marcel Bargull · 1 year, 10 months ago
  43. 55d3f26 Merge pull request #25083 from seiko2plus/backport_24806 by Charles Harris · 1 year, 10 months ago
  44. ce1adca Merge pull request #24814 from charris/backport-24772 by Charles Harris · 1 year, 10 months ago
  45. 1c21b68 Add VX targets for dispatch-able sources of the umath multi-targets tests by Sayed Adel · 1 year, 10 months ago
  46. 809d00d BUG: Resolve build issue on ppc64 with Power9 or higher as baseline by Sayed Adel · 1 year, 10 months ago
  47. df93b11 MAINT: Update meson build infrastructure. (#25049) by Charles Harris · 1 year, 10 months ago
  48. 7387600 Merge pull request #25071 from charris/backport-24291-24493 by Charles Harris · 1 year, 10 months ago
  49. 39d854f MAINT: Update vendored-meson/meson to ea5809096. by Charles Harris · 1 year, 10 months ago
  50. c40e98c CI: Switch SIMD tests to meson by Charles Harris · 1 year, 10 months ago
  51. 81f1758 MAINT: Fix spelling error that slipped in somewhere by Charles Harris · 1 year, 10 months ago
  52. 6bb799b MAINT: Split up .github/workflows to match main by Ralf Gommers · 1 year, 10 months ago
  53. 1989099 Merge pull request #25043 from charris/update-mailmap by Charles Harris · 1 year, 10 months ago
  54. 25d8f0e MAINT: Update mailmap by Charles Harris · 1 year, 10 months ago
  55. 2a83b1f Merge pull request #25003 from charris/backport-24993 by Charles Harris · 1 year, 10 months ago
  56. af23419 BLD: musllinux_aarch64 [wheel build] by Andrew Nelson · 1 year, 10 months ago
  57. 7b0719c Merge pull request #24977 from charris/backport-24967 by Charles Harris · 1 year, 10 months ago
  58. b93e52e BLD: only check for scipy-openblas dependency with pkg-config by Ralf Gommers · 1 year, 10 months ago
  59. e5b1ce1 BLD: use classic linker on macOS, the new one in XCode 15 has issues by Ralf Gommers · 1 year, 10 months ago
  60. 9d6694e Merge pull request #24972 from charris/backport-24958 by Ralf Gommers · 1 year, 10 months ago
  61. aca4819 Merge pull request #24971 from charris/backport-24970 by Ralf Gommers · 1 year, 10 months ago
  62. a0f6999 MAINT: Remove unhelpful error replacements from `import_array()` by Sebastian Berg · 1 year, 10 months ago
  63. 18278b1 BLD: Use the correct Python interpreter when running tempita.py by Mark Mentovai · 1 year, 10 months ago
  64. 4649a05 Merge pull request #24962 from seberg/no-upper-py-pin by Ralf Gommers · 1 year, 10 months ago
  65. 82d7657 REL: Remove Python upper version from the release branch by Sebastian Berg · 1 year, 10 months ago
  66. 87e1706 Merge pull request #24955 from charris/backport-24923 by Charles Harris · 1 year, 10 months ago
  67. d3876a8 ENH: Add Cython enumeration for NPY_FR_GENERIC (#24923) by William Ayd · 1 year, 10 months ago
  68. da4438e Merge pull request #24929 from charris/begin-1.26.2-development by Charles Harris · 1 year, 10 months ago
  69. 0b7b6e9 REL: prepare 1.26.x for further development by Charles Harris · 1 year, 10 months ago
  70. 411a55b Merge pull request #24928 from charris/update-version by Charles Harris · 1 year, 10 months ago v1.26.1
  71. aa91e5d REL: Update release versions by Charles Harris · 1 year, 10 months ago
  72. 6207a52 Merge pull request #24916 from charris/prepare-1.26.1-release by Ralf Gommers · 1 year, 10 months ago
  73. e27f774 MAINT: Revert cibuildwheel update by Charles Harris · 1 year, 10 months ago
  74. 48bdb17 REL: Prepare for the NumPy 1.26.1 release by Charles Harris · 1 year, 10 months ago
  75. f51d3ad Merge pull request #24912 from charris/backport-24904 by Charles Harris · 1 year, 10 months ago
  76. 94e315d Merge pull request #24911 from charris/backport-24860 by Charles Harris · 1 year, 10 months ago
  77. 114d086 Merge pull request #24906 from mtsokol/backport-_core-stubs by Charles Harris · 1 year, 10 months ago
  78. 54e6e65 BUG: loongarch doesn't use REAL(10) by Ivan A. Melnikov · 1 year, 10 months ago
  79. cc5e90f MAINT: Bump pypa/cibuildwheel from 2.16.1 to 2.16.2 by dependabot[bot] · 1 year, 10 months ago
  80. bd78090 MAINT: Backport numpy._core stubs. Remove NumpyUnpickler by Mateusz Sokół · 1 year, 10 months ago
  81. a037c40 Merge pull request #24902 from rgommers/1.26.1-release-notes by Charles Harris · 1 year, 10 months ago
  82. 067cf77 DOC: add a 1.26.1 release notes section for BLAS/LAPACK build changes by Ralf Gommers · 1 year, 10 months ago
  83. ff3187a Merge pull request #24899 from charris/backport-24893 by Ralf Gommers · 1 year, 10 months ago
  84. 891fb22 BLD: update setup.py build for changes to ILP64 build config by Ralf Gommers · 1 year, 10 months ago
  85. e8aca7c DEV: backport `_distributor_init.py` change to support scipy-openblas by Ralf Gommers · 1 year, 10 months ago
  86. a6f9ebb MAINT: Update ``pyproject.toml`` by Charles Harris · 1 year, 11 months ago
  87. 5134f9a MAINT: Use `linux_musl.yml` from main. by Charles Harris · 1 year, 11 months ago
  88. 34ea7a8 MAINT: Update ``spin/cmds.py`` from main. by Charles Harris · 1 year, 11 months ago
  89. cbdc785 ENH: meson: implement BLAS/LAPACK auto-detection and many CI jobs [wheel build] by Ralf Gommers · 1 year, 11 months ago
  90. c7e073c BLD: fix math func feature checks, fix FreeBSD build, add CI job (#24876) (#24879) by Charles Harris · 1 year, 11 months ago
  91. d042bda Merge pull request #24872 from charris/skip-failing-pypy-test by Charles Harris · 1 year, 11 months ago
  92. 2fc605a MAINT: Xfail test failing on PyPy. by Charles Harris · 1 year, 11 months ago
  93. a42408b Merge pull request #24870 from mtsokol/backport-numpy-unpickler by Charles Harris · 1 year, 11 months ago
  94. 57730a4 Add NumpyUnpickler by Mateusz Sokół · 1 year, 11 months ago
  95. f75cf1d Merge pull request #24840 from charris/backport-24778 by Charles Harris · 1 year, 11 months ago
  96. b7bf593 TST: Add check for multipliers in data [f2py] by Rohit Goswami · 1 year, 11 months ago
  97. 390be3a ENH: Fix DATA with * statements by Rohit Goswami · 1 year, 11 months ago
  98. 093a07c MAINT: Cleanup as per review by Rohit Goswami · 1 year, 11 months ago
  99. 5614044 BUG: Fix handling of data statements by Rohit Goswami · 1 year, 11 months ago
  100. 138b5e1 TST: More tests for gh-24746 by Rohit Goswami · 1 year, 11 months ago