NumPy 1.19.2 release.
  1. 73fb919 fix pickling array size >2G (gh-17045) by Stephan Loyd · 5 years ago
  2. 2898f69 Merge pull request #17245 from charris/backport-17239 by Charles Harris · 5 years ago
  3. c6bf31a DOC: Fix the link to the quick-start in the old API functions by Sebastian Berg · 5 years ago
  4. b0946ae MAINT: npy_cblas.h: redefine NPY_CBLAS_CHUNK in terms of CBLAS_INT_MAX by Pauli Virtanen · 5 years ago
  5. 8251783 BUG: core: fix ilp64 blas dot/vdot/... for strides > int32 max by Pauli Virtanen · 5 years ago
  6. c522107 BUG: Remove non-threadsafe sigint handling from fft calculation by Sebastian Berg · 5 years ago
  7. f4c6fb1 ENH: Add NumPy declarations to be used by Cython 3.0+ (#16986) by scoder · 5 years ago
  8. 4932c9e Configure hypothesis for np.test() by Zac-HD · 5 years ago
  9. 5cadc8f BUG: Fix string/bytes to complex assignment by Sebastian Berg · 5 years ago
  10. e417420 Merge pull request #16905 from charris/backport-16890 by Charles Harris · 5 years ago
  11. 92bec1c BUG,DOC: Fix bad MPL kwarg. by Ross Barnowski · 5 years ago
  12. 8399ab1 TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890) by Antonio Larrosa · 5 years ago
  13. 1049eb7 Revert "MAINT: setuptools 49.2.0 emits a warning, avoid it" by mattip · 5 years ago
  14. 16b5354 BUG: Validate output size in bin- and multinomial by Kevin Sheppard · 5 years ago
  15. 9be8572 Merge pull request #16832 from charris/backport-16822 by Charles Harris · 5 years ago
  16. 42a5fcb MAINT: setuptools 49.2.0 emits a warning, avoid it by mattip · 5 years ago
  17. 44462cf BLD: update cython to 0.29.21 by mattip · 5 years ago
  18. c357c93 BUG: Added missing return after raising error in methods.c (gh-16777) by Abhinav Reddy · 5 years ago
  19. dda57c2 Merge pull request #16780 from charris/backport-16242 by Charles Harris · 5 years ago
  20. e69bf34 Update numpy/lib/_iotools.py by Sebastian Berg · 5 years ago
  21. 7d18571 BUG: Fix default fallback in genfromtxt by Sebastian Berg · 5 years ago
  22. cb440a3 BLD, ENH: Add RPATH support for AIX (#16710) by EGuesnet · 5 years ago
  23. 76ae2ce MAINT: Fix deprecated functions in scalarapi.c by Charles Harris · 5 years ago
  24. e138e8e MAINT: Remove unneeded call to PyUnicode_READY by Charles Harris · 5 years ago
  25. ecc5bcc MAINT: Fixes for deprecated functions in scalartypes.c.src by Charles Harris · 5 years ago
  26. 2899df2 BUG: Fix PyArray_SearchSorted signature. by Charles Harris · 5 years ago
  27. 3dab4aa MAINT: Disable use_hugepages in case of ValueError by Anirudh Subramanian · 5 years ago
  28. 8fba644 BLD Add CPU entry for Emscripten / WebAssembly by Roman Yurchak · 5 years ago
  29. 4de1972 TEST: modify the assert function's name by Sayed Adel · 5 years ago
  30. 1c7872d TEST: Add extra debugging information to CPU features detection by Sayed Adel · 5 years ago
  31. 3e7fbb6 BUG: Add pre-check to complex AVX code verifying steps is a multiple of element size by Raghuveer Devulapalli · 5 years ago
  32. 959071a TST: Add test to validate complex operations on mixed dtype arrays by Raghuveer Devulapalli · 5 years ago
  33. ecc9e1d BUG: raise IEEE exception on AIX by Etienne Guesnet · 5 years ago
  34. 635e7e9 MAINT: Replace `PyUString_GET_SIZE` with `PyUnicode_GetLength`. by Eric Wieser · 5 years ago
  35. 8ecbf34 MAINT: Move and improve test_ignore_nan_ulperror. by Charles Harris · 5 years ago
  36. a1e166a Add test for sin/cos for strided large inputs by Gengxin Xie · 5 years ago
  37. d90f20f BUG: fix sin/cos bug when input is strided by Gengxin Xie · 5 years ago
  38. 9bdcfec BUG: Ensure SeedSequence 0-padding does not collide with spawn keys by Robert Kern · 5 years ago
  39. 41da5ea Merge pull request #16526 from charris/backport-16522 by Charles Harris · 5 years ago
  40. 6fa52f7 Merge pull request #16527 from charris/backport-16503 by Charles Harris · 5 years ago
  41. 1e50a21 BUG: Correct broadcasting when size is not None by Kevin Sheppard · 5 years ago
  42. 0f8ee58 BUG: gcc >= 10: correctly compare major version by Michael Hirsch · 5 years ago
  43. 7a43c54 MAINT:ARMHF Fix detecting feature groups NEON_HALF and NEON_VFPV4 by Sayed Adel · 5 years ago
  44. c3d152d MNT: be more precise about version support by Thomas A Caswell · 5 years ago
  45. dbe3bc9 MNT: define macros supplied in py39 and above by Thomas A Caswell · 5 years ago
  46. 0e58c3c MNT: support python 3.10 by Thomas A Caswell · 5 years ago
  47. 65051fc Merge pull request #16398 from charris/backport-16393 by Charles Harris · 5 years ago
  48. d2d6afc Merge pull request #16399 from charris/backport-16387 by Charles Harris · 5 years ago
  49. 0c7cacf Merge pull request #16400 from charris/backport-16351 by Charles Harris · 5 years ago
  50. 1da07c9 TST, MAINT: Fix detecting and testing armhf features by Sayed Adel · 5 years ago
  51. 9559d9d BUG: Add missing dimensions free in `empty_like` with shape by Sebastian Berg · 5 years ago
  52. 000aa8a BUG: Fix reference count leak in array allocation memory path by Sebastian Berg · 5 years ago
  53. d6bbe2e Add comment for delayed imports by Steve Dower · 5 years ago
  54. 4dacac6 Defer ctypes imports in _dtypes_ctypes module by Steve Dower · 5 years ago
  55. f870045 MAINT: core: Use a raw string for the fromstring docstring. by Warren Weckesser · 5 years ago
  56. 219f044 ENH: Optimize Cpu feature detect in X86, fix for GCC on macOS (#16297) by Chunlin · 5 years ago
  57. b7a0aec Merge pull request #16358 from charris/backport-16348 by Charles Harris · 5 years ago
  58. aa8ee87 BUG: Fix dtype leak in `PyArray_FromAny` error path by Sebastian Berg · 5 years ago
  59. 232e3d0 BUG: Indentation for docstrings by Eric Larson · 5 years ago
  60. 8c12ff8 Merge pull request #16341 from charris/backport-16327 by Charles Harris · 5 years ago
  61. 20878de Merge pull request #16342 from charris/backport-16318 by Charles Harris · 5 years ago
  62. 5dc2f55 Merge pull request #16343 from charris/backport-16288 by Charles Harris · 5 years ago
  63. 9dd2dcc BUG: Allow attaching documentation twice in add_docstring by Sebastian Berg · 5 years ago
  64. 177147d BLD: Avoid "visibility attribute not supported" warning (gh-16288) by E. M. Bray · 5 years ago
  65. 8bea020 MAINT: Stop Using PyEval_Call* and simplify some uses by Sebastian Berg · 5 years ago
  66. d987c40 BUG: Don't segfault on bad __len__ when assigning. (gh-16327) by Brandt Bucher · 5 years ago
  67. 39a7c52 Merge pull request #16314 from charris/backport-16305 by Charles Harris · 5 years ago
  68. a50c6f7 DOC: Fix documentation rendering, by Matthias Bussonnier · 5 years ago
  69. 9f1dc55 BUG: relpath fails for different drives on windows (#16308) by Matti Picus · 5 years ago
  70. bd8be54 Merge pull request #16269 from tbm/typo by Matti Picus · 5 years ago
  71. 0a28931 DOC: Fix typos and cosmetic issues by Martin Michlmayr · 5 years ago
  72. 411fa9b Merge pull request #16263 from seberg/decref-fromarray-error-path-fixup by Charles Harris · 5 years ago
  73. da48a56 BUG: Add missing decref in fromarray error path by Sebastian Berg · 5 years ago
  74. 3ba84d2 BUG: numpy.einsum indexing arrays now accept numpy int type (gh-16080) by Ryan · 5 years ago
  75. 50ce0fc Merge pull request #16197 from timhoffm/doc-stack by Sebastian Berg · 5 years ago
  76. bb63a1a Merge pull request #16240 from WarrenWeckesser/ptp-warning by Matti Picus · 5 years ago
  77. 533eb93 DOC: Warn about behavior of ptp with signed integers. by Warren Weckesser · 5 years ago
  78. 8b81727 BUG: max/min of a masked array dtype fix (gh-15991) by Rakesh Vasudevan · 5 years ago
  79. a813a5f MAINT: Chain exceptions and use NameError in np.bmat (#16215) by bartosz-grabowski · 5 years ago
  80. 1459b98 DOC: Improve docstring of ``numpy.core.records`` (#16199) by dojafrat · 5 years ago
  81. 5f7114c ENH: correct identity for logaddexp2 ufunc: -inf (gh-16102) by Erik Welch · 5 years ago
  82. 77410e2 Merge pull request #16153 from bashtage/fix-mt19937-jump by Charles Harris · 5 years ago
  83. 56f444a Merge pull request #16223 from mattip/pxd-fix by Charles Harris · 5 years ago
  84. 0cb96b9 DOC: Fix Generator.choice docstring by Kevin Sheppard · 5 years ago
  85. 0a222b8 Merge pull request #16133 from seberg/maint-cast-error by Matti Picus · 5 years ago
  86. 2c06400 BUG: fix signature of PyArray_SearchSorted in __init__.pxd by mattip · 5 years ago
  87. ac72f8d DOC: Update docstring by Kevin Sheppard · 5 years ago
  88. 95309c7 DOC: Improve the docstring for MT19937.jumped by Kevin Sheppard · 5 years ago
  89. f7d740c MAINT: Remove unused file by Kevin Sheppard · 5 years ago
  90. b79be48 REF: Refactor jump code by Kevin Sheppard · 5 years ago
  91. 3bc2c0d BUG: Correct loop order in MT19937 jump by Kevin Sheppard · 5 years ago
  92. 9cc3af7 MAINT: simplify iterator casting error creation by Sebastian Berg · 5 years ago
  93. beb031d ENH: Allow pickle with protocol 5 when higher is requested (#16185) by jakirkham · 5 years ago
  94. 823c59c Merge pull request #16170 from mattip/cleanup-pxd by Charles Harris · 5 years ago
  95. e4a8977 Merge pull request #16214 from mattip/aarch64-arcsinh by Charles Harris · 5 years ago
  96. 5743bd2 BUG: fixes from review by mattip · 5 years ago
  97. 6303c86 BUG: skip complex256 arcsinh precision test on glibc2.17 by mattip · 5 years ago
  98. e00d94b restore improperly removed API function by mattip · 5 years ago
  99. 84a4c4b Merge pull request #16068 from seberg/string-to-bool-regression by Charles Harris · 5 years ago
  100. c6e27fb Merge pull request #16188 from eric-wieser/cleanup-StringConverter by Sebastian Berg · 5 years ago