NumPy 1.26.5 release
  1. 19fba02 MAINT: add missing noexcept clauses (1/2) by Gonzalo Tornaría · 1 year, 6 months ago
  2. 856eb95 BUG: Fix reference leak in niche user old user dtypes by Sebastian Berg · 1 year, 6 months ago
  3. f4e5508 Merge pull request #25617 from cook-1229/patch-1 by Charles Harris · 1 year, 7 months ago
  4. ae6c63d Propagate cython dep upgrade by bartoli · 1 year, 7 months ago
  5. 275f080 Update test_io.py to add test_newline_header_footer() by cook-1229 · 1 year, 7 months ago
  6. d40a5a7 Update test_io.py to address lint by cook-1229 · 1 year, 7 months ago
  7. 6caa73b Update test_io.py to fix newlines by cook-1229 · 1 year, 7 months ago
  8. 17a8d57 Update test_io.py by cook-1229 · 1 year, 7 months ago
  9. 96edd0b Update test_io.py to make tests respect newlines by cook-1229 · 1 year, 7 months ago
  10. 4c42c31 Update test_io.py by cook-1229 · 1 year, 7 months ago
  11. da587c5 Update test_io.py to set newlines for header/footer. by cook-1229 · 1 year, 7 months ago
  12. b83afd1 Update test_io.py to address str vs byte mismatch by cook-1229 · 1 year, 7 months ago
  13. b398806 Update test_io.py to reset BytesIO by cook-1229 · 1 year, 7 months ago
  14. fc576da Update test_io.py to test implicit universal newlines by cook-1229 · 1 year, 7 months ago
  15. 295f5a8 Update npyio.py set newlines for header and footer by cook-1229 · 1 year, 7 months ago
  16. c48b746 Update test_io.py by cook-1229 · 1 year, 7 months ago
  17. 607d83e Update test_io.py to correct typo by cook-1229 · 1 year, 7 months ago
  18. 374df5b Update test_io.py to correct test_newline() by cook-1229 · 1 year, 7 months ago
  19. 0963b65 Update test_io.py to fix linting issues. by cook-1229 · 1 year, 7 months ago
  20. 14b729d Update test_io.py to add TestSaveTxt.test_newline(). by cook-1229 · 1 year, 7 months ago
  21. 2fae4d3 Merge pull request #25323 from stefanor/import-asstr by Charles Harris · 1 year, 7 months ago
  22. ce89a0a Merge pull request #25756 from charris/backport-24711 by Charles Harris · 1 year, 7 months ago
  23. fee88ab BUG: Fix np.quantile([Fraction(2,1)], 0.5) (#24711) by Pieter Eendebak · 1 year, 7 months ago
  24. 659be68 MAINT: Include header defining backtrace by Stefan van der Walt · 1 year, 7 months ago
  25. 5a0cd8e BLD: remove last usage of `distutils` in `_core/code_generators/` by Ralf Gommers · 1 year, 7 months ago
  26. cb6488d TST: marks on a fixture have no effect by mattip · 1 year, 7 months ago
  27. dc12cf1 Merge pull request #25630 from snogge/fallocate64-1.26 by Charles Harris · 1 year, 8 months ago
  28. cb3171c BLD: fix potential issue with escape sequences in ``__config__.py`` by Charles Harris · 1 year, 8 months ago
  29. 7ef4843 TST: Fix test_warning_calls on Python 3.12 by Elliott Sales de Andrade · 1 year, 8 months ago
  30. 57a276d Update npyio.py to correct typo. by cook-1229 · 1 year, 8 months ago
  31. df7e8e6 Update npyio.py to handle multiple uses of newline in savetxt(). by cook-1229 · 1 year, 8 months ago
  32. dc7bd9d Update npyio.pyi for newline accepting None type. by cook-1229 · 1 year, 8 months ago
  33. 1ed156b Update npyio.py savetxt() to use newline=None default argument. by cook-1229 · 1 year, 8 months ago
  34. f49c6f9 BUG: Use large file fallocate on 32 bit linux platforms by Ola x Nilsson · 1 year, 8 months ago
  35. 59c97a0 Merge pull request #25618 from charris/backport-25430 by Charles Harris · 1 year, 8 months ago
  36. 623a403 Merge pull request #25619 from charris/backport-25613 by Charles Harris · 1 year, 8 months ago
  37. a1c69ef MAINT: add `newaxis` to `__all__` in `numpy.array_api` by Ralf Gommers · 1 year, 8 months ago
  38. e7f6ac3 BLD: fix building for windows ARM64 by Nathan Goldbaum · 1 year, 8 months ago
  39. f4e606a TST: Fix test_numeric on riscv64 by Mark Ryan · 1 year, 8 months ago
  40. 1c98d23 Update npyio.py for lint formatting by cook-1229 · 1 year, 8 months ago
  41. aae6a17 Update npyio.py to pass newline to datasource.open(). by cook-1229 · 1 year, 8 months ago
  42. f947f41 MAINT: Comment in the unused overload of call_geev by Sayed Adel · 1 year, 8 months ago
  43. 6630f0f MAINT, BLD: Fix unused inline functions warnings on clang by Sayed Adel · 1 year, 8 months ago
  44. 999f530 BUG: array_api: fix cholesky upper decomp for complex dtypes by Lucas Colley · 1 year, 8 months ago
  45. c8d8c24 REL: Prepare for the NumPy 1.26.3 release by Charles Harris · 1 year, 8 months ago
  46. 6b270fb MAINT: Update crackfortran.py and f2py2e.py from main by Charles Harris · 1 year, 9 months ago
  47. 296dd8b Merge pull request #25490 from charris/backport-f2py-toplevel-easy by Charles Harris · 1 year, 9 months ago
  48. 44467f2 MAINT: Easy updates of ``f2py/*.py`` from main. by Charles Harris · 1 year, 9 months ago
  49. bf7265c MAINT: Update ``numpy/f2py/_backends`` from main. by Charles Harris · 1 year, 9 months ago
  50. 8184462 Merge pull request #25486 from charris/backport-25321 by Charles Harris · 1 year, 9 months ago
  51. 6158be3 Run f2py's meson backend with the same python that ran f2py by Stefano Rivera · 1 year, 9 months ago
  52. 75d9e85 BUG: Add external library handling for meson [f2py] by Andrea · 1 year, 9 months ago
  53. 9142d78 Merge branch 'maintenance/1.26.x' into backport-25287 by Charles Harris · 1 year, 9 months ago
  54. 466d66a Merge pull request #25481 from charris/backport-25267 by Charles Harris · 1 year, 9 months ago
  55. 37ec06b MAINT: Overwrite compiled extensions with meson by Rohit Goswami · 1 year, 9 months ago
  56. a12802f BUG: Don't autogenerate untitled modules [f2py] by Rohit Goswami · 1 year, 9 months ago
  57. c3551a1 TST: Add a test mimicing some flapack checks by Rohit Goswami · 1 year, 9 months ago
  58. 1f5b05e BUG: Don't lower .pyf files by Rohit Goswami · 1 year, 9 months ago
  59. b625eb1 BUG: Ensure defines are on newlines [f2py] by Rohit Goswami · 1 year, 9 months ago
  60. 23f0de7 Revert "BUG: Handle .pyf.src again" by Rohit Goswami · 1 year, 9 months ago
  61. 285668a MAINT: Migrate pyf.src from distutils [skip-ci] by Rohit Goswami · 1 year, 9 months ago
  62. b6df150 BUG: Handle .pyf.src again by Rohit Goswami · 1 year, 9 months ago
  63. 0a39198 Merge pull request #25480 from charris/backport-25226 by Charles Harris · 1 year, 9 months ago
  64. b56c7d5 BUG: Fix module name bug in signature files [urgent] [f2py] (#25267) by Rohit Goswami · 1 year, 9 months ago
  65. da7713d TST: Add a another test for gh-25207 by Rohit Goswami · 1 year, 9 months ago
  66. 599e427 BUG: Map to types with bindings [f2py] by Rohit Goswami · 1 year, 9 months ago
  67. 2368305 MAINT: Reduce chatter to pass tests by Rohit Goswami · 1 year, 9 months ago
  68. 62676de DOC: Add a note on the iso_c2py_map implementation by Rohit Goswami · 1 year, 9 months ago
  69. 1e127aa MAINT: Correctly return mapped types [f2py] by Rohit Goswami · 1 year, 9 months ago
  70. 05d161f ENH: Populate all maps for iso_c bindings by Rohit Goswami · 1 year, 9 months ago
  71. 47dfd65 MAINT: Kill now unused deep-merge [f2py] by Rohit Goswami · 1 year, 9 months ago
  72. d7e78b6 BUG: Work with the ISOC_BINDINGS more consisently by Rohit Goswami · 1 year, 9 months ago
  73. 3e6606e TST: Add one for gh-25207 by Rohit Goswami · 1 year, 9 months ago
  74. 2e0200a BLD: fix uninitialized variable warnings from simd/neon/memory.h by Ralf Gommers · 1 year, 9 months ago
  75. a8f153b Include 16-bit qsort for both dispatches by Raghuveer Devulapalli · 1 year, 9 months ago
  76. 8c9254c Add inline keywork to avx512_qsort _Float16 by Raghuveer Devulapalli · 1 year, 9 months ago
  77. c9d1a10 Merge pull request #25467 from charris/backport-25425 by Charles Harris · 1 year, 9 months ago
  78. 35e58a8 Merge pull request #25468 from charris/backport-25361 by Charles Harris · 1 year, 9 months ago
  79. b400a52 BUG: Fix two errors related to not checking for failed allocations by Sebastian Berg · 1 year, 9 months ago
  80. 657263a BUG: Fix gh-25337 [f2py] by Rohit Goswami · 1 year, 9 months ago
  81. 9d27974 TST: Add one for gh-25337 by Rohit Goswami · 1 year, 9 months ago
  82. fa79acf BUG: avoid seg fault from OOB access in RandomState.set_state() by Nathan Goldbaum · 1 year, 9 months ago
  83. e72e53d Merge pull request #25452 from charris/backport-25450 by Charles Harris · 1 year, 9 months ago
  84. b532bbd MAINT: make the import-time check for old Accelerate more specific by Ralf Gommers · 1 year, 9 months ago
  85. 20fb4e4 MAINT,BUG: Never import distutils above 3.12 [f2py] (#25123) by Rohit Goswami · 1 year, 9 months ago
  86. ba4cc02 Merge pull request #25419 from charris/backport-25383 by Charles Harris · 1 year, 9 months ago
  87. a4cc400 Merge pull request #25420 from charris/backport-25372 by Charles Harris · 1 year, 9 months ago
  88. bfde240 BUG: Fix non-contiguous memory load when ARM/Neon is enabled by Sayed Adel · 1 year, 9 months ago
  89. 62174a2 Fix failing test_features on SapphireRapids by Alexander Grund · 1 year, 9 months ago
  90. 716e587 Update C syntax by Alexander Grund · 1 year, 9 months ago
  91. d31c733 Init `base` in cpu_avx512_kn by Alexander Grund · 1 year, 9 months ago
  92. 4a06d14 TST: PyPy needs another gc.collect on latest versions by mattip · 1 year, 9 months ago
  93. cd29a90 Restore missing asstr import by Stefano Rivera · 1 year, 9 months ago
  94. 8d46859 MNT: do not use `long` type by Thomas A Caswell · 1 year, 10 months ago
  95. 4b55141 TST: f2py: fix issue in test skip condition by Ralf Gommers · 1 year, 10 months ago
  96. bb01ee8 Merge pull request #25219 from charris/backport-25195 by Charles Harris · 1 year, 10 months ago
  97. 52388f8 Merge pull request #25218 from charris/backport-25160 by Charles Harris · 1 year, 10 months ago
  98. 75414cb BUG: Fix single to half-precision conversion on PPC64/VSX3 by Sayed Adel · 1 year, 10 months ago
  99. 7ce7ce5 BUG: Fix moving compiled executable to root with f2py -c on Windows by JM Rohwer · 1 year, 10 months ago
  100. dbd96e9 TST: Add one for gh25211 by Rohit Goswami · 1 year, 10 months ago