NumPy v1.13.0rc2 release
  1. 59aec75 REL: NumPy 1.13.0rc2 release. by Charles Harris · 8 years ago v1.13.0rc2
  2. 7ea4d3b Merge pull request #9136 from charris/backport-9115 by Charles Harris · 8 years ago
  3. 3d87af0 Merge pull request #9135 from charris/backport-9113 by Charles Harris · 8 years ago
  4. 7b9a98d RF: remove main clause by Matthew Brett · 8 years ago
  5. 531c36b RF: delay calls of array repr in getlimits by Matthew Brett · 8 years ago
  6. aab9639 BUG: Compilation crashes in MSVC when LIB or INCLUDE is not set by David Hagen · 8 years ago
  7. 9c52dbe Merge pull request #9111 from mhvk/array_ufunc_reduce_out_tuple by Eric Wieser · 8 years ago
  8. 65c1a50 Merge pull request #9133 from charris/deprecate-expand_dims-bad-axis by Charles Harris · 8 years ago
  9. 7415596 DEP: Deprecate incorrect behavior of expand_dims. by Charles Harris · 8 years ago
  10. ca49f0b DOC: update documentation allowing tuple of one in reduce, etc. by Marten van Kerkwijk · 8 years ago
  11. 1b53503 Merge pull request #9129 from mhvk/array_ufunc_fast_scalar_power_backport by Charles Harris · 8 years ago
  12. f652cdf DOC: mention that ndarray.__pow__ takes shortcuts in NEP. by Marten van Kerkwijk · 8 years ago
  13. 5bfc6b4 BUG: errors in fast_scalar_power are not propagated. by Marten van Kerkwijk · 8 years ago
  14. 7c6ace1 Merge pull request #9123 from ahaldane/1.13_note_ma_scalar_bp by Charles Harris · 8 years ago
  15. d4047f8 DOC: update 1.13 release note for MaskedArray, masked constants ellipisis indexing by Allan Haldane · 8 years ago
  16. aabcbf2 Merge pull request #9124 from juliantaylor/abs-no-elide by Charles Harris · 8 years ago
  17. af01744 DOC: add numeric type to temp elision requirements by Julian Taylor · 8 years ago
  18. 267a450 MAINT: use PyArray_ISNUMBER to decide whether to elide by Julian Taylor · 8 years ago
  19. 18bac35 BUG: ufunc.reduce,accumulate,reduceat cannot deal with out tuple. by Marten van Kerkwijk · 8 years ago
  20. 3abc112 TST: move elision tests to their own class and add some more by Julian Taylor · 8 years ago
  21. e75be11 BUG: only elide basic dtypes in unary ops by Julian Taylor · 8 years ago
  22. fb67d49 BUG: do not elide complex abs() by Julian Taylor · 8 years ago
  23. 0545f68 BUG: ensure axis=None gets passed on correctly to ufunc.reduce. by Marten van Kerkwijk · 8 years ago
  24. 315bbcd Merge pull request #9097 from cgohlke/patch-1 by Charles Harris · 8 years ago
  25. a411fc5 TST: fix test_basic failure on Windows by Christoph Gohlke · 8 years ago
  26. 5d9a536 Merge pull request #9093 from mhvk/array-ufunc-ref-count-bug-1.13 by Charles Harris · 8 years ago
  27. 968dfa0 BUG remove memory leak in array ufunc override. by Marten van Kerkwijk · 8 years ago
  28. 65f1019 Merge pull request #9091 from shoyer/array-ufunc-error-message by Charles Harris · 8 years ago
  29. e571559 MAINT: refine error message for __array_ufunc__ not implemented by Stephan Hoyer · 8 years ago
  30. 12f5927 BRANCH: Update some parameters for the 1.13 branch. by Charles Harris · 8 years ago
  31. 14ff219 Merge pull request #9087 from eric-wieser/fix-ufunc-resolution by Julian Taylor · 8 years ago
  32. 8f9eeef MAINT: fix intp formatting warnings by Julian Taylor · 8 years ago
  33. 171cdee MAINT: Remove avoidable warnings by Eric Wieser · 8 years ago
  34. 82e923f Merge pull request #9080 from charris/release-notes-and-mailmap by Charles Harris · 8 years ago
  35. bbb2b81 Merge pull request #9050 from juliantaylor/fortranobj-path by Charles Harris · 8 years ago
  36. 08b987a MAINT: use if instead of loop by Eric Wieser · 8 years ago
  37. 5bf2a79 BUG: Fix inconsistent lookup of __array_ufunc__. by Eric Wieser · 8 years ago
  38. ccfa36c MAINT: Fix warnings about int vs intp by Eric Wieser · 8 years ago
  39. 69a423b MAINT: Distinguish "correct" special method lookups from incorrect ones by Eric Wieser · 8 years ago
  40. 2c14703 Merge pull request #9070 from ahaldane/silence_join_by by Eric Wieser · 8 years ago
  41. 9177d0b BUG: Preserve field order in join_by, avoids FutureWarning by Allan Haldane · 8 years ago
  42. 72b50eb DOC: Update 1.13 release notes. by Charles Harris · 8 years ago
  43. 94005e8 MAINT: Update .mailmap to include new contributers. by Charles Harris · 8 years ago
  44. 790dbcb Merge pull request #9077 from eric-wieser/object-recursion by Julian Taylor · 8 years ago
  45. db0041d TST: Add missing tests for bool scalar conversion by Eric Wieser · 8 years ago
  46. 8618066 Merge pull request #9054 from eric-wieser/fix-pep3118 by ahaldane · 8 years ago
  47. 59fbc7d BUG: Don't silence errors in bool(object_array) by Eric Wieser · 8 years ago
  48. 00f7710 BUG: Prevent stackoverflow on self-containing arrays by Eric Wieser · 8 years ago
  49. 5e78b88 Merge pull request #9074 from scop/py36esc by Charles Harris · 8 years ago
  50. 2b4ecc4 Merge pull request #8846 from gfyoung/randint-extreme-range by Charles Harris · 8 years ago
  51. beb4ae2 Merge pull request #9026 from eric-wieser/ufunc_docstrings by Charles Harris · 8 years ago
  52. e8ca489 ENH: Python 3.6 invalid escape sequence deprecation fixes by Ville Skyttä · 8 years ago
  53. c11628a Merge pull request #9075 from scop/spelling by Jaime · 8 years ago
  54. ef56845 ENH: Spelling fixes by Ville Skyttä · 8 years ago
  55. 1f88730 BUG: Buttress handling of extreme values in randint by gfyoung · 8 years ago
  56. 23b0cf3 Merge pull request #9072 from njsmith/preserve-multiarray-import-error by Julian Taylor · 8 years ago
  57. 2ff70d0 BUG: if importing multiarray fails, don't discard the error message by Nathaniel J. Smith · 8 years ago
  58. 2e32026 DOC: Correct parameter names for spacing and invert by Eric Wieser · 8 years ago
  59. 0025c86 DOC: Simplify the output of help(ufunc) by Eric Wieser · 8 years ago
  60. bcc77f9 DOC: Remove explanation of exception due to out by Eric Wieser · 8 years ago
  61. ba6c1af DOC: Refer to main ufunc docs for kwargs by Eric Wieser · 8 years ago
  62. 476ce74 DOC: Show full argument lists for ufuncs by Eric Wieser · 8 years ago
  63. 11f3ebf Merge pull request #9063 from shoyer/divmod by Eric Wieser · 8 years ago
  64. 8fbf75e DOC: fix docstring for np.isin by Stephan Hoyer · 8 years ago
  65. a148978 DOC: update ufunc overides NEP with __divmod__ by Stephan Hoyer · 8 years ago
  66. 6144637 ENH: switch ndarray.__divmod__ to use np.divmod by Stephan Hoyer · 8 years ago
  67. d51b538 ENH: add divmod support to NDArrayOperatorsMixin by Stephan Hoyer · 8 years ago
  68. c9d1f9e ENH: add np.divmod ufunc by Stephan Hoyer · 8 years ago
  69. d7d1b2a BUG: Move ctypes ImportError catching to appropriate place (#8898) by davidjn · 8 years ago
  70. bc5dae9 Merge pull request #9058 from charris/update-warning-message by Charles Harris · 8 years ago
  71. 29e6071 Merge pull request #9060 from longjon/always-conjugate2 by Charles Harris · 8 years ago
  72. a7fb64c DEP: deprecate ndarray.conjugate's no-op fall through for non-numeric types by Jonathan L Long · 8 years ago
  73. 39aaa2d Merge pull request #8421 from seberg/isnat by Charles Harris · 8 years ago
  74. 868aa75 DOC: Document isnat addition and related warning changes by Sebastian Berg · 8 years ago
  75. ca05d52 BUG: Remove warning NaT filter from masked array test utils by Sebastian Berg · 8 years ago
  76. 92aa408 BUG: Remove warning filters from comparison assert functions by Sebastian Berg · 8 years ago
  77. eb8ead6 ENH: Add isnat function by Sebastian Berg · 8 years ago
  78. 25a6dfb Merge pull request #8964 from juliantaylor/empty-read by Julian Taylor · 8 years ago
  79. bde121f Merge pull request #8939 from eric-wieser/deprecate-mini by Charles Harris · 8 years ago
  80. c33241f Merge pull request #9062 from longjon/deprecation-double-space by Eric Wieser · 8 years ago
  81. 156af61 MAINT: add __doc__ to minimum by Eric Wieser · 8 years ago
  82. 858a4ff STY: Tabs to spaces by Eric Wieser · 8 years ago
  83. e1dc37b DEP: inconsistent axis default for np.ma.maximum by Eric Wieser · 8 years ago
  84. e1878bf Merge pull request #9061 from longjon/userdef-conjugate by Eric Wieser · 8 years ago
  85. 88d6edb DOC: Add future change in structure assignment to release notes. by Charles Harris · 8 years ago
  86. 3b372f0 BUG: ndarray.conjugate broken for custom dtypes (unlike np.conjugate) by Jonathan L Long · 8 years ago
  87. 495a254 STY: two blank lines between classes per PEP8 by Jonathan L Long · 8 years ago
  88. 491ddf4 Merge pull request #9024 from zengi/patch-1 by Charles Harris · 8 years ago
  89. b012449 DEP: Deprecate single-argument np.ma.m(in|ax)imum by Eric Wieser · 8 years ago
  90. 588448c DEP: Deprecate np.ma.MaskedArray.mini by Eric Wieser · 8 years ago
  91. 6153a70 Merge pull request #8918 from eric-wieser/deprecate-ma-argsort-no-axis by Charles Harris · 8 years ago
  92. 8571256 Merge pull request #8911 from eric-wieser/fix-check_api_dict by Charles Harris · 8 years ago
  93. d761fd6 Merge pull request #8816 from eric-wieser/fix-r_ by Charles Harris · 8 years ago
  94. 0a8ee4c DEP: deprecate calling ma.argsort without an axis by Eric Wieser · 8 years ago
  95. 36e7513 BUG: np.ma.mr_['r',...] does not return masked arrays by Eric Wieser · 8 years ago
  96. b2006cb BUG: np.r_['r',...] crashes on scalars by Eric Wieser · 8 years ago
  97. d6069fb BUG: np.r_['rc'] is treated as np.r_['r'], not an error by Eric Wieser · 8 years ago
  98. 0a4f3a0 TST: Add some tests for passing r and c to r_ by Eric Wieser · 8 years ago
  99. 15e49b4 MAINT: Use enumerate instead of range(len(...)) by Eric Wieser · 8 years ago
  100. 37d756c BUG: Remove mutable state from AxisConcatenator by Eric Wieser · 8 years ago