NumPy 1.18.3 release.
  1. c0b6896 Merge pull request #16017 from charris/backport-15951 by Charles Harris · 5 years ago
  2. b17be04 BUG: Alpha parameter must be 1D in `generator.dirichlet` (#15951) by panpiort8 · 5 years ago
  3. bd55a55 Add minor tests enhancement by Pan Jan · 5 years ago
  4. 80844b9 Replace checks with direct function call by Pan Jan · 5 years ago
  5. a752bf4 Add testing and replace check by Pan Jan · 5 years ago
  6. 8bb77f8 BUG: add check if pvals is 1d array in numpy.random.*.multinomial by Pan Jan · 5 years ago
  7. a7594bd Merge pull request #15930 from charris/backport-15736 by Charles Harris · 5 years ago
  8. 0f69f83 BUG: Guarantee array is in valid state after memory error occurs in getset.c by Mibu287 · 5 years ago
  9. ba545a0 BUG: Increase default string cast size of longdouble/clongdouble by Sebastian Berg · 5 years ago
  10. 6b954aa BUG,MAINT: Remove incorrect special case in string to number casts by Sebastian Berg · 5 years ago
  11. 9c7afa7 Bug: Fix eigh mnd cholesky methods of numpy.random.multivariate_normal by Max Balandat · 5 years ago
  12. 73a1683 BUG: fix logic error when nm fails on 32-bit by mattip · 5 years ago
  13. dc05cc9 MAINT: use list-based APIs to call subprocesses (#15714) by Sebastian Berg · 5 years ago
  14. e0f1cc1 BUG: Added missing error check in `ndarray.__contains__` (gh-15553) by Ganesh Kathiresan · 6 years ago
  15. 50c93b8 Merge pull request #15676 from charris/backport-15511 by Charles Harris · 6 years ago
  16. f3432e8 Documentation updated. by przemb · 6 years ago
  17. 499447e Changes suggested in review by przemb · 6 years ago
  18. f7f1df0 MAINT: Large overhead in some random functions #15460 by przemb · 6 years ago
  19. fbbf7c6 TST: move _no_tracing to testing._private by mattip · 6 years ago
  20. 4234c0a Merge pull request #15247 from charris/backport-15203 by Charles Harris · 6 years ago
  21. 6182b48 Merge pull request #15246 from charris/backport-15212 by Charles Harris · 6 years ago
  22. fa6f53a MAINT: refactor function out of test module by mattip · 6 years ago
  23. c1ac694 BUG: lib: Fix handling of integer arrays by gradient. by Warren Weckesser · 6 years ago
  24. 405b802 MAINT: add --std=c99 in setup.py, not distutils by mattip · 6 years ago
  25. 9d979a7 Merge pull request #15222 from charris/backport-15187 by Charles Harris · 6 years ago
  26. 1bf1f40 MAINT: remove dead code from review by mattip · 6 years ago
  27. 8de4788 Merge pull request #15223 from charris/backport-15107 by Charles Harris · 6 years ago
  28. a06e732 Merge pull request #15221 from charris/backport-15194 by Charles Harris · 6 years ago
  29. 43c7a01 TST: linalg: add ilp64 lapack low-memory smoketest by Pauli Virtanen · 6 years ago
  30. 2043049 MAINT: unskip test on win32 by mattip · 6 years ago
  31. ddf292d BUG: remove -std=c99 for c++ compilation (#15194) by Matti Picus · 6 years ago
  32. c5a3bce BUG: distutils: fix msvc+gfortran openblas handling corner case by Pauli Virtanen · 6 years ago
  33. 4d9065b BUG: use tmp dir and check version for cython test (#15170) by Matti Picus · 6 years ago
  34. 965f63b TST: Add assert_array_equal test for big integer arrays by Maxwell Aladago · 6 years ago
  35. 791bbba Merge pull request #15114 from charris/backport-15069 by Charles Harris · 6 years ago
  36. 9466d31 BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdot by Pauli Virtanen · 6 years ago
  37. 971253a ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalg by Pauli Virtanen · 6 years ago
  38. 2d153be ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix) by Pauli Virtanen · 6 years ago
  39. d14003b TST: f2py: fix race condition in f2py test _get_compiler_status by Pauli Virtanen · 6 years ago
  40. b665e6b ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap by Pauli Virtanen · 6 years ago
  41. 95b6f89 Merge pull request #15111 from charris/backport-15068 by Charles Harris · 6 years ago
  42. 1023462 Merge pull request #15112 from charris/backport-15052 by Charles Harris · 6 years ago
  43. 5bcae04 BUG: distutils: remove stray debug print by Pauli Virtanen · 6 years ago
  44. 763870c TST: testing: check requires_memory immediately before the test + ignore MemoryErrors by Pauli Virtanen · 6 years ago
  45. efadd57 TST: fix up issues in requires_memory decorator by Pauli Virtanen · 6 years ago
  46. 551d93d ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068) by Tirth Patel · 6 years ago
  47. 58fde3b API, DOC: change names to multivariate_hypergeometric, improve docs by mattip · 6 years ago
  48. 6866cc8 REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl" by Charles Harris · 6 years ago
  49. fdd8395 Merge pull request #15007 from mattip/random-c-api2 by Ralf Gommers · 6 years ago
  50. be773d4 Merge pull request #15039 from eric-wieser/fix-weird-reraise by Sebastian Berg · 6 years ago
  51. 5f5a87a BUG: Exceptions tracebacks are dropped by Eric Wieser · 6 years ago
  52. e39aa70 Merge pull request #15036 from eric-wieser/fix-leak by Matti Picus · 6 years ago
  53. de6e644 BUG: Fix refcounting in ufunc object loops by Eric Wieser · 6 years ago
  54. b03fab8 Merge pull request #15023 from qwhelan/nan_perf by Matti Picus · 6 years ago
  55. f0c6e41 MAINT: Cleaned up mintypecode for Py3 by Joseph R. Fox-Rabinovitz · 6 years ago
  56. 2b51aa2 PERF: only copy input array in _replace_nan() if there are nans to replace by Christopher Whelan · 6 years ago
  57. 3a9a63f Merge pull request #14794 from mattip/nep-0034-impl by Ralf Gommers · 6 years ago
  58. dc96c4f REL: Update cversion and numpyconfig.h by Charles Harris · 6 years ago
  59. dc94b2f Merge pull request #15027 from charris/revert-71fc59d by Charles Harris · 6 years ago
  60. 03d4897 ENH,DEP: Allow multiple axes in expand_dims (#14051) by Larry Bradley · 6 years ago
  61. 5992098 Merge pull request #14996 from eric-wieser/masked_rows-bad-argument by Sebastian Berg · 6 years ago
  62. 14bcfd9 DEP: Deprecate the axis argument to masked_rows and masked_cols by Eric Wieser · 6 years ago
  63. 7b2d968 BUG: warn when saving dtype with metadata (#14994) by Matti Picus · 6 years ago
  64. 48481c6 Merge pull request #15021 from pv/blas64-test by Charles Harris · 6 years ago
  65. 31e8b55 Merge pull request #15012 from pv/blas64_ by Charles Harris · 6 years ago
  66. 4af600d REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like" by Sebastian Berg · 6 years ago
  67. d57739d TST: linalg: add smoke test for 64-bit blas by Pauli Virtanen · 6 years ago
  68. 2ae28b0 TST: add pytest machinery to specify memory requirements for tests by Pauli Virtanen · 6 years ago
  69. e6d1cc2 DOC: lib: Use a clearer example of ddof in the notes of the cov docstring. by Warren Weckesser · 6 years ago
  70. ddcd075 Merge pull request #15009 from anis-ladram/patch-2 by Matti Picus · 6 years ago
  71. 2b791a5 API: revert changes to standard_t, cauchy by mattip · 6 years ago
  72. e55fa7f DOC: add a more useful comment to compat.py3k.py by Mark Harfouche · 6 years ago
  73. 33a2fcb ENH: core: link only against blas64_/lapack64_ when BLAS64_ set by Pauli Virtanen · 6 years ago
  74. 52ce77f ENH: core: add LAPACK64_ support in numpy.linalg by Pauli Virtanen · 6 years ago
  75. acf8bcb ENH: core: use symbol-suffixed 64-bit CBLAS in cblasfuncs, when available by Pauli Virtanen · 6 years ago
  76. 2d75dec ENH: core: add 64_ suffixed cblas header by Pauli Virtanen · 6 years ago
  77. a6ff5cc MAINT: core: optionally use symbol-suffixed 64-bit cblas by Pauli Virtanen · 6 years ago
  78. afbefcb ENH: distutils: support 64-bit OpenBLAS with '64_' symbol suffix by Pauli Virtanen · 6 years ago
  79. 1e623f8 DOC: Fix typo in loadtxt and genfromtxt by Anis Ladram · 6 years ago
  80. 905dd9a DOC: Fix typo in numpy.loadtxt documentation by Anis Ladram · 6 years ago
  81. a2acfa6 API: rename functions in distributions.c,h by mattip · 6 years ago
  82. bcd950f DOC, TST: refactor CFFI test, add file names to documentation by mattip · 6 years ago
  83. 9b4d0ac MAINT: changes from review by mattip · 6 years ago
  84. 25df5f1 MAINT: add test to test_deprecations by mattip · 6 years ago
  85. 3fcf144 Merge pull request #14954 from mattip/test-extending-cffi by Charles Harris · 6 years ago
  86. d379088 Merge pull request #14948 from mattip/document-random by Charles Harris · 6 years ago
  87. b491b98 Merge pull request #14983 from charris/revert-71fc59d by Charles Harris · 6 years ago
  88. d0d250a REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like" by Sebastian Berg · 6 years ago
  89. 78b143c Merge pull request #14982 from bwignall/typo by Charles Harris · 6 years ago
  90. 3f31943 Fix typos by Brian Wignall · 6 years ago
  91. e3b15d9 Merge pull request #14973 from mattip/norm-doc by Charles Harris · 6 years ago
  92. d051ab5 Merge pull request #12658 from tylerjereddy/NaT_sort_order by Charles Harris · 6 years ago
  93. d4167c2 MAINT: fixes from review by mattip · 6 years ago
  94. b2747fb MAINT: Small clarification spelling fixes. by Charles Harris · 6 years ago
  95. 4de3997 Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting by Matti Picus · 6 years ago
  96. f37907b MAINT: Added Python3.8 branch to dll lib discovery by Ilhan Polat · 6 years ago
  97. 0b8a241 DOC: Document ma.filled behavior with non-scalar fill_value (#13698) by Kriti Singh · 6 years ago
  98. fb3e779 DOC: fix docstring of np.linalg.norm by mattip · 6 years ago
  99. 2fb8540 MAINT: Cleaned up mintypecode for Py3 (#14967) by Joseph Fox-Rabinovitz · 6 years ago
  100. c251a51 BUG: NaT now sorts to end of arrays by Tyler Reddy · 6 years ago