NumPy 1.19.0 release
  1. 8ecbf34 MAINT: Move and improve test_ignore_nan_ulperror. by Charles Harris · 5 years ago
  2. a1e166a Add test for sin/cos for strided large inputs by Gengxin Xie · 5 years ago
  3. d90f20f BUG: fix sin/cos bug when input is strided by Gengxin Xie · 5 years ago
  4. 9bdcfec BUG: Ensure SeedSequence 0-padding does not collide with spawn keys by Robert Kern · 5 years ago
  5. 41da5ea Merge pull request #16526 from charris/backport-16522 by Charles Harris · 5 years ago
  6. 6fa52f7 Merge pull request #16527 from charris/backport-16503 by Charles Harris · 5 years ago
  7. 1e50a21 BUG: Correct broadcasting when size is not None by Kevin Sheppard · 5 years ago
  8. 0f8ee58 BUG: gcc >= 10: correctly compare major version by Michael Hirsch · 5 years ago
  9. 7a43c54 MAINT:ARMHF Fix detecting feature groups NEON_HALF and NEON_VFPV4 by Sayed Adel · 5 years ago
  10. c3d152d MNT: be more precise about version support by Thomas A Caswell · 5 years ago
  11. dbe3bc9 MNT: define macros supplied in py39 and above by Thomas A Caswell · 5 years ago
  12. 0e58c3c MNT: support python 3.10 by Thomas A Caswell · 5 years ago
  13. 65051fc Merge pull request #16398 from charris/backport-16393 by Charles Harris · 5 years ago
  14. d2d6afc Merge pull request #16399 from charris/backport-16387 by Charles Harris · 5 years ago
  15. 0c7cacf Merge pull request #16400 from charris/backport-16351 by Charles Harris · 5 years ago
  16. 1da07c9 TST, MAINT: Fix detecting and testing armhf features by Sayed Adel · 5 years ago
  17. 9559d9d BUG: Add missing dimensions free in `empty_like` with shape by Sebastian Berg · 5 years ago
  18. 000aa8a BUG: Fix reference count leak in array allocation memory path by Sebastian Berg · 5 years ago
  19. d6bbe2e Add comment for delayed imports by Steve Dower · 5 years ago
  20. 4dacac6 Defer ctypes imports in _dtypes_ctypes module by Steve Dower · 5 years ago
  21. f870045 MAINT: core: Use a raw string for the fromstring docstring. by Warren Weckesser · 5 years ago
  22. 219f044 ENH: Optimize Cpu feature detect in X86, fix for GCC on macOS (#16297) by Chunlin · 5 years ago
  23. b7a0aec Merge pull request #16358 from charris/backport-16348 by Charles Harris · 5 years ago
  24. aa8ee87 BUG: Fix dtype leak in `PyArray_FromAny` error path by Sebastian Berg · 5 years ago
  25. 232e3d0 BUG: Indentation for docstrings by Eric Larson · 5 years ago
  26. 8c12ff8 Merge pull request #16341 from charris/backport-16327 by Charles Harris · 5 years ago
  27. 20878de Merge pull request #16342 from charris/backport-16318 by Charles Harris · 5 years ago
  28. 5dc2f55 Merge pull request #16343 from charris/backport-16288 by Charles Harris · 5 years ago
  29. 9dd2dcc BUG: Allow attaching documentation twice in add_docstring by Sebastian Berg · 5 years ago
  30. 177147d BLD: Avoid "visibility attribute not supported" warning (gh-16288) by E. M. Bray · 5 years ago
  31. 8bea020 MAINT: Stop Using PyEval_Call* and simplify some uses by Sebastian Berg · 5 years ago
  32. d987c40 BUG: Don't segfault on bad __len__ when assigning. (gh-16327) by Brandt Bucher · 5 years ago
  33. 39a7c52 Merge pull request #16314 from charris/backport-16305 by Charles Harris · 5 years ago
  34. a50c6f7 DOC: Fix documentation rendering, by Matthias Bussonnier · 5 years ago
  35. 9f1dc55 BUG: relpath fails for different drives on windows (#16308) by Matti Picus · 5 years ago
  36. bd8be54 Merge pull request #16269 from tbm/typo by Matti Picus · 5 years ago
  37. 0a28931 DOC: Fix typos and cosmetic issues by Martin Michlmayr · 5 years ago
  38. 411fa9b Merge pull request #16263 from seberg/decref-fromarray-error-path-fixup by Charles Harris · 5 years ago
  39. da48a56 BUG: Add missing decref in fromarray error path by Sebastian Berg · 5 years ago
  40. 3ba84d2 BUG: numpy.einsum indexing arrays now accept numpy int type (gh-16080) by Ryan · 5 years ago
  41. 50ce0fc Merge pull request #16197 from timhoffm/doc-stack by Sebastian Berg · 5 years ago
  42. bb63a1a Merge pull request #16240 from WarrenWeckesser/ptp-warning by Matti Picus · 5 years ago
  43. 533eb93 DOC: Warn about behavior of ptp with signed integers. by Warren Weckesser · 5 years ago
  44. 8b81727 BUG: max/min of a masked array dtype fix (gh-15991) by Rakesh Vasudevan · 5 years ago
  45. a813a5f MAINT: Chain exceptions and use NameError in np.bmat (#16215) by bartosz-grabowski · 5 years ago
  46. 1459b98 DOC: Improve docstring of ``numpy.core.records`` (#16199) by dojafrat · 5 years ago
  47. 5f7114c ENH: correct identity for logaddexp2 ufunc: -inf (gh-16102) by Erik Welch · 5 years ago
  48. 77410e2 Merge pull request #16153 from bashtage/fix-mt19937-jump by Charles Harris · 5 years ago
  49. 56f444a Merge pull request #16223 from mattip/pxd-fix by Charles Harris · 5 years ago
  50. 0cb96b9 DOC: Fix Generator.choice docstring by Kevin Sheppard · 5 years ago
  51. 0a222b8 Merge pull request #16133 from seberg/maint-cast-error by Matti Picus · 5 years ago
  52. 2c06400 BUG: fix signature of PyArray_SearchSorted in __init__.pxd by mattip · 5 years ago
  53. ac72f8d DOC: Update docstring by Kevin Sheppard · 5 years ago
  54. 95309c7 DOC: Improve the docstring for MT19937.jumped by Kevin Sheppard · 5 years ago
  55. f7d740c MAINT: Remove unused file by Kevin Sheppard · 5 years ago
  56. b79be48 REF: Refactor jump code by Kevin Sheppard · 5 years ago
  57. 3bc2c0d BUG: Correct loop order in MT19937 jump by Kevin Sheppard · 5 years ago
  58. 9cc3af7 MAINT: simplify iterator casting error creation by Sebastian Berg · 5 years ago
  59. beb031d ENH: Allow pickle with protocol 5 when higher is requested (#16185) by jakirkham · 5 years ago
  60. 823c59c Merge pull request #16170 from mattip/cleanup-pxd by Charles Harris · 5 years ago
  61. e4a8977 Merge pull request #16214 from mattip/aarch64-arcsinh by Charles Harris · 5 years ago
  62. 5743bd2 BUG: fixes from review by mattip · 5 years ago
  63. 6303c86 BUG: skip complex256 arcsinh precision test on glibc2.17 by mattip · 5 years ago
  64. e00d94b restore improperly removed API function by mattip · 5 years ago
  65. 84a4c4b Merge pull request #16068 from seberg/string-to-bool-regression by Charles Harris · 5 years ago
  66. c6e27fb Merge pull request #16188 from eric-wieser/cleanup-StringConverter by Sebastian Berg · 5 years ago
  67. 73d2dc4 DOC: warn about runtime of shares_memory by Pauli Virtanen · 5 years ago
  68. ba9f93d ENH: Add equal_nan keyword argument to array_equal (gh-16128) by Ross Barnowski · 5 years ago
  69. 9ff05dc DOC: Update np.rollaxis docstring (#15939) by Guilherme Leobas · 5 years ago
  70. a1800a7 DOC: Unify cross-references between array joining methods by Tim Hoffmann · 5 years ago
  71. e664535 Update Docs : point users of np.outer to np.multiply.outer (#16182) by Tina Oberoi · 5 years ago
  72. fc89a21 MAINT: Extract a helper function from StringConverter by Eric Wieser · 5 years ago
  73. e499615 STY: remove some parens in iteration by Eric Wieser · 5 years ago
  74. 5d67634 MAINT: remove unused private members by Eric Wieser · 5 years ago
  75. 3c782b9 STY: Remove some weird comments from iotools by Eric Wieser · 5 years ago
  76. 872c6b7 Merge pull request #16162 from mattip/add-pxd by Charles Harris · 5 years ago
  77. 8931a70 Merge pull request #16168 from seiko2plus/avoid_simd_inc_out_loops by Matti Picus · 5 years ago
  78. 2f3b826 ENH: Better error message when ``bins`` has float value in ``histogramdd``. (#16129) by MatteoRaso · 5 years ago
  79. 3edf09c ENH: more carefully review 'nogil' by mattip · 5 years ago
  80. a51ac26 Mark tests as a subpackage rather than data. by Hameer Abbasi · 5 years ago
  81. d3e63db ENH: resync numpy/__init__.pxd with upstream by mattip · 5 years ago
  82. 9babf65 Merge pull request #16125 from WarrenWeckesser/vectorize-bug by Matti Picus · 5 years ago
  83. 9b35372 BUG:Umath remove unnecessary include of simd.inc within fast_loop_macro.h by Sayed Adel · 5 years ago
  84. bdbcb85 TST: add tag to __init__.pxd and test that the tag is found by mattip · 5 years ago
  85. 1a54626 DOC: Update np.copy docstring to include ragged case (#15928) by Guilherme Leobas · 5 years ago
  86. b022f20 Merge pull request #15401 from eric-wieser/fix-distutils-quoting by Ralf Gommers · 5 years ago
  87. 22724ba Merge pull request #15769 from seberg/hugepages-allow-toggling by Matti Picus · 5 years ago
  88. c888073 MAINT: lib: A few changes in some vectorize tests. by Warren Weckesser · 5 years ago
  89. ffe76ac MAINT: Unify casting error creation (outside the iterator) by Sebastian Berg · 5 years ago
  90. 100e7b8 Merge pull request #16014 from seberg/import-error-info by Charles Harris · 5 years ago
  91. ae6ba5d MAINT: Chain exceptions in memmap.py and core.py (#16067) by Chris Holland · 5 years ago
  92. 684e4a9 BUG: lib: Fix a problem with vectorize with default parameters. by Warren Weckesser · 5 years ago
  93. 6f8d7fd DOC: add note on type casting to numpy.left_shift(). (#16081) by Petre-Flaviu Gostin · 5 years ago
  94. 92bda60 MAINT: Fix random.PCG64 signature in its docstring (#16113) by ndunnewind · 5 years ago
  95. 4753652 ENH: update numpy.linalg.multi_dot to accept an `out` argument (#15715) by sslivkoff · 5 years ago
  96. 44e26f2 BUG: Fix numpy.random.dirichlet returns NaN for small 'alpha' parameters. (#14924) by Benjamin Trendelkamp-Schroer · 5 years ago
  97. 3395802 Fixup: Implement suggestions by Matti by Sebastian Berg · 5 years ago
  98. 8f83fa5 Fix other comments from Ross and make it ImportError specific by Sebastian Berg · 5 years ago
  99. b7f2b97 Apply suggestions from code review by Sebastian Berg · 5 years ago
  100. d530d23 DOC: Change import error "howto" to link to troubleshooting docs by Sebastian Berg · 5 years ago