NumPy 1.22.4 release
  1. dcc92ae MAINT: Skip tests that fail on PyPy. by Charles Harris · 3 years, 4 months ago
  2. dca51c7 BUG: Fix GCC error during build configuration by Charles Harris · 3 years, 4 months ago
  3. cac0887 Merge pull request #21475 from charris/backport-21467 by Charles Harris · 3 years, 4 months ago
  4. a8f4e78 MAINT: Mark `npy_memchr` with `no_sanitize("alignment")` on clang by Sebastian Berg · 3 years, 4 months ago
  5. 159438b Merge pull request #21472 from charris/backport-21442 by Charles Harris · 3 years, 4 months ago
  6. fb8fa52 BUG: Fix segmentation fault (#21436) by JohnnyOu · 3 years, 4 months ago
  7. cd57c8b BUG: Ensure compile errors are raised correclty by Sebastian Berg · 3 years, 4 months ago
  8. ff353e3 Merge pull request #21444 from charris/backport-21392 by Charles Harris · 3 years, 4 months ago
  9. a0e69d5 Merge pull request #21445 from charris/backport-21372 by Charles Harris · 3 years, 4 months ago
  10. e761ccc Merge pull request #21446 from charris/backport-21324 by Charles Harris · 3 years, 4 months ago
  11. 070be22 Merge pull request #21447 from charris/backport-21321 by Charles Harris · 3 years, 4 months ago
  12. a284f54 Introduce numpy.core.setup_common.NPY_CXX_FLAGS by serge-sans-paille · 3 years, 4 months ago
  13. 710fbbd BUG: Stop using PyBytesObject.ob_shash deprecated in Python 3.11, fixes #21317. by Mariusz Felisiak · 3 years, 4 months ago
  14. 1c51494 BUG: Make mmap handling safer in frombuffer by Sebastian Berg · 3 years, 4 months ago
  15. 7b9e98d BUG: Allow legacy dtypes to cast to datetime again by Sebastian Berg · 3 years, 4 months ago
  16. a7ac67d BUG: add linux guard per #21386 by John-Mark Gurney · 3 years, 4 months ago
  17. eb99339 Merge pull request #21275 from charris/backport-21272 by Charles Harris · 3 years, 5 months ago
  18. f2119f9 MAINT, BLD Fix math feature detection for wasm by Hood Chatham · 3 years, 5 months ago
  19. 3e65b5a MAINT: Fix typos by Alexander Shadchin · 3 years, 5 months ago
  20. 5e9fc8f MAINT: Explicitly re-export the types in `numpy._typing` by Bas van Beek · 3 years, 6 months ago
  21. 2f1410d Merge pull request #21192 from charris/backport-21180 by Charles Harris · 3 years, 6 months ago
  22. 2072bf4 MAINT: Update numpy/typing/tests/data/reveal/fromnumeric.pyi by Charles Harris · 3 years, 6 months ago
  23. b0c7f15 TST: Adapt to the mypy 0.940 `iter` changes by Bas van Beek · 3 years, 6 months ago
  24. 381eb22 TST: Adapt to the mypy 0.940 changes in tuple representation by Bas van Beek · 3 years, 6 months ago
  25. 875d4f5 TYP, BUG: Fix `np.lib.stride_tricks` being re-exported under the wrong name by Bas van Beek · 3 years, 6 months ago
  26. bda7054 BUG,ENH: np._from_dlpack: export arrays with any-strided size-1 dimensions by Tirth Patel · 3 years, 6 months ago
  27. 19f6550 Merge pull request #21142 from charris/backport-21024 by Charles Harris · 3 years, 6 months ago
  28. cfff158 Merge pull request #21141 from charris/backport-21027 by Charles Harris · 3 years, 6 months ago
  29. 954c9b5 Merge pull request #21140 from charris/backport-21067 by Charles Harris · 3 years, 6 months ago
  30. 09a3791 Merge pull request #21139 from charris/backport-21113 by Charles Harris · 3 years, 6 months ago
  31. 87dc319 API: Disallow strings in logical ufuncs (#21024) by Sebastian Berg · 3 years, 6 months ago
  32. a794a6f BUG: use ThreadPoolExecutor instead of ThreadPool by GalaxySnail · 3 years, 6 months ago
  33. 03d842e BUG: Fix unpickling an empty ndarray with a none-zero dimension (#21067) by Alexandre de Siqueira · 3 years, 6 months ago
  34. 56536b1 BUG: Fix numba DUFuncs added loops getting picked up by Sebastian Berg · 3 years, 6 months ago
  35. 8f9951e BUG, ENH: np._from_dlpack: export correct device information by Tirth Patel · 3 years, 6 months ago
  36. b9833cc TYP,TST: Add tests for known mypy-related false-positives by Bas van Beek · 3 years, 7 months ago
  37. fc1de7a TYP,MAINT: Explicitly allow sequences of array-likes in `np.concatenate` by Bas van Beek · 3 years, 7 months ago
  38. a8d8408 MAINT: Further small return value validation fixes by Sebastian Berg · 3 years, 7 months ago
  39. da47aa2 Merge pull request #20986 from charris/backport-20980 by Charles Harris · 3 years, 7 months ago
  40. c12001c Merge pull request #20984 from charris/backport-20960 by Charles Harris · 3 years, 7 months ago
  41. f2a85cb Merge pull request #20983 from charris/backport-20955 by Charles Harris · 3 years, 7 months ago
  42. fdca17c BUG: Fix misplaced return. by Charles Harris · 3 years, 7 months ago
  43. 7f17bf7 ENH: review return values for PyArray_DescrNew (#20960) by Matti Picus · 3 years, 7 months ago
  44. 2d05278 BUG: Fix incorrect return type in reduce without initial value by Sebastian Berg · 3 years, 7 months ago
  45. 8dc2c49 MAINT: f2py: don't generate code that triggers `-Wsometimes-uninitialized` (#20940) by Ralf Gommers · 3 years, 7 months ago
  46. e2b5201 Merge pull request #20938 from charris/backport-20931 by Charles Harris · 3 years, 7 months ago
  47. a796a99 Merge pull request #20937 from charris/backport-20934 by Charles Harris · 3 years, 7 months ago
  48. 2f11271 Merge pull request #20936 from charris/backport-20918 by Charles Harris · 3 years, 7 months ago
  49. e3afb6d Extend fix for ARM32 by Niyas Sait · 3 years, 7 months ago
  50. af98814 Fixes #20930 by Niyas Sait · 3 years, 7 months ago
  51. 3f83722 Fix build_ext interaction with non numpy extensions by serge-sans-paille · 3 years, 7 months ago
  52. b48b73b added where typehints to __init__.pyi by Janus Heide · 3 years, 7 months ago
  53. 1e1739f consistency between keyword only where arguments by Janus Heide · 3 years, 7 months ago
  54. 71bd341 Update numpy/core/fromnumeric.pyi by Janus · 3 years, 7 months ago
  55. 3585a6e added missing where typehints in fromnumeric.pyi by Janus Heide · 3 years, 7 months ago
  56. a528e85 MAINT: Add annotations for `flatiter.__setitem__` by Bas van Beek · 3 years, 7 months ago
  57. 07f0ee7 MAINT: Allow `flatiter.__getitem__` to accept 1-tuples by Bas van Beek · 3 years, 7 months ago
  58. 8c74847 TYP: Relax the return-type of np.vectorize (#20908) by Charles Harris · 3 years, 7 months ago
  59. d9df288 Merge pull request #20910 from charris/backport-20886 by Charles Harris · 3 years, 7 months ago
  60. 084d66f Merge pull request #20909 from charris/backport-20881 by Charles Harris · 3 years, 7 months ago
  61. 06388b6 Merge pull request #20907 from charris/backport-20847 by Charles Harris · 3 years, 7 months ago
  62. cb69266 Merge pull request #20906 from charris/backport-20831 by Charles Harris · 3 years, 7 months ago
  63. da48521 BUG: distutils: fix building mixed C/Fortran extensions by Ralf Gommers · 3 years, 7 months ago
  64. b5bcf5e BUG: fix f2py's define for threading when building with Mingw by Ralf Gommers · 3 years, 7 months ago
  65. 740c6ec MAINT: remove outdated mingw32 fseek support by Ralf Gommers · 3 years, 7 months ago
  66. 5d4acac BUG: Avoid importing numpy.distutils on import numpy.testing (#20769) by bwoodsend · 3 years, 7 months ago
  67. 9f31c32 Merge pull request #20845 from charris/backport-20833 by Charles Harris · 3 years, 8 months ago
  68. 7f62201 Merge pull request #20844 from charris/backport-20827 by Charles Harris · 3 years, 8 months ago
  69. 7cdbae0 Merge pull request #20843 from charris/backport-20818 by Charles Harris · 3 years, 8 months ago
  70. 84940f6 BUG: Fix comparator function signatures by Hood Chatham · 3 years, 8 months ago
  71. ec6961e TYP: Fix pyright being unable to infer the `real` and `imag` output type by Bas van Beek · 3 years, 8 months ago
  72. 593b1b2 TST: Split example package, skip limited API test for debug by Leo Singer · 3 years, 8 months ago
  73. e78f607 TST: Test building third party C extensions with Py_LIMITED_API by Leo Singer · 3 years, 8 months ago
  74. 62ff4f8 BUG: Fix build of third-party extensions with Py_LIMITED_API by Leo Singer · 3 years, 8 months ago
  75. d60a3be BLD: Add NPY_DISABLE_SVML env var to opt out of SVML by Andrew J. Hesford · 3 years, 8 months ago
  76. d671964 Regression test for inverse indices in `array_api` set functions by Matthew · 3 years, 8 months ago
  77. 09a379c BUG: Return correctly shaped inverse indices in `array_api` by Matthew · 3 years, 8 months ago
  78. ad22fc6 Merge pull request #20806 from charris/backport-20788 by Charles Harris · 3 years, 8 months ago
  79. f90c972 Merge pull request #20807 from charris/backport-20762 by Charles Harris · 3 years, 8 months ago
  80. 63e47b5 BUG: Allow integer inputs for pow-related functions in `array_api` by Matthew · 3 years, 8 months ago
  81. f6f28d0 BUG: `array_api.argsort(descending=True)` respects relative sort order (#20788) by Matthew Barber · 3 years, 8 months ago
  82. 75eb378 BUG: Fix that reducelikes honour out always (and live int he future) by Sebastian Berg · 3 years, 8 months ago
  83. 586f560 Merge pull request #20796 from charris/backport-20786 by Charles Harris · 3 years, 8 months ago
  84. b059f22 PERF: Optimize array check for bounded 0,1 values by Kevin Sheppard · 3 years, 8 months ago
  85. 940a3c6 BUG, DOC: Fixes SciPy docs build warnings by melissawm · 3 years, 8 months ago
  86. 8f87be6 Merge pull request #20768 from BvB93/finalize4 by Charles Harris · 3 years, 8 months ago
  87. 85f1d0a TYP: Relax the type of `ndarray.__array_finalize__` by Bas van Beek · 3 years, 8 months ago
  88. 618ff5b TYP: Allow time manipulation functions to accept `data` and `timedelta` objects by Bas van Beek · 3 years, 8 months ago
  89. 5163ab6 MAINT: Relax asserts to match relaxed reducelike resolution behaviour by Sebastian Berg · 3 years, 8 months ago
  90. 0aab422 BUG: Relax dtype identity check in reductions by Sebastian Berg · 3 years, 8 months ago
  91. b352098 Merge pull request #20724 from charris/backport-20721 by Charles Harris · 3 years, 8 months ago
  92. d39ad3a Merge pull request #20725 from charris/backport-20719 by Charles Harris · 3 years, 8 months ago
  93. 2fbc8fa TYP,MAINT: Allow `ndindex` to accept integer tuples by Bas van Beek · 3 years, 8 months ago
  94. 4a45d24 TYP: change type annotation for `__array_namespace__` to ModuleType by Ralf Gommers · 3 years, 8 months ago
  95. 258c3ab BUG: Fix array dimensions solver for multidimensional arguments in f2py by Pearu Peterson · 3 years, 8 months ago
  96. 2def1fd Restore vc141 support by Isuru Fernando · 3 years, 8 months ago
  97. c283859 Merge pull request #20682 from charris/backport-20416 by Charles Harris · 3 years, 8 months ago
  98. 5399c03 Merge pull request #20681 from charris/backport-20954 by Charles Harris · 3 years, 8 months ago
  99. 794b36f Update armccompiler.py by Thomas Green · 3 years, 8 months ago
  100. d93b14e Update test_public_api.py by Thomas Green · 3 years, 8 months ago