NumPy 1.18.0 release
  1. 791bbba Merge pull request #15114 from charris/backport-15069 by Charles Harris · 6 years ago
  2. 9466d31 BUG: core: use blas_ilp64 also for *_matmul, *_dot, and *_vdot by Pauli Virtanen · 6 years ago
  3. 971253a ENH: update BLAS symbol suffix/prefix handling in cblasfuncs & linalg by Pauli Virtanen · 6 years ago
  4. 2d153be ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix) by Pauli Virtanen · 6 years ago
  5. d14003b TST: f2py: fix race condition in f2py test _get_compiler_status by Pauli Virtanen · 6 years ago
  6. b665e6b ENH: f2py: add --f2cmap option for specifying the name of .f2py_f2cmap by Pauli Virtanen · 6 years ago
  7. 95b6f89 Merge pull request #15111 from charris/backport-15068 by Charles Harris · 6 years ago
  8. 1023462 Merge pull request #15112 from charris/backport-15052 by Charles Harris · 6 years ago
  9. 5bcae04 BUG: distutils: remove stray debug print by Pauli Virtanen · 6 years ago
  10. 763870c TST: testing: check requires_memory immediately before the test + ignore MemoryErrors by Pauli Virtanen · 6 years ago
  11. efadd57 TST: fix up issues in requires_memory decorator by Pauli Virtanen · 6 years ago
  12. 551d93d ENH: Add support to sort timedelta64 `NaT` to end of the array (gh-15068) by Tirth Patel · 6 years ago
  13. 58fde3b API, DOC: change names to multivariate_hypergeometric, improve docs by mattip · 6 years ago
  14. 6866cc8 REV: Revert "Merge pull request #14794 from mattip/nep-0034-impl" by Charles Harris · 6 years ago
  15. fdd8395 Merge pull request #15007 from mattip/random-c-api2 by Ralf Gommers · 6 years ago
  16. be773d4 Merge pull request #15039 from eric-wieser/fix-weird-reraise by Sebastian Berg · 6 years ago
  17. 5f5a87a BUG: Exceptions tracebacks are dropped by Eric Wieser · 6 years ago
  18. e39aa70 Merge pull request #15036 from eric-wieser/fix-leak by Matti Picus · 6 years ago
  19. de6e644 BUG: Fix refcounting in ufunc object loops by Eric Wieser · 6 years ago
  20. b03fab8 Merge pull request #15023 from qwhelan/nan_perf by Matti Picus · 6 years ago
  21. f0c6e41 MAINT: Cleaned up mintypecode for Py3 by Joseph R. Fox-Rabinovitz · 6 years ago
  22. 2b51aa2 PERF: only copy input array in _replace_nan() if there are nans to replace by Christopher Whelan · 6 years ago
  23. 3a9a63f Merge pull request #14794 from mattip/nep-0034-impl by Ralf Gommers · 6 years ago
  24. dc96c4f REL: Update cversion and numpyconfig.h by Charles Harris · 6 years ago
  25. dc94b2f Merge pull request #15027 from charris/revert-71fc59d by Charles Harris · 6 years ago
  26. 03d4897 ENH,DEP: Allow multiple axes in expand_dims (#14051) by Larry Bradley · 6 years ago
  27. 5992098 Merge pull request #14996 from eric-wieser/masked_rows-bad-argument by Sebastian Berg · 6 years ago
  28. 14bcfd9 DEP: Deprecate the axis argument to masked_rows and masked_cols by Eric Wieser · 6 years ago
  29. 7b2d968 BUG: warn when saving dtype with metadata (#14994) by Matti Picus · 6 years ago
  30. 48481c6 Merge pull request #15021 from pv/blas64-test by Charles Harris · 6 years ago
  31. 31e8b55 Merge pull request #15012 from pv/blas64_ by Charles Harris · 6 years ago
  32. 4af600d REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like" by Sebastian Berg · 6 years ago
  33. d57739d TST: linalg: add smoke test for 64-bit blas by Pauli Virtanen · 6 years ago
  34. 2ae28b0 TST: add pytest machinery to specify memory requirements for tests by Pauli Virtanen · 6 years ago
  35. e6d1cc2 DOC: lib: Use a clearer example of ddof in the notes of the cov docstring. by Warren Weckesser · 6 years ago
  36. ddcd075 Merge pull request #15009 from anis-ladram/patch-2 by Matti Picus · 6 years ago
  37. 2b791a5 API: revert changes to standard_t, cauchy by mattip · 6 years ago
  38. e55fa7f DOC: add a more useful comment to compat.py3k.py by Mark Harfouche · 6 years ago
  39. 33a2fcb ENH: core: link only against blas64_/lapack64_ when BLAS64_ set by Pauli Virtanen · 6 years ago
  40. 52ce77f ENH: core: add LAPACK64_ support in numpy.linalg by Pauli Virtanen · 6 years ago
  41. acf8bcb ENH: core: use symbol-suffixed 64-bit CBLAS in cblasfuncs, when available by Pauli Virtanen · 6 years ago
  42. 2d75dec ENH: core: add 64_ suffixed cblas header by Pauli Virtanen · 6 years ago
  43. a6ff5cc MAINT: core: optionally use symbol-suffixed 64-bit cblas by Pauli Virtanen · 6 years ago
  44. afbefcb ENH: distutils: support 64-bit OpenBLAS with '64_' symbol suffix by Pauli Virtanen · 6 years ago
  45. 1e623f8 DOC: Fix typo in loadtxt and genfromtxt by Anis Ladram · 6 years ago
  46. 905dd9a DOC: Fix typo in numpy.loadtxt documentation by Anis Ladram · 6 years ago
  47. a2acfa6 API: rename functions in distributions.c,h by mattip · 6 years ago
  48. bcd950f DOC, TST: refactor CFFI test, add file names to documentation by mattip · 6 years ago
  49. 9b4d0ac MAINT: changes from review by mattip · 6 years ago
  50. 25df5f1 MAINT: add test to test_deprecations by mattip · 6 years ago
  51. 3fcf144 Merge pull request #14954 from mattip/test-extending-cffi by Charles Harris · 6 years ago
  52. d379088 Merge pull request #14948 from mattip/document-random by Charles Harris · 6 years ago
  53. b491b98 Merge pull request #14983 from charris/revert-71fc59d by Charles Harris · 6 years ago
  54. d0d250a REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like" by Sebastian Berg · 6 years ago
  55. 78b143c Merge pull request #14982 from bwignall/typo by Charles Harris · 6 years ago
  56. 3f31943 Fix typos by Brian Wignall · 6 years ago
  57. e3b15d9 Merge pull request #14973 from mattip/norm-doc by Charles Harris · 6 years ago
  58. d051ab5 Merge pull request #12658 from tylerjereddy/NaT_sort_order by Charles Harris · 6 years ago
  59. d4167c2 MAINT: fixes from review by mattip · 6 years ago
  60. b2747fb MAINT: Small clarification spelling fixes. by Charles Harris · 6 years ago
  61. 4de3997 Merge pull request #14718 from eric-wieser/disable-Q_-_m_casting by Matti Picus · 6 years ago
  62. f37907b MAINT: Added Python3.8 branch to dll lib discovery by Ilhan Polat · 6 years ago
  63. 0b8a241 DOC: Document ma.filled behavior with non-scalar fill_value (#13698) by Kriti Singh · 6 years ago
  64. fb3e779 DOC: fix docstring of np.linalg.norm by mattip · 6 years ago
  65. 2fb8540 MAINT: Cleaned up mintypecode for Py3 (#14967) by Joseph Fox-Rabinovitz · 6 years ago
  66. c251a51 BUG: NaT now sorts to end of arrays by Tyler Reddy · 6 years ago
  67. a111f19 TST: skip if cython is not available by mattip · 6 years ago
  68. 2c14c5b Merge pull request #14932 from mproszewska/doc-tolist by Matti Picus · 6 years ago
  69. 0a5e428 DOC: update note from review by mattip · 6 years ago
  70. 5a52be5 MAINT: "See also" -> "See Also" by mattip · 6 years ago
  71. c63f811 DOC, API: add numpy.random.__index__.pxd and document numpy.random.* funcs by mattip · 6 years ago
  72. e4f2e11 TST: skip cffi tests when PYTHONOPTIMIZE>1, pycparser fails by mattip · 6 years ago
  73. 5923592 ENH: add isinf, isnan, fmin, fmax loops for datetime64, timedelta64 (#14841) by Matti Picus · 6 years ago
  74. 866b340 API, MAINT: export symbols on MSVC, fix typos by mattip · 6 years ago
  75. 48e0ded Merge pull request #14951 from bashtage/random-examples by Matti Picus · 6 years ago
  76. 29b9d3b TST. API: test using distributions.h via cffi by mattip · 6 years ago
  77. 8efd1e7 BUG: Fix step returned by linspace when num=1 and endpoint=False (#14929) by David Zwicker · 6 years ago
  78. 7548073 DOC: Clean up examples of low-level random access by Kevin Sheppard · 6 years ago
  79. d428127 Merge pull request #14944 from mattip/move-examples by Charles Harris · 6 years ago
  80. f3fde3c DOC, MAINT: fix documentation, remove __init__.py by mattip · 6 years ago
  81. 502e780 DOC: testing: Note handling of scalars in assert_array_equal and assert_equal. by Warren Weckesser · 6 years ago
  82. 521ea22 MAINT: move numpy/random/examples -> numpy/random/_examples by mattip · 6 years ago
  83. 77e77a2 DOC: Clarify return type for default rng by Kevin Sheppard · 6 years ago
  84. d6ecf67 API: restructure and document numpy.random C-API (#14604) by Matti Picus · 6 years ago
  85. 9f6c1cc Add changes to run tests again by mpro · 6 years ago
  86. cef6aa3 Apply proposed changes by mpro · 6 years ago
  87. ab90c87 Doc: Compare 'tolist' function to 'list' in example by mpro · 6 years ago
  88. c5b4ced TST: turn off tracing for np.resize tests by mattip · 6 years ago
  89. b2b45fe DOC: Note FFT type promotion (#14912) by Daniel Ching · 6 years ago
  90. 1ebf711 Merge pull request #14878 from mattip/remove-sse2 by Warren Weckesser · 6 years ago
  91. d1d9dd5 Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliases by Matti Picus · 6 years ago
  92. 6dfe331 MAINT: Remove uses of scalar aliases by Eric Wieser · 6 years ago
  93. 2f74501 Merge pull request #14820 from eric-wieser/template-loops by Matti Picus · 6 years ago
  94. 3a4b93e MAINT: Delete and ignore generated files by Eric Wieser · 6 years ago
  95. 9ce99dd BUG: Remove builtins from __all__ by Eric Wieser · 6 years ago
  96. 035ef5a BUG: Fix np.__dir__ to correctly handle new properties by Eric Wieser · 6 years ago
  97. 4708211 BUILD: remove SSE2 flag from numpy.random builds by mattip · 6 years ago
  98. 576fc47 MAINT: fixes from review by mattip · 6 years ago
  99. e6a9c11 MAINT: revert gh-14800, which gave precedence to OO->O over OO->? by mattip · 6 years ago
  100. 480dc6b BUG: raise ValueError for empty arrays passed to _pyarray_correlate (#14829) by Doug Davis · 6 years ago