NumPy 1.26.4 release
  1. 2fae4d3 Merge pull request #25323 from stefanor/import-asstr by Charles Harris · 1 year, 7 months ago
  2. ce89a0a Merge pull request #25756 from charris/backport-24711 by Charles Harris · 1 year, 7 months ago
  3. fee88ab BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711) by Pieter Eendebak · 1 year, 7 months ago
  4. 659be68 MAINT: Include header defining backtrace by Stefan van der Walt · 1 year, 7 months ago
  5. 5a0cd8e BLD: remove last usage of `distutils` in `_core/code_generators/` by Ralf Gommers · 1 year, 7 months ago
  6. cb6488d TST: marks on a fixture have no effect by mattip · 1 year, 7 months ago
  7. dc12cf1 Merge pull request #25630 from snogge/fallocate64-1.26 by Charles Harris · 1 year, 7 months ago
  8. cb3171c BLD: fix potential issue with escape sequences in ``__config__.py`` by Charles Harris · 1 year, 8 months ago
  9. 7ef4843 TST: Fix test_warning_calls on Python 3.12 by Elliott Sales de Andrade · 1 year, 8 months ago
  10. f49c6f9 BUG: Use large file fallocate on 32 bit linux platforms by Ola x Nilsson · 1 year, 8 months ago
  11. 59c97a0 Merge pull request #25618 from charris/backport-25430 by Charles Harris · 1 year, 8 months ago
  12. 623a403 Merge pull request #25619 from charris/backport-25613 by Charles Harris · 1 year, 8 months ago
  13. a1c69ef MAINT: add `newaxis` to `__all__` in `numpy.array_api` by Ralf Gommers · 1 year, 8 months ago
  14. e7f6ac3 BLD: fix building for windows ARM64 by Nathan Goldbaum · 1 year, 8 months ago
  15. f4e606a TST: Fix test_numeric on riscv64 by Mark Ryan · 1 year, 8 months ago
  16. f947f41 MAINT: Comment in the unused overload of call_geev by Sayed Adel · 1 year, 8 months ago
  17. 6630f0f MAINT, BLD: Fix unused inline functions warnings on clang by Sayed Adel · 1 year, 8 months ago
  18. 999f530 BUG: array_api: fix cholesky upper decomp for complex dtypes by Lucas Colley · 1 year, 8 months ago
  19. c8d8c24 REL: Prepare for the NumPy 1.26.3 release by Charles Harris · 1 year, 8 months ago
  20. 6b270fb MAINT: Update crackfortran.py and f2py2e.py from main by Charles Harris · 1 year, 9 months ago
  21. 296dd8b Merge pull request #25490 from charris/backport-f2py-toplevel-easy by Charles Harris · 1 year, 9 months ago
  22. 44467f2 MAINT: Easy updates of ``f2py/*.py`` from main. by Charles Harris · 1 year, 9 months ago
  23. bf7265c MAINT: Update ``numpy/f2py/_backends`` from main. by Charles Harris · 1 year, 9 months ago
  24. 8184462 Merge pull request #25486 from charris/backport-25321 by Charles Harris · 1 year, 9 months ago
  25. 6158be3 Run f2py's meson backend with the same python that ran f2py by Stefano Rivera · 1 year, 9 months ago
  26. 75d9e85 BUG: Add external library handling for meson [f2py] by Andrea · 1 year, 9 months ago
  27. 9142d78 Merge branch 'maintenance/1.26.x' into backport-25287 by Charles Harris · 1 year, 9 months ago
  28. 466d66a Merge pull request #25481 from charris/backport-25267 by Charles Harris · 1 year, 9 months ago
  29. 37ec06b MAINT: Overwrite compiled extensions with meson by Rohit Goswami · 1 year, 9 months ago
  30. a12802f BUG: Don't autogenerate untitled modules [f2py] by Rohit Goswami · 1 year, 9 months ago
  31. c3551a1 TST: Add a test mimicing some flapack checks by Rohit Goswami · 1 year, 9 months ago
  32. 1f5b05e BUG: Don't lower .pyf files by Rohit Goswami · 1 year, 9 months ago
  33. b625eb1 BUG: Ensure defines are on newlines [f2py] by Rohit Goswami · 1 year, 9 months ago
  34. 23f0de7 Revert "BUG: Handle .pyf.src again" by Rohit Goswami · 1 year, 9 months ago
  35. 285668a MAINT: Migrate pyf.src from distutils [skip-ci] by Rohit Goswami · 1 year, 9 months ago
  36. b6df150 BUG: Handle .pyf.src again by Rohit Goswami · 1 year, 9 months ago
  37. 0a39198 Merge pull request #25480 from charris/backport-25226 by Charles Harris · 1 year, 9 months ago
  38. b56c7d5 BUG: Fix module name bug in signature files [urgent] [f2py] (#25267) by Rohit Goswami · 1 year, 9 months ago
  39. da7713d TST: Add a another test for gh-25207 by Rohit Goswami · 1 year, 9 months ago
  40. 599e427 BUG: Map to types with bindings [f2py] by Rohit Goswami · 1 year, 9 months ago
  41. 2368305 MAINT: Reduce chatter to pass tests by Rohit Goswami · 1 year, 9 months ago
  42. 62676de DOC: Add a note on the iso_c2py_map implementation by Rohit Goswami · 1 year, 9 months ago
  43. 1e127aa MAINT: Correctly return mapped types [f2py] by Rohit Goswami · 1 year, 9 months ago
  44. 05d161f ENH: Populate all maps for iso_c bindings by Rohit Goswami · 1 year, 9 months ago
  45. 47dfd65 MAINT: Kill now unused deep-merge [f2py] by Rohit Goswami · 1 year, 9 months ago
  46. d7e78b6 BUG: Work with the ISOC_BINDINGS more consisently by Rohit Goswami · 1 year, 9 months ago
  47. 3e6606e TST: Add one for gh-25207 by Rohit Goswami · 1 year, 9 months ago
  48. 2e0200a BLD: fix uninitialized variable warnings from simd/neon/memory.h by Ralf Gommers · 1 year, 9 months ago
  49. a8f153b Include 16-bit qsort for both dispatches by Raghuveer Devulapalli · 1 year, 9 months ago
  50. 8c9254c Add inline keywork to avx512_qsort _Float16 by Raghuveer Devulapalli · 1 year, 9 months ago
  51. c9d1a10 Merge pull request #25467 from charris/backport-25425 by Charles Harris · 1 year, 9 months ago
  52. 35e58a8 Merge pull request #25468 from charris/backport-25361 by Charles Harris · 1 year, 9 months ago
  53. b400a52 BUG: Fix two errors related to not checking for failed allocations by Sebastian Berg · 1 year, 9 months ago
  54. 657263a BUG: Fix gh-25337 [f2py] by Rohit Goswami · 1 year, 9 months ago
  55. 9d27974 TST: Add one for gh-25337 by Rohit Goswami · 1 year, 9 months ago
  56. fa79acf BUG: avoid seg fault from OOB access in RandomState.set_state() by Nathan Goldbaum · 1 year, 9 months ago
  57. e72e53d Merge pull request #25452 from charris/backport-25450 by Charles Harris · 1 year, 9 months ago
  58. b532bbd MAINT: make the import-time check for old Accelerate more specific by Ralf Gommers · 1 year, 9 months ago
  59. 20fb4e4 MAINT,BUG: Never import distutils above 3.12 [f2py] (#25123) by Rohit Goswami · 1 year, 9 months ago
  60. ba4cc02 Merge pull request #25419 from charris/backport-25383 by Charles Harris · 1 year, 9 months ago
  61. a4cc400 Merge pull request #25420 from charris/backport-25372 by Charles Harris · 1 year, 9 months ago
  62. bfde240 BUG: Fix non-contiguous memory load when ARM/Neon is enabled by Sayed Adel · 1 year, 9 months ago
  63. 62174a2 Fix failing test_features on SapphireRapids by Alexander Grund · 1 year, 9 months ago
  64. 716e587 Update C syntax by Alexander Grund · 1 year, 9 months ago
  65. d31c733 Init `base` in cpu_avx512_kn by Alexander Grund · 1 year, 9 months ago
  66. 4a06d14 TST: PyPy needs another gc.collect on latest versions by mattip · 1 year, 9 months ago
  67. cd29a90 Restore missing asstr import by Stefano Rivera · 1 year, 9 months ago
  68. 8d46859 MNT: do not use `long` type by Thomas A Caswell · 1 year, 10 months ago
  69. 4b55141 TST: f2py: fix issue in test skip condition by Ralf Gommers · 1 year, 10 months ago
  70. bb01ee8 Merge pull request #25219 from charris/backport-25195 by Charles Harris · 1 year, 10 months ago
  71. 52388f8 Merge pull request #25218 from charris/backport-25160 by Charles Harris · 1 year, 10 months ago
  72. 75414cb BUG: Fix single to half-precision conversion on PPC64/VSX3 by Sayed Adel · 1 year, 10 months ago
  73. 7ce7ce5 BUG: Fix moving compiled executable to root with f2py -c on Windows by JM Rohwer · 1 year, 10 months ago
  74. dbd96e9 TST: Add one for gh25211 by Rohit Goswami · 1 year, 10 months ago
  75. 3ab268d BUG: Don't try to grab callback modules by Rohit Goswami · 1 year, 10 months ago
  76. 33fcf1d TST: Add a test for gh-19161 [f2py] by Rohit Goswami · 1 year, 10 months ago
  77. abdcb43 BUG: Add use-block handling for common blocks by Rohit Goswami · 1 year, 10 months ago
  78. 5e79262 MAINT: Create a useblocks function [f2py] by Rohit Goswami · 1 year, 10 months ago
  79. 497af3c MAINT: Don't escape newlines from f2py [f2py] by Rohit Goswami · 1 year, 10 months ago
  80. 95b941d MAINT: Fix misspelling of _backends by Charles Harris · 1 year, 10 months ago
  81. 659751b TST: Ensure f2py defaults are tested by Rohit Goswami · 1 year, 10 months ago
  82. 2b9fb88 MAINT: Fix sneaky typo [f2py] by Rohit Goswami · 1 year, 10 months ago
  83. bd22a3f MAINT: Handle case where -m is None by Rohit Goswami · 1 year, 10 months ago
  84. 989cd8c MAINT: Fix implementation for gh22819 [f2py] by Rohit Goswami · 1 year, 10 months ago
  85. b169db9 TST: Add tests for CLI .pyf file work by Rohit Goswami · 1 year, 10 months ago
  86. f28a905 MAINT: Strengthen the validation of pyf files by Rohit Goswami · 1 year, 10 months ago
  87. 69e95bd BUG: Correctly disallow shadowed modulenames by Rohit Goswami · 1 year, 10 months ago
  88. d5e84c3 TST: Add one for gh-22819 by Rohit Goswami · 1 year, 10 months ago
  89. 89313d2 Merge pull request #25204 from charris/backport-25146 by Charles Harris · 1 year, 10 months ago
  90. dfa7e0d Merge pull request #25202 from charris/backport-25136 by Charles Harris · 1 year, 10 months ago
  91. a1e5e79 Merge pull request #25201 from charris/backport-24791 by Charles Harris · 1 year, 10 months ago
  92. fdfbbfb BUG: fix issues with `newaxis` and `linalg.solve` in `numpy.array_api` by Ralf Gommers · 1 year, 10 months ago
  93. eaa5a6c TST: Explicitly pass NumPy path to cython during tests by Sebastian Berg · 1 year, 10 months ago
  94. b446db6 TST: Build cython checks testing module only once by Sebastian Berg · 1 year, 10 months ago
  95. 02ae267 Fix -fsanitize=alignment issue in numpy/_core/src/multiarray/arraytypes.c.src by Peter Hawkins · 1 year, 10 months ago
  96. 6c2615e TST: Add a check for non-ndarray string types by Rohit Goswami · 1 year, 10 months ago
  97. 7f43591 TST: Add gh-24781 for string inout optional [f2py] by Rohit Goswami · 1 year, 10 months ago
  98. 2aff313 MAINT: Be explicit about failure modes [f2py-str] by Rohit Goswami · 1 year, 10 months ago
  99. 04730b1 BUG: Fix numpy.f2py to enable use of string optional inout argument by Daniel Vanzo · 1 year, 10 months ago
  100. f975164 Merge pull request #25189 from charris/backport-25073 by Charles Harris · 1 year, 10 months ago