NumPy 1.16.0 release.
  1. 2f945eb Merge pull request #12706 from charris/backport-12677 by Charles Harris · 7 years ago
  2. 087be4f Merge pull request #12707 from charris/backport-12672 by Charles Harris · 7 years ago
  3. ddcaef0 TST: Fix endianness in unstuctured_to_structured test by Allan Haldane · 7 years ago
  4. 236aba0 BUG: Add 'sparc' to platforms implementing 16 byte reals. by Charles Harris · 7 years ago
  5. e05b419 MAINT: Further fixups to uint alignment checks by Allan Haldane · 7 years ago
  6. 785d7f6 BUG: fix uint alignment asserts in lowlevel loops by Allan Haldane · 7 years ago
  7. 27f6909 Merge pull request #12623 from charris/backport-12618 by Charles Harris · 7 years ago
  8. 0f88d6f Merge pull request #12622 from charris/backport-12617 by Charles Harris · 7 years ago
  9. d62ffe0 MAINT: add test for 12-byte alignment by Allan Haldane · 7 years ago
  10. 359c1b1 BUG: Add missing free in ufunc dealloc by Sebastian Berg · 7 years ago
  11. b43a1aa MAINT: improve comments by mattip · 7 years ago
  12. 016072e BUG: non-uint-aligned arrays were counted as uint-aligned by Allan Haldane · 7 years ago
  13. 5e5fc96 BUG: add case for longdouble alignment size by mattip · 7 years ago
  14. 4cc0665 Merge pull request #12588 from charris/backport-12546 by Charles Harris · 7 years ago
  15. fe383fe Merge pull request #12587 from charris/backport-12572 by Charles Harris · 7 years ago
  16. 7b44a91 BUG: check for errors after PyArray_DESCR_REPLACE by mattip · 7 years ago
  17. ecb8539 Merge pull request #12582 from charris/backport-12577 by Charles Harris · 7 years ago
  18. d22bd8d BUG: fix f2py pep338 execution method by Julian Taylor · 7 years ago
  19. e840659 BUG: Make `arr.ctypes.data` hold a reference to the underlying array. by Charles Harris · 7 years ago
  20. 36043bf BUG: fix segfault in ctypeslib with obj being collected by Anthony Sottile · 7 years ago
  21. af95ea1 BUG: be sure to set returned value to NULL by mattip · 7 years ago
  22. 910f7c3 MAINT: return Py_None not NULL by mattip · 7 years ago
  23. 11beaaf BUG: fix from review by mattip · 7 years ago
  24. 0190896 BUG: fix refcount issue caused by #12524 by mattip · 7 years ago
  25. 306efa0 Merge pull request #12568 from charris/backport-12524 by Charles Harris · 7 years ago
  26. 3632375 Merge pull request #12569 from charris/backport-12522 by Charles Harris · 7 years ago
  27. 60bac25 Merge pull request #12570 from charris/backport-12511 by Charles Harris · 7 years ago
  28. 5b4cfeb MAINT: don't check alignment size=0 arrays (RELAXED_STRIDES) by Allan Haldane · 7 years ago
  29. a8dfc5a BUG: ensure new-lines in compiler error messages are actually printed to the console by Eric Wieser · 7 years ago
  30. 1566071 MAINT: unify error messages by mattip · 7 years ago
  31. 2c381e6 STY: add space after "if" by mattip · 7 years ago
  32. e982b08 DOC: rearrange comment sequence from review by mattip · 7 years ago
  33. 09ccd7f STY: bracket if blocks with braces by mattip · 7 years ago
  34. 09a7c94 MAINT: comment, fix from review by mattip · 7 years ago
  35. 985f550 BUG: call PyType_Ready before using type by mattip · 7 years ago
  36. 6bfb84e MAINT: call PySequence_Fast() before any other PySequence_Fast* funcs by mattip · 7 years ago
  37. 44b708d STY: add comment for future maintainers by mattip · 7 years ago
  38. d456d94 WIP, BUG: reorder operations for VS2015 by mattip · 7 years ago
  39. 6ff5154 Merge pull request #12563 from charris/backport-12554 by Charles Harris · 7 years ago
  40. c2cd71c MAINT: fix an unsafe PyTuple_GET_ITEM call by Allan Haldane · 7 years ago
  41. c097b1f DOC: more doc updates for structured arrays by Allan Haldane · 7 years ago
  42. 81fe95c BUG: only override vector size for avx code by Julian Taylor · 7 years ago
  43. 5000356 Merge pull request #12494 from mattip/disallow-dgemm by Charles Harris · 7 years ago
  44. 7e04869 STY, TST: fix formatting and add tests for other dtypes, unaligned data by Charles Harris · 7 years ago
  45. 2970e41 Merge pull request #12388 from mhvk/linspace-allow-array by Charles Harris · 7 years ago
  46. 45cef38 MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448) by Roman Yurchak · 7 years ago
  47. abf6262 DOC: Note the version in which we start supporting array_like start, stop by Marten van Kerkwijk · 7 years ago
  48. 5d3ff23 BUG: Fix `/` that should be `//`. by Charles Harris · 7 years ago
  49. f7a9fac BUG: test, fix matmul, dot for vector array with stride[i]=0 by mattip · 7 years ago
  50. 612cd65 BUG: fix records.fromfile fails to read data >4 GB by cgohlke · 7 years ago
  51. d338490 ENH: allow user choice of sample axis in {lin,log,geom}space. by Marten van Kerkwijk · 7 years ago
  52. 8a11573 ENH: implement matmul on NDArrayOperatorsMixin (#12488) by Stephan Hoyer · 7 years ago
  53. 58ebb6a ENH: Allow {lin,log,geom}space start and stop to be arrays. by Marten van Kerkwijk · 7 years ago
  54. bd1d6a5 TST,BUG: fix two tests that were setup incorrectly. by Marten van Kerkwijk · 7 years ago
  55. 82428bb Merge pull request #12219 from mattip/matmul-as-ufunc2 by Eric Wieser · 7 years ago
  56. b35892a Merge pull request #12353 from mattip/check-threshold by Charles Harris · 7 years ago
  57. 18476f5 DOC: add a comment detailing the output ufunc flag choices by mattip · 7 years ago
  58. b1ffafb DOC: fix example for __call__. See #12451 by Edgar Giovanni Lepe · 7 years ago
  59. 04c2f33 Merge pull request #12328 from mhvk/ndarray_array_function_allow_subclasses by Stephan Hoyer · 7 years ago
  60. f7a8224 MAINT: Allow subclasses in ndarray.__array_function__. by Marten van Kerkwijk · 7 years ago
  61. 0f59087 BUG: test, fix for threshold='nan' by mattip · 7 years ago
  62. 72f2abf ENH: corrections and fixes from review by mattip · 7 years ago
  63. dc608ba Merge pull request #12470 from shoyer/less-multiarray-indirection by Charles Harris · 7 years ago
  64. 8b70a86 STY: Restyle some multiline comments. [ci skip] by Charles Harris · 7 years ago
  65. a66025a MAINT: reformat comment in C by Stephan Hoyer · 7 years ago
  66. 12922e2 Merge pull request #12471 from shoyer/linspace-overrides by Stephan Hoyer · 7 years ago
  67. e5b43d2 DOC: add docs_from_dispatcher to docstring by Stephan Hoyer · 7 years ago
  68. 8356edf ENH: override support for np.linspace and friends by Stephan Hoyer · 7 years ago
  69. bc143e0 MAINT: remove wrapper functions from numpy.core.multiarray by Stephan Hoyer · 7 years ago
  70. b637e65 Merge pull request #12447 from ahaldane/unrevert_multifield_view by Charles Harris · 7 years ago
  71. e0122a4 Merge pull request #12443 from rth/set-litteral by Eric Wieser · 7 years ago
  72. 0ee245b MAINT: Use list and dict comprehension when possible (#12445) by Roman Yurchak · 7 years ago
  73. 1842ea9 BUG: IndexError for empty list on structured MaskedArray. by Marten van Kerkwijk · 7 years ago
  74. b3a4353 Merge pull request #12446 from ahaldane/recfunctions_fixups by Charles Harris · 7 years ago
  75. 1e2cb50 Merge pull request #11197 from wummo/correct_covariance_scaling by Marten van Kerkwijk · 7 years ago
  76. 845def0 ENH: add back the multifield copy->view change by Allan Haldane · 7 years ago
  77. 191d5c7 MAINT: Fixups to new functions in np.lib.recfunctions by Allan Haldane · 7 years ago
  78. a2202b9 BUG: disallow setting flag to writeable if isinstance(a.base, (str, bytes)) by mattip · 7 years ago
  79. 11a316e Merge pull request #12408 from ahaldane/multifield_ma by Charles Harris · 7 years ago
  80. 8c9450a ENH: make matmul into a ufunc by mattip · 7 years ago
  81. d7e411b Merge pull request #12437 from mattip/refactor-datetime-metadata by Eric Wieser · 7 years ago
  82. 2552e57 MAINT: refactor datetime.c_metadata creation by mattip · 7 years ago
  83. b47ed76 Merge pull request #12419 from timfel/fix-fill-funcs by Charles Harris · 7 years ago
  84. e4c14fb Address review comments by Roman Yurchak · 7 years ago
  85. 0999248 Use set litterals by Roman Yurchak · 7 years ago
  86. 983bbb5 Merge pull request #11526 from ahaldane/add_struct_helper_funcs_redo by Charles Harris · 7 years ago
  87. 5287788 Merge pull request #12439 from mattip/visible-to-invisible by Charles Harris · 7 years ago
  88. 61371de MAINT: Add new recfunctions to numpy function API by Allan Haldane · 7 years ago
  89. c6adda6 BUG: don't override casting errors with matmul or inner by Stephan Hoyer · 7 years ago
  90. ed5f841 BUG: don't override original errors when casting inside np.dot() fails by Stephan Hoyer · 7 years ago
  91. c892733 ENH: Fixups to multi-field assignment helpers by Allan Haldane · 7 years ago
  92. 51e9a02 BUG: test, fix NPY_VISIBILITY_HIDDEN on gcc, which becomes NPY_NO_EXPORT by mattip · 7 years ago
  93. 1d38e41 Merge pull request #8923 from guoci/histo_ise by Charles Harris · 7 years ago
  94. 73322a0 BUG/ENH: Fix use of ndpointer in return values by Eric Wieser · 7 years ago
  95. 1837df7 Removed non-standard scaling of the covariance matrix and added option to disable scaling completely. by Andreas Nussbaumer · 7 years ago
  96. b0b07ca resolve issues from review by guoci · 7 years ago
  97. c3c6cd5 DOC: mention LOOCV in description of "stone" rule. by Stephan Hoyer · 7 years ago
  98. 219a52c ENH: Add 'ise' estimator to np.histogram by guoci · 7 years ago
  99. 7027014 Merge pull request #12424 from eric-wieser/rework-11536 by Charles Harris · 7 years ago
  100. 8b366e0 BUG: Fix inconsistent cache keying in ndpointer by Eric Wieser · 7 years ago