NumPy 1.14.1 release.
  1. 2889bea NEP: Drop Python2 support. by Charles Harris · 8 years ago
  2. 1ec9ad6 Merge pull request #9106 from mhvk/array_ufunc_reduce_out_tuple by Eric Wieser · 8 years ago
  3. ca49f0b DOC: update documentation allowing tuple of one in reduce, etc. by Marten van Kerkwijk · 8 years ago
  4. e1df000 DOC: mention that ndarray.__pow__ takes shortcuts in NEP. by Marten van Kerkwijk · 8 years ago
  5. a148978 DOC: update ufunc overides NEP with __divmod__ by Stephan Hoyer · 8 years ago
  6. eccfe73 DOC: Improve wording in ufunc_override NEP. by Charles Harris · 8 years ago
  7. 9e5786b DOC: simply -> simplify by Stephan Hoyer · 8 years ago
  8. d9bc680 Further clarifications by Stephan Hoyer · 8 years ago
  9. 07dab4e DOC: fixups per charris's review by Stephan Hoyer · 8 years ago
  10. 490578e DOC: update binary-op/ufunc sections in ufunc-overides NEP by Stephan Hoyer · 8 years ago
  11. 02600d3 ENH: Add NDArrayOperatorsMixin mixin class. by Stephan Hoyer · 8 years ago
  12. 1e460b7 DOC,MAINT: small corrections to NEP following Stephan's comments. by Marten van Kerkwijk · 8 years ago
  13. cd2e42c DOC: ufunc-overrides: revise hierarchy discussion by Pauli Virtanen · 8 years ago
  14. a460015 DOC: ufunc-overrides: sync the discussion vs. current implementation by Pauli Virtanen · 8 years ago
  15. 36e8494 REVERT: remove __array_ufunc__ override for np.matmul. by Marten van Kerkwijk · 8 years ago
  16. 2b6c7fd REVERT: remove __array_ufunc__ override for np.dot and ndarray.dot. by Marten van Kerkwijk · 8 years ago
  17. 5f9252c DOC: implement many smaller and bigger changes suggested in review. by Marten van Kerkwijk · 8 years ago
  18. 0ede0e9 DOC: update NEP again. by Marten van Kerkwijk · 8 years ago
  19. 39c2273 DOC: Update ndarray.__array_ufunc__ documentation vs. review comments by Pauli Virtanen · 8 years ago
  20. e325a10 DOC: Document behavior of ufuncs with default ndarray.__array_ufunc__ by Pauli Virtanen · 8 years ago
  21. 1147894 MAINT: Update array_ufunc NEP. by Pauli Virtanen · 8 years ago
  22. 5fe6fc6 DOC Update NEP to reflect actual implementation. by Marten van Kerkwijk · 8 years ago
  23. 46f7dca DOC: update docs and comments for move of mailing list to python.org by Ralf Gommers · 8 years ago
  24. 67ba58b DOC: Fix typos by Jakub Wilk · 8 years ago
  25. 773e3ca change all non-code instances of Numpy to NumPy by Pierre de Buyl · 9 years ago
  26. 2556b9f DOC: Fix more typos in docs and comments. by Dongjoon Hyun · 10 years ago
  27. df9df7f MAINT: Fix typos in docs by Dongjoon Hyun · 10 years ago
  28. f1e4ad4 Fix version number in the document by Ryosuke Okuta · 10 years ago
  29. 6a92319 Correct my email address by Blake Griffith · 11 years ago
  30. 638a427 DOC: update npy-format NEP and lib/format.py with version 2.0 description. by Ralf Gommers · 11 years ago
  31. 1c71d46 Merge pull request #4351 from njsmith/matmul-pep by Charles Harris · 11 years ago
  32. 7d3e739 DOC: fix reST formatting of npy-format NEP. by Ralf Gommers · 11 years ago
  33. b66af02 DOC: add NEPs overview to documentation. by Ralf Gommers · 11 years ago
  34. aadcf11 add associativity/precedence rationale (+ a few misc tweaks) by Nathaniel J. Smith · 11 years ago
  35. 1d884dd fix PEP headers to placate PEP-0000 builder, mention Julia in notation section, and remove stray ^^ operator left over from the @@ purge by Nathaniel J. Smith · 11 years ago
  36. 0e933e6 New version just submitted to PEP editors. by Nathaniel J. Smith · 11 years ago
  37. 9d24bc1 add more comprehensive discussion of alternative symbols by Nathaniel J. Smith · 11 years ago
  38. d319c24 yet more word tweaks by Nathaniel J. Smith · 11 years ago
  39. c86a38c realized I wasn't so sure of my claim about in-place matrix multiplication, so couch it more cautiously by Nathaniel J. Smith · 11 years ago
  40. 32de06e add 'unresolved issues' section; + wording tweaks and a little more elaboration of the problems with mixing np.ndarray and np.matrix by Nathaniel J. Smith · 11 years ago
  41. 03564ae and yet even more phrasing tweaks by Nathaniel J. Smith · 11 years ago
  42. 83f5127 more phrasing tweaks by Nathaniel J. Smith · 11 years ago
  43. ba9da00 phrasing tweaks by Nathaniel J. Smith · 11 years ago
  44. 3ede17e more updates based on people's latest suggestions by Nathaniel J. Smith · 11 years ago
  45. 9472a8d clean up in prep for python-ideas by Nathaniel J. Smith · 11 years ago
  46. 05dfbee add copyright notice by Nathaniel J. Smith · 11 years ago
  47. 3151e78 another ReST tweak by Nathaniel J. Smith · 11 years ago
  48. 09df639 more ReST fixes by Nathaniel J. Smith · 11 years ago
  49. 2f0e55b fix ReST typoes that were breaking footnotes by Nathaniel J. Smith · 11 years ago
  50. ebca136 phrasing tweaks by Nathaniel J. Smith · 11 years ago
  51. 976b50c lots better text, more polishing yes by Nathaniel J. Smith · 11 years ago
  52. 42354ba much expanded background section, to start addressing feedback from sympy/sage folks by Nathaniel J. Smith · 11 years ago
  53. 81982f8 make the initial section even more overwritten by Nathaniel J. Smith · 11 years ago
  54. d369c1a add some more fields to the Big List o' Fields by Nathaniel J. Smith · 11 years ago
  55. d99195e More edits; pretty clean at this point. by Nathaniel J. Smith · 11 years ago
  56. 3203a05 edit edit by Nathaniel J. Smith · 11 years ago
  57. 07ef370 add negative power support to @@ by Nathaniel J. Smith · 12 years ago
  58. 3b94837 move intended usage section after motivation by Nathaniel J. Smith · 12 years ago
  59. c13e2eb more edits by Nathaniel J. Smith · 12 years ago
  60. dd8fa82 tweak tweak by Nathaniel J. Smith · 12 years ago
  61. 9a7a9f0 more text tweaks by Nathaniel J. Smith · 12 years ago
  62. 76b1f2c switch to just use text for the table, it's easier to read! by Nathaniel J. Smith · 12 years ago
  63. 5bb44e4 more table format tweaking. too bad .rst sucks at this! by Nathaniel J. Smith · 12 years ago
  64. 8041598 bold the 'dot' row of table by Nathaniel J. Smith · 12 years ago
  65. 1199a31 add mention of ellipsis by Nathaniel J. Smith · 12 years ago
  66. 703fcc6 Many updates to draft PEP incorporating feedback by Nathaniel J. Smith · 12 years ago
  67. 6447357 initial commit of new infix matrix multiply PEP by Nathaniel J. Smith · 12 years ago
  68. d849245 BUG DOC TST: Allow __numpy_ufunc__ to handle multiple output ufuncs. by Blake Griffith · 12 years ago
  69. 1a1a757 spelling: AC -> AD in years by Chris Kerr · 12 years ago
  70. 2f34889 Spelling: loose -> lose by Chris Kerr · 12 years ago
  71. fd5d308 BUG: core: ensure __r*__ has precedence over __numpy_ufunc__ by Pauli Virtanen · 12 years ago
  72. 6fe8eb6 DOC: Add NEP and documentation for ufunc overrides. by Blake Griffith · 12 years ago
  73. 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
  74. d03cd89 MAINT: fix typo in npy-format.txt by Martin Spacek · 12 years ago
  75. 91aa03f 2to3: Replace xrange by range and use list(range(...)) where needed by Charles Harris · 12 years ago
  76. 3bbbbd4 NEP: Add some details about how existing C-API access interacts with NA by Mark Wiebe · 13 years ago
  77. cc32630 ENH: missingdata: Make numpy.all follow the NA && False == False rule by Mark Wiebe · 14 years ago
  78. 1848be6 NEP: missingdata: Some fixes and updates to the NEP by Mark Wiebe · 14 years ago
  79. f597374 ENH: missingdata: Change default to create NA-mask when NAs are in lists by Mark Wiebe · 14 years ago
  80. 965e4cf ENH: missingdata: trying some more functions to see how they treat NAs by Mark Wiebe · 14 years ago
  81. b1cb211 ENH: missingdata: Add nastr= parameter to np.set_printoptions() by Mark Wiebe · 14 years ago
  82. ba4d116 BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for it by Mark Wiebe · 14 years ago
  83. 69e0ed8 ENH: missingdata: Rewrote boolean indexing to support NA masks by Mark Wiebe · 14 years ago
  84. 02b42b5 ENH: missingdata: Have some basic assignment and indexing with NA working by Mark Wiebe · 14 years ago
  85. 263df0c ENH: missingdata: Add the NA mask members to PyArrayObject by Mark Wiebe · 14 years ago
  86. a059979 STY: Updates for pull request feedback from Chuck and Ben by Mark Wiebe · 14 years ago
  87. b7cc20a ENH: core: Deprecating direct access to the PyArrayObject fields by Mark Wiebe · 14 years ago
  88. c625ee0 NEP: missingdata: Rename 'namask' to 'maskna', which looks better by Mark Wiebe · 14 years ago
  89. 9910b0d NEP: missingdata: Add a small note about single NA vs multi-NA by Mark Wiebe · 14 years ago
  90. 7561f85 NEP: missingdata: Describe a possible way multi-NA could be added in the future by Mark Wiebe · 14 years ago
  91. 233453a NEP: missingdata: Change the mask definition by Mark Wiebe · 14 years ago
  92. e8b6065 NEP: missingdata: Design the mask binary format so it's extensible with a payload by Mark Wiebe · 14 years ago
  93. b414305 ENH: nditer: Add the per-operand masked iteration flags by Mark Wiebe · 14 years ago
  94. e124ac5 NEP: missingdata: Adjust the parenthetical part of the NA/IGNORE defn by Mark Wiebe · 14 years ago
  95. 17d056e NEP: missingdata: Add copyright info, some more NAMASK iterator clarification by Mark Wiebe · 14 years ago
  96. 0d81192 NEP: missingdata: Add more C API details by Mark Wiebe · 14 years ago
  97. 28a2955 NEP: missingdata: Start some details about masked iteration by Mark Wiebe · 14 years ago
  98. ce78b81 NEP: missing-data: Add Peter to the Acknowledgments by Mark Wiebe · 14 years ago
  99. 43b83d6 NEP: missing-data: Add "Python API" and "C API" definitions by Mark Wiebe · 14 years ago
  100. e76ddf9 NEP: missing-data: Add numpy.ma to the glossary by Mark Wiebe · 14 years ago