NumPy 1.14.1 release.
  1. a696334 BUG: break cyclic refs in recursive closures by Allan Haldane · 8 years ago
  2. a82363a Revert "Merge pull request #10622 from ahaldane/fix_arrayprint_recursive_closure_backport" by Allan Haldane · 8 years ago
  3. b48c804 BUG: Correctly identify comma seperated dtype strings by Simon Gibbons · 8 years ago
  4. 92c23cf BUG: deallocate recursive closure in arrayprint.py by Allan Haldane · 8 years ago
  5. eaac472 Merge pull request #10612 from charris/backport-10381 by Charles Harris · 8 years ago
  6. 94eb8ea Merge pull request #10610 from charris/backport-10477 by Charles Harris · 8 years ago
  7. a35a040 Merge pull request #10608 from charris/backport-10588 by Charles Harris · 8 years ago
  8. cf4151d ENH: Always show dtype fields in the array repr, even for non-void by Eric Wieser · 8 years ago
  9. 3d82666 BUG: Fix crash on non-void structured array repr by Eric Wieser · 8 years ago
  10. 453bf65 BUG: Show the base of a compound dtype even when it doesn't subclass void by Eric Wieser · 8 years ago
  11. 2f3e04f BUG: Align type definition with generated lapack (#10477) by xoviat · 8 years ago
  12. c9d4e6e BUG: Revert sort optimization in np.unique. by Charles Harris · 8 years ago
  13. 6a05fea BUG: infinite recursion in str of 0d subclasses by Allan Haldane · 8 years ago
  14. 7311b96 Merge pull request #10607 from charris/backport-10596 by Charles Harris · 8 years ago
  15. 62a1d60 BUG: Functions in ma should not add Notes to existing docstrings. by Charles Harris · 8 years ago
  16. 0e26bbc Merge pull request #10550 from eric-wieser/malloc-error by Allan Haldane · 8 years ago
  17. e651b50 BUG: Make dtype.descr error for out-of-order fields. (#10562) by Charles Harris · 8 years ago
  18. 55cc8fd BUG: arrays not being flattened in `union1d` (#10563) by Charles Harris · 8 years ago
  19. 36c9ebf Merge pull request #10560 from charris/backport-10479 by Charles Harris · 8 years ago
  20. 3f82455 Merge pull request #10559 from charris/backport-10352 by Charles Harris · 8 years ago
  21. c88c4a8 Merge pull request #10561 from charris/backport-10433 by Charles Harris · 8 years ago
  22. 1ff3742 BUG: Fix various Big-Endian test failures (ppc64) by Allan Haldane · 8 years ago
  23. 2a5eac2 BUG: Fix calling ufuncs with a positional output argument. by Eric Wieser · 8 years ago
  24. ab3e91c FIX: Deduplicate code by Eric Larson · 8 years ago
  25. 2afc7d5 Patches up broadcasting einsum issues for BLAS cases by Daniel Smith · 8 years ago
  26. 01e313e ENH: Add broadcasting test by Eric Larson · 8 years ago
  27. bd505de FIX: Fix einsum optimize logic for singleton dimensions by Eric Larson · 8 years ago
  28. 6df6987 DEP: Issue FutureWarning when malformed records detected. by Charles Harris · 8 years ago
  29. 08469bb BUG: 1.14 multifield-indexing adds padding bytes by Allan Haldane · 8 years ago
  30. 0cb9e62 Merge pull request #10542 from ahaldane/complex_repr_fix_backport by Charles Harris · 8 years ago
  31. bc66fbc Merge pull request #10540 from charris/backport-10482 by Charles Harris · 8 years ago
  32. 1239026 BUG: repr of negative zeros sometimes has an extra space by Allan Haldane · 8 years ago
  33. 7242d60 BUG: correctly add initial space in legacy printing by Allan Haldane · 8 years ago
  34. ee55fce BUG: complex repr has extra spaces, missing + by Allan Haldane · 8 years ago
  35. 2aabbb0 BUG: Add missing DECREF in Py2 int() cast by Sebastian Berg · 8 years ago
  36. 9bd132f minor fix for python3 compatibility by Dennis Weyland · 8 years ago
  37. 659a0a7 python 2.7.5 bugfix by Dennis Weyland · 8 years ago
  38. f59a423 Merge pull request #10536 from eric-wieser/fix-10394 by Charles Harris · 8 years ago
  39. 54abb9a Merge pull request #10534 from eric-wieser/fix-pep3118-error by Charles Harris · 8 years ago
  40. 8bc2f9e BUG: Set missing exception after malloc by Eric Wieser · 8 years ago
  41. a2592e0 BUG: Provide a better error message for out-of-order fields by Eric Wieser · 8 years ago
  42. 656c191 Merge pull request #10435 from eric-wieser/duplicate-field-name-error by Charles Harris · 8 years ago
  43. 47c4f32 MAINT: Use ValueError for duplicate field names in lookup by Eric Wieser · 8 years ago
  44. 3359852 Merge pull request #10424 from eric-wieser/record.__repr__ by Charles Harris · 8 years ago
  45. 669e87a MAINT: Remove repeated #ifdefs implementing `isinstance(x, basestring)` for field names by Eric Wieser · 8 years ago
  46. 4d9a195 TST: enable and fix shadowed test that never ran due to duplicate names by Eric Wieser · 8 years ago
  47. 7f9a49b ENH: Fix repr of np.record objects to match np.void types by Eric Wieser · 8 years ago
  48. 0a87861 BUG: Resize bytes_ columns in genfromtxt by Eric Wieser · 8 years ago
  49. b3fc900 BUG: Make the einsum optimize default to `False`. by Charles Harris · 8 years ago
  50. 27ec6eb Merge pull request #10397 from charris/backport-10354 by Charles Harris · 8 years ago
  51. 34d2e7e BUG: fix error message not formatted in einsum by Kenichi Maehashi · 8 years ago
  52. f5efb93 BUG: fix einsum issue with unicode input and py2 by Simon Conseil · 8 years ago
  53. 1adca6e Merge pull request #10368 from eric-wieser/fix-10364 by Marten van Kerkwijk · 8 years ago
  54. 04896b0 BUG: Avoid unintentional promotion to `float`, and do ops in place for speed by Eric Wieser · 8 years ago
  55. ed898e3 Merge pull request #10375 from eric-wieser/fix-10366 by Charles Harris · 8 years ago
  56. 087619a BUG: add missing paren and remove quotes from repr of fieldless struct by Eric Wieser · 8 years ago
  57. 8cfc788 ENH: Preserve norm dtype for order 0 by Eric Wieser · 8 years ago
  58. 93a5f6c BUG: restrict the __config__ modifications to win32 by xoviat · 8 years ago
  59. b0bfc1c Merge pull request #10313 from charris/backport-10232 by Charles Harris · 8 years ago
  60. 3b6aebe Merge pull request #10311 from charris/backport-10259 by Charles Harris · 8 years ago
  61. f1b334b BUG: Don't reimplement isclose in np.ma by Eric Wieser · 8 years ago
  62. 215a13e MAINT: Produce a different error message when length is NaN by Eric Wieser · 8 years ago
  63. 73852b7 BUG: Fix exception without NULL return by Eric Wieser · 8 years ago
  64. 8eb5955 BUG: Fix corner cases when value is NaN. by Han Shen · 8 years ago
  65. 24bcce5 Issue #10258 - Change default value of `optimize` arg by Anna Chiara · 8 years ago
  66. 5660e03 Merge pull request #10275 from mattip/fix-PR9639-2 by Charles Harris · 8 years ago
  67. 3051ccf BUG: align shared library folder name with auditwheel by xoviat · 8 years ago
  68. 5f0bd24 BUG: fix duplicate message print by mattip · 8 years ago
  69. 190e2cb BUG: Fix numpy.testing.assert_equal in release mode. by Charles Harris · 8 years ago
  70. 64ac140 BUG: Fix test_1d_format test. by Charles Harris · 8 years ago
  71. 0ca99ce MAINT: Use single failure path in Py_UFunc_GenericReduction. by Marten van Kerkwijk · 8 years ago
  72. 87faab2 BUG: Failure to DECREF in PyUFunc_GenericReduction. by Marten van Kerkwijk · 8 years ago
  73. fcfbcca Merge pull request #10190 from eric-wieser/ma-pickle-regression by Charles Harris · 8 years ago
  74. 8671dc0 BUG: Fix regression in np.ma.load in gh-10055 by Eric Wieser · 8 years ago
  75. c9052f0 BUG: Extra space is inserted on first line for long elements by Eric Wieser · 8 years ago
  76. 54d142b BUG: Fix line wrapping and remove trailing space for recarray by Eric Wieser · 8 years ago
  77. 36a588a BUG: Fix incorrect wrapping of `MaskedArray` by Eric Wieser · 8 years ago
  78. 1c86cdd Merge pull request #10176 from ahaldane/arr2str_suffix by Eric Wieser · 8 years ago
  79. 3694c17 ENH: add suffix option to array2string and wrap it by Allan Haldane · 8 years ago
  80. 528c8c8 BUG: linewidth was not respected for arrays other than 1d by Eric Wieser · 8 years ago
  81. e7f84cd BUG: Output of formatArray is not always wrapped correctly by Eric Wieser · 8 years ago
  82. d542d14 MAINT: Remove now-unnecessary implementation of matrix str/repr by Eric Wieser · 8 years ago
  83. afad590 MAINT/BUG: Simplify _formatArray, fixing array_repr(matrix) in the process by Eric Wieser · 8 years ago
  84. 1d6be83 MAINT: Never add the newline in _formatArray that is always discarded by Eric Wieser · 8 years ago
  85. 82deb85 Merge pull request #10160 from mattip/fix-PR9639 by Allan Haldane · 8 years ago
  86. 63b884e tweak from review by mattip · 8 years ago
  87. 05c2e08 Merge pull request #9942 from xoviat/flang by Charles Harris · 8 years ago
  88. 4224ca1 test, fix problems from PR #9998 by mattip · 8 years ago
  89. 0d749ad DOC: Fix minor typos in numpy/core/fromnumeric.py (#10072) by Vedant Misra · 8 years ago
  90. 4c28c8f TST: Move formatting tests into test_arrayprint by Eric Wieser · 8 years ago
  91. fdd5c2d MAINT: Combine legacy sections of _formatArray by Eric Wieser · 8 years ago
  92. 737c3c4 BUG: edgeitems kwarg is ignored by Eric Wieser · 8 years ago
  93. 5e5e031 Merge pull request #10116 from schnaitterm/master by Charles Harris · 8 years ago
  94. a81b9ab fix line continuation style for if statement by schnaitterm · 8 years ago
  95. 426b66b Merge pull request #10130 from eric-wieser/tidy-_leading_trailing by Marten van Kerkwijk · 8 years ago
  96. 492f3bd Removed try/except block by schnaitterm · 8 years ago
  97. e94500b MAINT: Simplify _leading_trailing by Eric Wieser · 8 years ago
  98. 3d43b32 Merge pull request #10129 from eric-wieser/remove-trailing-space by Marten van Kerkwijk · 8 years ago
  99. 2c31091 Merge pull request #10131 from eric-wieser/fix-array2string-asarray by Marten van Kerkwijk · 8 years ago
  100. dcc919c BUG: Fix downcasting in _array2string by Eric Wieser · 8 years ago