NumPy 1.26.1 release
  1. f51d3ad Merge pull request #24912 from charris/backport-24904 by Charles Harris · 1 year, 10 months ago
  2. 54e6e65 BUG: loongarch doesn't use REAL(10) by Ivan A. Melnikov · 1 year, 10 months ago
  3. bd78090 MAINT: Backport numpy._core stubs. Remove NumpyUnpickler by Mateusz Sokół · 1 year, 10 months ago
  4. 891fb22 BLD: update setup.py build for changes to ILP64 build config by Ralf Gommers · 1 year, 11 months ago
  5. e8aca7c DEV: backport `_distributor_init.py` change to support scipy-openblas by Ralf Gommers · 1 year, 11 months ago
  6. cbdc785 ENH: meson: implement BLAS/LAPACK auto-detection and many CI jobs [wheel build] by Ralf Gommers · 1 year, 11 months ago
  7. c7e073c BLD: fix math func feature checks, fix FreeBSD build, add CI job (#24876) (#24879) by Charles Harris · 1 year, 11 months ago
  8. 2fc605a MAINT: Xfail test failing on PyPy. by Charles Harris · 1 year, 11 months ago
  9. 57730a4 Add NumpyUnpickler by Mateusz Sokół · 1 year, 11 months ago
  10. b7bf593 TST: Add check for multipliers in data [f2py] by Rohit Goswami · 1 year, 11 months ago
  11. 390be3a ENH: Fix DATA with * statements by Rohit Goswami · 1 year, 11 months ago
  12. 093a07c MAINT: Cleanup as per review by Rohit Goswami · 1 year, 11 months ago
  13. 5614044 BUG: Fix handling of data statements by Rohit Goswami · 1 year, 11 months ago
  14. 138b5e1 TST: More tests for gh-24746 by Rohit Goswami · 1 year, 11 months ago
  15. 112730c MAINT: Refactor changes to be clearer by Rohit Goswami · 1 year, 11 months ago
  16. b63422d MAINT: Minor cleanup by Rohit Goswami · 1 year, 11 months ago
  17. 8415cf0 BUG,MAINT: Fallback to old behavior on F77 by Rohit Goswami · 1 year, 11 months ago
  18. e3f8213 TST: Add examples for gh-24746 by Rohit Goswami · 1 year, 11 months ago
  19. 56c68f2 TMP: Hide in a try except by Rohit Goswami · 1 year, 11 months ago
  20. 6f0534b BUG, SIMD: use scalar cmul on bad Apple clang x86_64 (#24828) by Jake Lishman · 1 year, 11 months ago
  21. 0a17169 BUG: Fix order of Windows OS detection macros. (#24762) by Mahder Gebremedhin · 1 year, 11 months ago
  22. 8f8a4a4 BUG: Fix SIMD f32 trunc test on s390x when baseline is none by Sayed Adel · 1 year, 11 months ago
  23. 7947ae5 MAINT: fix version string in wheels built with setup.py by Chongyun Lee · 1 year, 11 months ago
  24. 2f7c195 REL: Prepare for the NumPy 1.26.0 release by Charles Harris · 2 years ago
  25. 92aab8c TYP: Use `collections.abc.Buffer` in the `npt.ArrayLike` definition by Bas van Beek · 2 years ago
  26. 56e580d TYP: Use `collections.abc.Buffer` in the Array API by Bas van Beek · 2 years ago
  27. 5ef53c6 TYP: Add annotations for the py3.12 buffer protocol by Bas van Beek · 2 years ago
  28. cb3ffca BUG: Handle data statements in pyf files correctly by Rohit Goswami · 2 years ago
  29. 6e63526 MAINT: Add a helper by Rohit Goswami · 2 years ago
  30. b948db8 TST: Add tests for edge case with data statements by Rohit Goswami · 2 years ago
  31. 47c8d03 BUG: Simplify and fix gh-23276 by Rohit Goswami · 2 years ago
  32. b713467 TST: Add test for gh-23276 by Rohit Goswami · 2 years ago
  33. 2fd8384 TST: random: skip test for extending with Cython on 32-bit Windows by Ralf Gommers · 2 years ago
  34. b1d215b BLD: fix bug in random.mtrand extension, don't link libnpyrandom by Ralf Gommers · 2 years ago
  35. 9e43126 BLD: allow specifying the long double format to avoid the runtime check by Filipe Laíns · 2 years ago
  36. 9e8a7a8 SIMD: Refactor partial load Workaround for Clang by Sayed Adel · 2 years ago
  37. 4fe7ea3 ENH: ``meson`` backend for ``f2py`` (#24532) by Rohit Goswami · 2 years ago
  38. 6d4d5aa TYP: More `np.ctypeslib` test fixes for windows by Bas van Beek · 2 years ago
  39. c141c2b TYP: Bump mypy to 1.5.1 by Bas van Beek · 2 years ago
  40. c650ab3 TYP: Overhaul the typing test suite by Bas van Beek · 2 years ago
  41. 8294350 TYP: Refactor the typing misc-tests cases using `typing.assert_type` by Bas van Beek · 2 years ago
  42. 7690063 TYP: Refactor the typing reveal-test cases using `typing.assert_type` by Bas van Beek · 2 years ago
  43. 6e2e24f Merge pull request #24630 from charris/backport-24623 by Charles Harris · 2 years ago
  44. 21e9b6c TYP: Explicitly declare `dtype` and `generic` hashable by Bas van Beek · 2 years ago
  45. 832f262 TYP: Allow `binary_repr` to accept any object implementing `__index__` by Bas van Beek · 2 years ago
  46. 71c1a52 MAINT: Rename docstring, modify tests by Rohit Goswami · 2 years ago
  47. 3755a4b TST: Add more tests for iso_c_binding by Rohit Goswami · 2 years ago
  48. e5080f8 MAINT: Be more forgiving with bindc matches by Rohit Goswami · 2 years ago
  49. aaa98e0 MAINT: More robust test for using iso_c_binding by Rohit Goswami · 2 years ago
  50. ff652f2 MAINT: Fix regep for bind matches by Rohit Goswami · 2 years ago
  51. 8fad793 ENH: Load iso_c_binding module only when needed by Rohit Goswami · 2 years ago
  52. 840cae2 MAINT: Use iso_c_binding where necessary by Rohit Goswami · 2 years ago
  53. 8c83f84 MAINT: Do not use bind(c) for subroutine wrappers by Rohit Goswami · 2 years ago
  54. 6f2caba ENH: Add bind(c) to function subroutine bindings by Rohit Goswami · 2 years ago
  55. 6ddbace ENH: Rework bind(c) detection by Rohit Goswami · 2 years ago
  56. 2d57c1b MAINT: Add a kind_map for function use by Rohit Goswami · 2 years ago
  57. 37cb475 MAINT: Move into private module by Rohit Goswami · 2 years ago
  58. 319abdb MAINT: Rework to keep older logic by Rohit Goswami · 2 years ago
  59. d3cd409 TST: Add a test for gh-24553 by Rohit Goswami · 2 years ago
  60. 091e895 MAINT: fix ISO_C type maps in f2py by Rohit Goswami · 2 years ago
  61. cd3bb38 MAINT: Fixup ``fromnumeric.pyi`` by Charles Harris · 2 years ago
  62. ab467f6 Merge pull request #24616 from charris/backport-24206 by Charles Harris · 2 years ago
  63. fb3c76f Merge pull request #24615 from charris/backport-24611 by Charles Harris · 2 years ago
  64. ed0ba4d TST: convert cython test from setup.py to meson (#24206) by Matti Picus · 2 years ago
  65. 7404e37 TYP: Add the missing `casting` keyword to `np.clip` by Bas van Beek · 2 years ago
  66. 784842a ENH: Adopt new macOS Accelerate BLAS/LAPACK Interfaces, including ILP64 (#24053) by Developer-Ecosystem-Engineering · 2 years ago
  67. 54fb196 BUG: Change Cython binding directive to "False". by Charles Harris · 2 years ago
  68. 4839060 BLD: fix `_umath_linalg` dependencies (#24584) by Albert Steppi · 2 years ago
  69. 3499c94 BUG: ensure nomask in comparison result is not broadcast by Marten van Kerkwijk · 2 years ago
  70. 806c829 BUG: ensure mask on comparison results always has properly broadcast shape by Marten van Kerkwijk · 2 years ago
  71. 73f9083 BUG: fix comparisons between masked and unmasked structured arrays by Marten van Kerkwijk · 2 years ago
  72. 498bf30 Merge pull request #24544 from charris/backport-24517 by Charles Harris · 2 years ago
  73. 603311d TYP: add kind argument to numpy.isin type specification (#24527) by Jake Vanderplas · 2 years ago
  74. a49ae34 MAINT: Harmonize fortranobject (#24517) by Rohit Goswami · 2 years ago
  75. 10c0f5a Merge pull request #24542 from charris/backport-24299 by Charles Harris · 2 years ago
  76. 5b63b89 TST: Stop marking small f2py tests as slow by Rohit Goswami · 2 years ago
  77. d29991d BUG: Rework character array assignments (gh-24008) by Rohit Goswami · 2 years ago
  78. 8726cd7 MAINT: move gh24008 to test_character by Rohit Goswami · 2 years ago
  79. 2903e1c TST: Add a test for assumed length F77 by Rohit Goswami · 2 years ago
  80. 16ad79a BUG: Fix f2py F77 assumed length issues by Rohit Goswami · 2 years ago
  81. 929039f TYP: guard `typing_extensions` usage for <py310, add it back in environment.yml by Ralf Gommers · 2 years ago
  82. 864e3b7 TYP,TST: Adapt the typing test suite to mypy >=1.4 changes by Bas van Beek · 2 years ago
  83. 5428852 TYP: Improve function-based annotations with `typing.Concatenate` by Bas van Beek · 2 years ago
  84. 63f4d5d CI,TYP: Bump mypy to 1.3.0 by Bas van Beek · 2 years ago
  85. 9d64cc2 Merge pull request #24524 from charris/backport-24484 by Charles Harris · 2 years ago
  86. 23e2ce2 Merge pull request #24526 from charris/backport-22657 by Charles Harris · 2 years ago
  87. 38aa2b7 Merge pull request #24521 from charris/backport-24515 by Charles Harris · 2 years ago
  88. 215cbe0 TST: Add a test for gh-22648 by Rohit Goswami · 2 years ago
  89. 5db9905 BUG: Hotfix for handling common blocks in f2py by Rohit Goswami · 2 years ago
  90. 973850a BUG: fix NPY_cast_info error handling in choose by Nathan Goldbaum · 2 years ago
  91. 8a3a15b use a default assignment for git_hash [skip ci] by mattip · 2 years ago
  92. 6adf174 BUG: fix issue with git-version script, needs a shebang to run by Ralf Gommers · 2 years ago
  93. 4d3a1bc BUG: Fix meson build failure due to uncleaned inplace auto-generated dispatch config headers by Sayed Adel · 2 years ago
  94. 64645a1 Merge pull request #24456 from charris/backport-24413 by Charles Harris · 2 years ago
  95. 999ac38 BUG: cleanup warnings [skip azp][skip circle][skip travis][skip cirrus] by mattip · 2 years ago
  96. a2864da ENH: Add prefix to _ALIGN Macro by Sayed Adel · 2 years ago
  97. 0065919 REL: Prepare for the NumPy 1.26.0b1 release. by Charles Harris · 2 years ago
  98. 7eb8cd9 MAINT: Remove versioneer (#24196) by Stefan van der Walt · 2 years ago
  99. ee6c233 BLD, SIMD: The meson CPU dispatcher implementation (#23096) by Sayed Adel · 2 years ago
  100. 8c84d42 MAINT: Fix long line by Charles Harris · 2 years, 1 month ago