NumPy 1.15.2 release
  1. ea65e57 BUG: Ensure boolean indexing of subclasses sets base correctly. by Marten van Kerkwijk · 7 years ago
  2. 1c3ee9c Merge pull request #11982 from charris/backport-11967 by Charles Harris · 7 years ago
  3. 8e14c0c Merge pull request #11981 from juliantaylor/thread-alloc by Charles Harris · 7 years ago
  4. ca7ad69 STY: fix from review by mattip · 7 years ago
  5. 519e0da BUG: fix refcount leak in PyArray_AdaptFlexibleDType by mattip · 7 years ago
  6. c194766 BUG: fix cached allocations without the GIL by Julian Taylor · 7 years ago
  7. 8c1815c BUG: Fix matrix PendingDeprecationWarning suppression for pytest 3.8+. by Charles Harris · 7 years ago
  8. 1713f45 Merge pull request #11786 from charris/backport-11740 by Charles Harris · 7 years ago
  9. 7762f19 BUG: deprecation triggers segfault by mattip · 7 years ago
  10. 0fc7a84 BUG: add tests, special case memoryview(datetime64-scalar) by mattip · 7 years ago
  11. 2c757c0 MAINT: test memoryview, improve error message, don't swallow first exception by mattip · 7 years ago
  12. 412e0ff Merge pull request #11781 from eric-wieser/histogram-overflow by Charles Harris · 7 years ago
  13. b581aad BUG: Avoid signed overflow in histogram by Eric Wieser · 7 years ago
  14. 9a8cce8 BUG: Fix test sensitive to platform byte order. by Charles Harris · 7 years ago
  15. d1c5cf7 Merge pull request #11775 from charris/fix-testing-utils by Charles Harris · 7 years ago
  16. fecb6cb Merge pull request #11776 from charris/backport-11715 by Charles Harris · 7 years ago
  17. 2989358 BUG: Fix regression in intersect1d. by Charles Harris · 7 years ago
  18. 8af9c09 TST: Fix urlopen stubbing. by Elliott Sales de Andrade · 7 years ago
  19. 3f59799 MAINT: Make assert_array_compare more generic. by Charles Harris · 7 years ago
  20. b35f73a Merge pull request #11760 from charris/backport-11642 by Charles Harris · 7 years ago
  21. 00950c0 Merge pull request #11763 from charris/backport-11754 by Charles Harris · 7 years ago
  22. fe69dc7 Merge pull request #11759 from charris/backport-11727 by Charles Harris · 7 years ago
  23. d6dca04 BUG: check return value of _buffer_format_string by Matti Picus · 7 years ago
  24. 810db11 BUG: Fixes for unicode field names in Python 2 (#11642) by Chris Billington · 7 years ago
  25. dc45250 Fix Fortran kind detection for aarch64 & s390x. by Elliott Sales de Andrade · 7 years ago
  26. 8d1b326 BUG: Fix printing of longdouble on ppc64le. by Elliott Sales de Andrade · 7 years ago
  27. e83c140 Merge pull request #11746 from charris/fix-bz2-python2-loadtxt by Charles Harris · 7 years ago
  28. e6f328e BUG: Fix regression in loadtxt for bz2 text files in Python 2. by Charles Harris · 7 years ago
  29. 745d51e Merge pull request #11720 from charris/fix-einsum-default-optimize by Charles Harris · 7 years ago
  30. d7c878c MAINT: Make einsum optimize default to False. by Charles Harris · 7 years ago
  31. 9c5978f BUG: Fix undefined functions on big-endian systems. by Elliott Sales de Andrade · 7 years ago
  32. ada1680 Merge pull request #11700 from charris/backport-11695 by Charles Harris · 7 years ago
  33. 25e58e4 Merge pull request #11698 from charris/fix_matrix_power_regression by Charles Harris · 7 years ago
  34. 129da73 BUG: Add missing PyErr_NoMemory after failing malloc by Eric Wieser · 7 years ago
  35. 25f4efa BUG: Make matrix_power again work for object arrays. by Charles Harris · 7 years ago
  36. 9f635b8 Merge pull request #11682 from charris/fix-void_getitem-regression by Charles Harris · 7 years ago
  37. e5a6812 BUG: Fix regression in void_getitem by Charles Harris · 7 years ago
  38. 07c4cd6 BUG: cython sometimes emits invalid gcc attribute by mattip · 7 years ago
  39. 0cf8b2d BUG:warn on Nan in minimum,maximum for scalars by mattip · 7 years ago
  40. d4c20aa Merge pull request #11657 from eric-wieser/ctypes-dtype-coercion-fix by Charles Harris · 7 years ago
  41. 78b85e0 BUG: Ensure singleton dimensions are not dropped when converting ctype arrays to dtypes by Eric Wieser · 7 years ago
  42. e5cc980 ignore cython warnings in init by Jeremy Manning · 7 years ago
  43. 1b6ccff Merge pull request #11578 from charris/backport-11084 by Charles Harris · 7 years ago
  44. 8447d18 DOC: link to TESTS.rst.txt testing guidelines, tweak testing docs by mattip · 7 years ago
  45. 44084fc BLD: Modify cpu detection and function to get working aarch64 build (#11568) by Kyle Sunden · 7 years ago
  46. 9bc770c fix from review by mattip · 7 years ago
  47. c9c85cd BUG: decref of field title caused segfault by mattip · 7 years ago
  48. a44b61c Merge pull request #11529 from eric-wieser/histogramdd-density-no-deprecation by Charles Harris · 7 years ago
  49. 8ea9e8b MAINT: Rename histogramdd's normed argument to density, to match histogram by Eric Wieser · 7 years ago
  50. 36cf15e BUG: Fix #define for ppc64 and ppc64le by William D. Irons · 7 years ago
  51. 01cc44e Merge pull request #11496 from charris/backport-11468 by Charles Harris · 7 years ago
  52. ba9e7e0 Merge pull request #11493 from charris/backport-11449 by Charles Harris · 7 years ago
  53. b85083f BUG: Advanced indexing assignment incorrectly took 1-D fastpath by Sebastian Berg · 7 years ago
  54. c03d324 BUG: Revert #10229 to fix DLL loads on Windows. by Charles Harris · 7 years ago
  55. 14e676a BUG/ENH: Einsum optimization path updates and bug fixes. (#11345) by Daniel Smith · 7 years ago
  56. c893aae MAINT: cleanup ret assignment by mattip · 7 years ago
  57. 9f366e8 check for unlikely error in Assign_Zero by mattip · 7 years ago
  58. 48ed550 BUG: ensure ret is out in einsum by mattip · 7 years ago
  59. 5cd4552 Merge pull request #11427 from eric-wieser/deprecate-normed-1.15.0 by Charles Harris · 7 years ago
  60. 431740e BUG: Fix incorrect deprecation logic for histogram(normed=...) by Eric Wieser · 7 years ago
  61. 7850096 Merge pull request #11393 from charris/update-npyconfig by Charles Harris · 7 years ago v1.15.0rc1
  62. 221da37 Merge pull request #11392 from charris/backport-11385 by Matti Picus · 7 years ago
  63. f8840ef REL: Update numpyconfig.h for 1.15. by Charles Harris · 7 years ago
  64. 0c53adc Add scalar squeeze tests by Toshiki Kataoka · 7 years ago
  65. c2e3c2c Make scalar.squeeze accept axis arg by Toshiki Kataoka · 7 years ago
  66. 834a524 fixes from review by mattip · 7 years ago
  67. d5c8e01 ENH: Remove NpyIter_Close by mattip · 7 years ago
  68. 914aabf TST: Show that histogramdd's normed argument is histogram's density by Eric Wieser · 7 years ago
  69. 28b83c7 Merge pull request #11368 from eric-wieser/bad-warning by Charles Harris · 7 years ago
  70. 13beece TST: Don't allow test_indexing to swallow all exceptions by Eric Wieser · 7 years ago
  71. 7564769 BUG: add missing NpyIter_Close in einsum by mattip · 7 years ago
  72. 96add68 BUG: Don't emit a spurious warning for float_arr['str'], when it will just error anyway by Eric Wieser · 7 years ago
  73. 816c22c Merge pull request #11352 from eric-wieser/deprecate-normed-1.15.0 by Charles Harris · 7 years ago
  74. 494e96a DEP: Actually deprecate the normed argument to histogram by Eric Wieser · 7 years ago
  75. 181a475 BUG: decref in failure path; replace PyObject_Type by Py_TYPE by Marten van Kerkwijk · 7 years ago
  76. f2f5cfc Merge pull request #11319 from charris/revert-problem-f2py-fixes by Charles Harris · 7 years ago
  77. 3d9a082 Merge pull request #11286 from mattip/einsum-overlap by Charles Harris · 7 years ago
  78. 1a76f88 MAINT: remove unused "npy_import" by Allan Haldane · 7 years ago
  79. 2f381fe Merge pull request #11307 from pgunn/master_fix_earlier_diff by Charles Harris · 7 years ago
  80. 01a0971 BUG: einsum needs to check overlap on an out argument by mattip · 7 years ago
  81. b4e10f0 add test from issue by mattip · 7 years ago
  82. e08eced MAINT: push back multifield copy->view changes to 1.16 by Allan Haldane · 7 years ago
  83. 29b8cfb Restore a line that I accidentally deleted rather than reverted in earlier diff by Pat Gunn · 7 years ago
  84. 51dc6f4 BUG: Undo behavior change in ma.masked_values(shrink=True) by Eric Wieser · 7 years ago
  85. 3bb11d6 Merge pull request #11296 from eric-wieser/fix-array_wrap-segfault by Marten van Kerkwijk · 7 years ago
  86. 45fe03b Merge pull request #11293 from cwenner/feat/doc-numericaltypes-hierarchy by Charles Harris · 7 years ago
  87. 2125eca Merge pull request #11260 from mhvk/ufunc-parsing-better-cleanup by Charles Harris · 7 years ago
  88. 1d4107a BUG: Fix segfault on failing __array_wrap__ by Eric Wieser · 7 years ago
  89. caab62b DOC: fix numericaltype hierarchy in code doc by Cenny Wenner · 7 years ago
  90. df618d5 DOC: correct kind for numericaltype code doc by Cenny Wenner · 7 years ago
  91. 2fdf4ce BUG: Remove extra trailing paretheses. by Charles Harris · 7 years ago
  92. 7749600 STY: Revert line unwrap by Eric Wieser · 7 years ago
  93. c49df0e minor doc improvements by Nikita · 7 years ago
  94. a50d459 Merge pull request #11273 from seberg/sort-valgrind-fix by Charles Harris · 7 years ago
  95. 71650e3 Merge pull request #11277 from eric-wieser/fix-older-ctypes-compat by Charles Harris · 7 years ago
  96. 1e5df66 BUG: Work around bugs in pep3118 ctypes by falling back on np.dtype(type(ctype_obj)) by Eric Wieser · 7 years ago
  97. 6a4ca1e MAINT: Extract helper function by Eric Wieser · 7 years ago
  98. 6172a8b MAINT: Don't steal a reference by Eric Wieser · 7 years ago
  99. af66e48 DOC: make docstring of np.interp clearer (#11280) by Jörg Döpfert · 7 years ago
  100. 235e58d MAINT: Extract common variable by Eric Wieser · 7 years ago