REL: NumPy 1.14.4 release.
  1. b8aa34c Merge pull request #11294 from charris/fix-npy_get_floatstatus_barrier by Charles Harris · 7 years ago
  2. a4b46b4 BUG: Remove extra trailing paretheses. by Charles Harris · 7 years ago
  3. 403a318 BUG: Correct use of NPY_UNUSED. by Charles Harris · 7 years ago
  4. 0ba249a BUG: Fix check for singleton dimensions in einsum. by Ryan Soklaski · 7 years ago
  5. 1bd60c9 TST: Test einsum optimize broadcasting error by Ryan Soklaski · 7 years ago
  6. 306d79c Merge pull request #11211 from charris/backport-11193 by Charles Harris · 7 years ago
  7. 787baad BUG: reference count exposed by better testing by Marten van Kerkwijk · 7 years ago
  8. 4073785 BUG: delimiter/comments in genfromtxt should be encoded by Allan Haldane · 7 years ago
  9. 32610b9 BUG: reduce using SSE only warns if inside SSE loop by mattip · 7 years ago
  10. ab34a33 Merge pull request #11198 from charris/backport-11036 by Charles Harris · 7 years ago
  11. ab354d2 BUG: optimizing compilers can reorder call to npy_get_floatstatus by Charles Harris · 7 years ago
  12. 9eb8824 BUG: Python2 doubles don't print correctly in interactive shell by Allan Haldane · 7 years ago
  13. 64e4a07 Merge pull request #11104 from ahaldane/fixup_hack_double_double_1.14.4 by Charles Harris · 7 years ago
  14. 35626a2 BUG: void dtype setup checked offset not actual pointer for alignment by Sebastian Berg · 7 years ago
  15. 5b3b867 Merge pull request #11174 from charris/backport-11169 by Charles Harris · 7 years ago
  16. 9667d47 Merge pull request #11170 from charris/backport-11168 by Charles Harris · 7 years ago
  17. c2c7cae MAINT: add sanity-checks to be run at import time by Pauli Virtanen · 7 years ago
  18. 6644185 TST: linalg: add regression test for gh-8577 by Pauli Virtanen · 7 years ago
  19. df429d7 BUG: str of DOUBLE_DOUBLE format is not implemented by Allan Haldane · 7 years ago
  20. cc91ca2 MAINT: `multiarray_tests` was renamed in master. by Charles Harris · 7 years ago
  21. 30309b6 STY: Fix long line. by Charles Harris · 7 years ago
  22. 3baef5c fix from review by mattip · 7 years ago
  23. a2c6fd5 BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and document by mattip · 7 years ago
  24. 4b40612 Merge pull request #10947 from ahaldane/fix_style_arg_1.14 by Charles Harris · 7 years ago
  25. cfa022f Merge pull request #10962 from ahaldane/backport_10860 by Allan Haldane · 7 years ago
  26. 41f31a5 Merge pull request #10961 from ahaldane/backport_10869 by Allan Haldane · 7 years ago
  27. e027086 Merge pull request #10960 from ahaldane/backport_10916 by Allan Haldane · 7 years ago
  28. 0bb7adc BUG: test, fix for missing flags['WRITEBACKIFCOPY'] key by mattip · 7 years ago
  29. e044fef BUG: core: fix NPY_TITLE_KEY macro on pypy by Pauli Virtanen · 7 years ago
  30. 31fd1d0 BUG: Fix encoding regression in ma/bench.py (Issue #10868) by Jonathan March · 7 years ago
  31. 0f01659 Add missing underscore to prototype in check_embedded_lapack by Malcolm Smith · 7 years ago
  32. a280b7c BUG: 'style' arg to array2string broken in legacy mode by Allan Haldane · 7 years ago
  33. 288667d BUG: for 1.14 back-compat, accept list-of-lists in fromrecords by Allan Haldane · 7 years ago
  34. b5784cf BUG: floating types should override tp_print by Allan Haldane · 7 years ago
  35. d1311b6 Merge pull request #10727 from charris/backport-10650 by Charles Harris · 7 years ago
  36. 25fd516 Merge pull request #10726 from charris/backport-10657 by Charles Harris · 7 years ago
  37. c3f8016 BUG: Fix missing NPY_VISIBILITY_HIDDEN on npy_longdouble_to_PyLong by Eric Wieser · 7 years ago
  38. 0fbeba2 BUG: f2py: fix f2py generated code to work on Pypy by Pauli Virtanen · 7 years ago
  39. f44d6fb BUG: dragon4 fractional output mode adds too many trailing zeros by Allan Haldane · 7 years ago
  40. a30eced BUG: Further back-compat fix for subclassed array repr by Allan Haldane · 7 years ago
  41. a696334 BUG: break cyclic refs in recursive closures by Allan Haldane · 8 years ago
  42. a82363a Revert "Merge pull request #10622 from ahaldane/fix_arrayprint_recursive_closure_backport" by Allan Haldane · 8 years ago
  43. b48c804 BUG: Correctly identify comma seperated dtype strings by Simon Gibbons · 8 years ago
  44. 92c23cf BUG: deallocate recursive closure in arrayprint.py by Allan Haldane · 8 years ago
  45. eaac472 Merge pull request #10612 from charris/backport-10381 by Charles Harris · 8 years ago
  46. 94eb8ea Merge pull request #10610 from charris/backport-10477 by Charles Harris · 8 years ago
  47. a35a040 Merge pull request #10608 from charris/backport-10588 by Charles Harris · 8 years ago
  48. cf4151d ENH: Always show dtype fields in the array repr, even for non-void by Eric Wieser · 8 years ago
  49. 3d82666 BUG: Fix crash on non-void structured array repr by Eric Wieser · 8 years ago
  50. 453bf65 BUG: Show the base of a compound dtype even when it doesn't subclass void by Eric Wieser · 8 years ago
  51. 2f3e04f BUG: Align type definition with generated lapack (#10477) by xoviat · 8 years ago
  52. c9d4e6e BUG: Revert sort optimization in np.unique. by Charles Harris · 8 years ago
  53. 6a05fea BUG: infinite recursion in str of 0d subclasses by Allan Haldane · 8 years ago
  54. 7311b96 Merge pull request #10607 from charris/backport-10596 by Charles Harris · 8 years ago
  55. 62a1d60 BUG: Functions in ma should not add Notes to existing docstrings. by Charles Harris · 8 years ago
  56. 0e26bbc Merge pull request #10550 from eric-wieser/malloc-error by Allan Haldane · 8 years ago
  57. e651b50 BUG: Make dtype.descr error for out-of-order fields. (#10562) by Charles Harris · 8 years ago
  58. 55cc8fd BUG: arrays not being flattened in `union1d` (#10563) by Charles Harris · 8 years ago
  59. 36c9ebf Merge pull request #10560 from charris/backport-10479 by Charles Harris · 8 years ago
  60. 3f82455 Merge pull request #10559 from charris/backport-10352 by Charles Harris · 8 years ago
  61. c88c4a8 Merge pull request #10561 from charris/backport-10433 by Charles Harris · 8 years ago
  62. 1ff3742 BUG: Fix various Big-Endian test failures (ppc64) by Allan Haldane · 8 years ago
  63. 2a5eac2 BUG: Fix calling ufuncs with a positional output argument. by Eric Wieser · 8 years ago
  64. ab3e91c FIX: Deduplicate code by Eric Larson · 8 years ago
  65. 2afc7d5 Patches up broadcasting einsum issues for BLAS cases by Daniel Smith · 8 years ago
  66. 01e313e ENH: Add broadcasting test by Eric Larson · 8 years ago
  67. bd505de FIX: Fix einsum optimize logic for singleton dimensions by Eric Larson · 8 years ago
  68. 6df6987 DEP: Issue FutureWarning when malformed records detected. by Charles Harris · 8 years ago
  69. 08469bb BUG: 1.14 multifield-indexing adds padding bytes by Allan Haldane · 8 years ago
  70. 0cb9e62 Merge pull request #10542 from ahaldane/complex_repr_fix_backport by Charles Harris · 8 years ago
  71. bc66fbc Merge pull request #10540 from charris/backport-10482 by Charles Harris · 8 years ago
  72. 1239026 BUG: repr of negative zeros sometimes has an extra space by Allan Haldane · 8 years ago
  73. 7242d60 BUG: correctly add initial space in legacy printing by Allan Haldane · 8 years ago
  74. ee55fce BUG: complex repr has extra spaces, missing + by Allan Haldane · 8 years ago
  75. 2aabbb0 BUG: Add missing DECREF in Py2 int() cast by Sebastian Berg · 8 years ago
  76. 9bd132f minor fix for python3 compatibility by Dennis Weyland · 8 years ago
  77. 659a0a7 python 2.7.5 bugfix by Dennis Weyland · 8 years ago
  78. f59a423 Merge pull request #10536 from eric-wieser/fix-10394 by Charles Harris · 8 years ago
  79. 54abb9a Merge pull request #10534 from eric-wieser/fix-pep3118-error by Charles Harris · 8 years ago
  80. 8bc2f9e BUG: Set missing exception after malloc by Eric Wieser · 8 years ago
  81. a2592e0 BUG: Provide a better error message for out-of-order fields by Eric Wieser · 8 years ago
  82. 656c191 Merge pull request #10435 from eric-wieser/duplicate-field-name-error by Charles Harris · 8 years ago
  83. 47c4f32 MAINT: Use ValueError for duplicate field names in lookup by Eric Wieser · 8 years ago
  84. 3359852 Merge pull request #10424 from eric-wieser/record.__repr__ by Charles Harris · 8 years ago
  85. 669e87a MAINT: Remove repeated #ifdefs implementing `isinstance(x, basestring)` for field names by Eric Wieser · 8 years ago
  86. 4d9a195 TST: enable and fix shadowed test that never ran due to duplicate names by Eric Wieser · 8 years ago
  87. 7f9a49b ENH: Fix repr of np.record objects to match np.void types by Eric Wieser · 8 years ago
  88. 0a87861 BUG: Resize bytes_ columns in genfromtxt by Eric Wieser · 8 years ago
  89. b3fc900 BUG: Make the einsum optimize default to `False`. by Charles Harris · 8 years ago
  90. 27ec6eb Merge pull request #10397 from charris/backport-10354 by Charles Harris · 8 years ago
  91. 34d2e7e BUG: fix error message not formatted in einsum by Kenichi Maehashi · 8 years ago
  92. f5efb93 BUG: fix einsum issue with unicode input and py2 by Simon Conseil · 8 years ago
  93. 1adca6e Merge pull request #10368 from eric-wieser/fix-10364 by Marten van Kerkwijk · 8 years ago
  94. 04896b0 BUG: Avoid unintentional promotion to `float`, and do ops in place for speed by Eric Wieser · 8 years ago
  95. ed898e3 Merge pull request #10375 from eric-wieser/fix-10366 by Charles Harris · 8 years ago
  96. 087619a BUG: add missing paren and remove quotes from repr of fieldless struct by Eric Wieser · 8 years ago
  97. 8cfc788 ENH: Preserve norm dtype for order 0 by Eric Wieser · 8 years ago
  98. 93a5f6c BUG: restrict the __config__ modifications to win32 by xoviat · 8 years ago
  99. b0bfc1c Merge pull request #10313 from charris/backport-10232 by Charles Harris · 8 years ago
  100. 3b6aebe Merge pull request #10311 from charris/backport-10259 by Charles Harris · 8 years ago