NumPy v1.13.0rc2 release
  1. 7ea4d3b Merge pull request #9136 from charris/backport-9115 by Charles Harris · 8 years ago
  2. 7b9a98d RF: remove main clause by Matthew Brett · 8 years ago
  3. 531c36b RF: delay calls of array repr in getlimits by Matthew Brett · 8 years ago
  4. aab9639 BUG: Compilation crashes in MSVC when LIB or INCLUDE is not set by David Hagen · 8 years ago
  5. 9c52dbe Merge pull request #9111 from mhvk/array_ufunc_reduce_out_tuple by Eric Wieser · 8 years ago
  6. 65c1a50 Merge pull request #9133 from charris/deprecate-expand_dims-bad-axis by Charles Harris · 8 years ago
  7. 7415596 DEP: Deprecate incorrect behavior of expand_dims. by Charles Harris · 8 years ago
  8. ca49f0b DOC: update documentation allowing tuple of one in reduce, etc. by Marten van Kerkwijk · 8 years ago
  9. 5bfc6b4 BUG: errors in fast_scalar_power are not propagated. by Marten van Kerkwijk · 8 years ago
  10. aabcbf2 Merge pull request #9124 from juliantaylor/abs-no-elide by Charles Harris · 8 years ago
  11. 267a450 MAINT: use PyArray_ISNUMBER to decide whether to elide by Julian Taylor · 8 years ago
  12. 18bac35 BUG: ufunc.reduce,accumulate,reduceat cannot deal with out tuple. by Marten van Kerkwijk · 8 years ago
  13. 3abc112 TST: move elision tests to their own class and add some more by Julian Taylor · 8 years ago
  14. e75be11 BUG: only elide basic dtypes in unary ops by Julian Taylor · 8 years ago
  15. fb67d49 BUG: do not elide complex abs() by Julian Taylor · 8 years ago
  16. 0545f68 BUG: ensure axis=None gets passed on correctly to ufunc.reduce. by Marten van Kerkwijk · 8 years ago
  17. a411fc5 TST: fix test_basic failure on Windows by Christoph Gohlke · 8 years ago
  18. 968dfa0 BUG remove memory leak in array ufunc override. by Marten van Kerkwijk · 8 years ago
  19. 65f1019 Merge pull request #9091 from shoyer/array-ufunc-error-message by Charles Harris · 8 years ago
  20. e571559 MAINT: refine error message for __array_ufunc__ not implemented by Stephan Hoyer · 8 years ago
  21. 12f5927 BRANCH: Update some parameters for the 1.13 branch. by Charles Harris · 8 years ago
  22. 14ff219 Merge pull request #9087 from eric-wieser/fix-ufunc-resolution by Julian Taylor · 8 years ago
  23. 8f9eeef MAINT: fix intp formatting warnings by Julian Taylor · 8 years ago
  24. 171cdee MAINT: Remove avoidable warnings by Eric Wieser · 8 years ago
  25. bbb2b81 Merge pull request #9050 from juliantaylor/fortranobj-path by Charles Harris · 8 years ago
  26. 08b987a MAINT: use if instead of loop by Eric Wieser · 8 years ago
  27. 5bf2a79 BUG: Fix inconsistent lookup of __array_ufunc__. by Eric Wieser · 8 years ago
  28. ccfa36c MAINT: Fix warnings about int vs intp by Eric Wieser · 8 years ago
  29. 69a423b MAINT: Distinguish "correct" special method lookups from incorrect ones by Eric Wieser · 8 years ago
  30. 2c14703 Merge pull request #9070 from ahaldane/silence_join_by by Eric Wieser · 8 years ago
  31. 9177d0b BUG: Preserve field order in join_by, avoids FutureWarning by Allan Haldane · 8 years ago
  32. 790dbcb Merge pull request #9077 from eric-wieser/object-recursion by Julian Taylor · 8 years ago
  33. db0041d TST: Add missing tests for bool scalar conversion by Eric Wieser · 8 years ago
  34. 8618066 Merge pull request #9054 from eric-wieser/fix-pep3118 by ahaldane · 8 years ago
  35. 59fbc7d BUG: Don't silence errors in bool(object_array) by Eric Wieser · 8 years ago
  36. 00f7710 BUG: Prevent stackoverflow on self-containing arrays by Eric Wieser · 8 years ago
  37. 2b4ecc4 Merge pull request #8846 from gfyoung/randint-extreme-range by Charles Harris · 8 years ago
  38. beb4ae2 Merge pull request #9026 from eric-wieser/ufunc_docstrings by Charles Harris · 8 years ago
  39. ef56845 ENH: Spelling fixes by Ville Skyttä · 8 years ago
  40. 1f88730 BUG: Buttress handling of extreme values in randint by gfyoung · 8 years ago
  41. 2ff70d0 BUG: if importing multiarray fails, don't discard the error message by Nathaniel J. Smith · 8 years ago
  42. 2e32026 DOC: Correct parameter names for spacing and invert by Eric Wieser · 8 years ago
  43. 0025c86 DOC: Simplify the output of help(ufunc) by Eric Wieser · 8 years ago
  44. bcc77f9 DOC: Remove explanation of exception due to out by Eric Wieser · 8 years ago
  45. ba6c1af DOC: Refer to main ufunc docs for kwargs by Eric Wieser · 8 years ago
  46. 476ce74 DOC: Show full argument lists for ufuncs by Eric Wieser · 8 years ago
  47. 11f3ebf Merge pull request #9063 from shoyer/divmod by Eric Wieser · 8 years ago
  48. 8fbf75e DOC: fix docstring for np.isin by Stephan Hoyer · 8 years ago
  49. 6144637 ENH: switch ndarray.__divmod__ to use np.divmod by Stephan Hoyer · 8 years ago
  50. d51b538 ENH: add divmod support to NDArrayOperatorsMixin by Stephan Hoyer · 8 years ago
  51. c9d1f9e ENH: add np.divmod ufunc by Stephan Hoyer · 8 years ago
  52. d7d1b2a BUG: Move ctypes ImportError catching to appropriate place (#8898) by davidjn · 8 years ago
  53. bc5dae9 Merge pull request #9058 from charris/update-warning-message by Charles Harris · 8 years ago
  54. a7fb64c DEP: deprecate ndarray.conjugate's no-op fall through for non-numeric types by Jonathan L Long · 8 years ago
  55. 39aaa2d Merge pull request #8421 from seberg/isnat by Charles Harris · 8 years ago
  56. ca05d52 BUG: Remove warning NaT filter from masked array test utils by Sebastian Berg · 8 years ago
  57. 92aa408 BUG: Remove warning filters from comparison assert functions by Sebastian Berg · 8 years ago
  58. eb8ead6 ENH: Add isnat function by Sebastian Berg · 8 years ago
  59. 25a6dfb Merge pull request #8964 from juliantaylor/empty-read by Julian Taylor · 8 years ago
  60. bde121f Merge pull request #8939 from eric-wieser/deprecate-mini by Charles Harris · 8 years ago
  61. c33241f Merge pull request #9062 from longjon/deprecation-double-space by Eric Wieser · 8 years ago
  62. 156af61 MAINT: add __doc__ to minimum by Eric Wieser · 8 years ago
  63. 858a4ff STY: Tabs to spaces by Eric Wieser · 8 years ago
  64. e1dc37b DEP: inconsistent axis default for np.ma.maximum by Eric Wieser · 8 years ago
  65. 3b372f0 BUG: ndarray.conjugate broken for custom dtypes (unlike np.conjugate) by Jonathan L Long · 8 years ago
  66. 495a254 STY: two blank lines between classes per PEP8 by Jonathan L Long · 8 years ago
  67. b012449 DEP: Deprecate single-argument np.ma.m(in|ax)imum by Eric Wieser · 8 years ago
  68. 588448c DEP: Deprecate np.ma.MaskedArray.mini by Eric Wieser · 8 years ago
  69. 6153a70 Merge pull request #8918 from eric-wieser/deprecate-ma-argsort-no-axis by Charles Harris · 8 years ago
  70. 8571256 Merge pull request #8911 from eric-wieser/fix-check_api_dict by Charles Harris · 8 years ago
  71. 0a8ee4c DEP: deprecate calling ma.argsort without an axis by Eric Wieser · 8 years ago
  72. 36e7513 BUG: np.ma.mr_['r',...] does not return masked arrays by Eric Wieser · 8 years ago
  73. b2006cb BUG: np.r_['r',...] crashes on scalars by Eric Wieser · 8 years ago
  74. d6069fb BUG: np.r_['rc'] is treated as np.r_['r'], not an error by Eric Wieser · 8 years ago
  75. 0a4f3a0 TST: Add some tests for passing r and c to r_ by Eric Wieser · 8 years ago
  76. 15e49b4 MAINT: Use enumerate instead of range(len(...)) by Eric Wieser · 8 years ago
  77. 37d756c BUG: Remove mutable state from AxisConcatenator by Eric Wieser · 8 years ago
  78. 4d9910f MAINT: Update FutureWarning message. by Charles Harris · 8 years ago
  79. e6b8e75 MAINT: Remove code duplicated from np.r_ in np.ma.mr_ by Eric Wieser · 8 years ago
  80. a4f435c BUG: Prevent autogenerated names clashing with given names by Eric Wieser · 8 years ago
  81. 3c4545f BUG: Fix non-determinism in order of fields created from pep3118 formats by Eric Wieser · 8 years ago
  82. fed2e1a ENH: Pad with itemsize, not padding fields by Eric Wieser · 8 years ago
  83. 7f6c95f MAINT: refactor _dtype_from_pep3118 in terms of a stream by Eric Wieser · 8 years ago
  84. 69b0c42 ENH: Add isin, genereralizing in1d to ND arrays (#8423) by B R S Recht · 8 years ago
  85. 67bfabf BUG: distutils, add compatiblity python parallelization by Julian Taylor · 8 years ago
  86. 7d134a3 BUG: distutils, place fortranobject files in subfolder by Julian Taylor · 8 years ago
  87. 7dbdbfa MAINT: Add date and numpy version to TestNPY_CHAR. by Charles Harris · 8 years ago
  88. 9c39207 MAINT: add deprecation warnings for NPY_CHAR usage by Julian Taylor · 8 years ago
  89. a618b4e MAINT: remove usage of NPY_CHAR from f2py by Julian Taylor · 8 years ago
  90. b8d0498 TST: add a char array input test by Julian Taylor · 8 years ago
  91. 43914a4 Merge pull request #9038 from juliantaylor/no-rebuild-args by Charles Harris · 8 years ago
  92. 401597b BUG: check compiler flags to determine the need for a rebuild by Julian Taylor · 8 years ago
  93. 9c3d247 Merge pull request #8989 from eric-wieser/object-repr by Charles Harris · 8 years ago
  94. 2187003 Merge pull request #8876 from eric-wieser/ufunc-refactor by Eric Wieser · 8 years ago
  95. 89d7d1d DOC: Release note and docstring by Eric Wieser · 8 years ago
  96. 95b550b ENH: Print object arrays containing lists unambiguously by Eric Wieser · 8 years ago
  97. d46df62 Merge pull request #8967 from shoyer/positive by Eric Wieser · 8 years ago
  98. e799be5 ENH: add __pos__ to NDArrayOperatorsMixin by Stephan Hoyer · 8 years ago
  99. 8db9662 ENH: add np.positive ufunc and use it for ndarray.__pos__ by Stephan Hoyer · 8 years ago
  100. aa4f608 Merge pull request #9014 from shoyer/array_ufunc-None by Charles Harris · 8 years ago