1. 6a92319 Correct my email address by Blake Griffith · 11 years ago
  2. 638a427 DOC: update npy-format NEP and lib/format.py with version 2.0 description. by Ralf Gommers · 11 years ago
  3. 1c71d46 Merge pull request #4351 from njsmith/matmul-pep by Charles Harris · 11 years ago
  4. 7d3e739 DOC: fix reST formatting of npy-format NEP. by Ralf Gommers · 11 years ago
  5. b66af02 DOC: add NEPs overview to documentation. by Ralf Gommers · 11 years ago
  6. aadcf11 add associativity/precedence rationale (+ a few misc tweaks) by Nathaniel J. Smith · 11 years ago
  7. 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
  8. 0e933e6 New version just submitted to PEP editors. by Nathaniel J. Smith · 11 years ago
  9. 9d24bc1 add more comprehensive discussion of alternative symbols by Nathaniel J. Smith · 11 years ago
  10. d319c24 yet more word tweaks by Nathaniel J. Smith · 11 years ago
  11. 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
  12. 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
  13. 03564ae and yet even more phrasing tweaks by Nathaniel J. Smith · 11 years ago
  14. 83f5127 more phrasing tweaks by Nathaniel J. Smith · 11 years ago
  15. ba9da00 phrasing tweaks by Nathaniel J. Smith · 11 years ago
  16. 3ede17e more updates based on people's latest suggestions by Nathaniel J. Smith · 11 years ago
  17. 9472a8d clean up in prep for python-ideas by Nathaniel J. Smith · 11 years ago
  18. 05dfbee add copyright notice by Nathaniel J. Smith · 11 years ago
  19. 3151e78 another ReST tweak by Nathaniel J. Smith · 11 years ago
  20. 09df639 more ReST fixes by Nathaniel J. Smith · 11 years ago
  21. 2f0e55b fix ReST typoes that were breaking footnotes by Nathaniel J. Smith · 11 years ago
  22. ebca136 phrasing tweaks by Nathaniel J. Smith · 11 years ago
  23. 976b50c lots better text, more polishing yes by Nathaniel J. Smith · 11 years ago
  24. 42354ba much expanded background section, to start addressing feedback from sympy/sage folks by Nathaniel J. Smith · 11 years ago
  25. 81982f8 make the initial section even more overwritten by Nathaniel J. Smith · 11 years ago
  26. d369c1a add some more fields to the Big List o' Fields by Nathaniel J. Smith · 11 years ago
  27. d99195e More edits; pretty clean at this point. by Nathaniel J. Smith · 11 years ago
  28. 3203a05 edit edit by Nathaniel J. Smith · 11 years ago
  29. 07ef370 add negative power support to @@ by Nathaniel J. Smith · 12 years ago
  30. 3b94837 move intended usage section after motivation by Nathaniel J. Smith · 12 years ago
  31. c13e2eb more edits by Nathaniel J. Smith · 12 years ago
  32. dd8fa82 tweak tweak by Nathaniel J. Smith · 12 years ago
  33. 9a7a9f0 more text tweaks by Nathaniel J. Smith · 12 years ago
  34. 76b1f2c switch to just use text for the table, it's easier to read! by Nathaniel J. Smith · 12 years ago
  35. 5bb44e4 more table format tweaking. too bad .rst sucks at this! by Nathaniel J. Smith · 12 years ago
  36. 8041598 bold the 'dot' row of table by Nathaniel J. Smith · 12 years ago
  37. 1199a31 add mention of ellipsis by Nathaniel J. Smith · 12 years ago
  38. 703fcc6 Many updates to draft PEP incorporating feedback by Nathaniel J. Smith · 12 years ago
  39. 6447357 initial commit of new infix matrix multiply PEP by Nathaniel J. Smith · 12 years ago
  40. d849245 BUG DOC TST: Allow __numpy_ufunc__ to handle multiple output ufuncs. by Blake Griffith · 12 years ago
  41. 1a1a757 spelling: AC -> AD in years by Chris Kerr · 12 years ago
  42. 2f34889 Spelling: loose -> lose by Chris Kerr · 12 years ago
  43. fd5d308 BUG: core: ensure __r*__ has precedence over __numpy_ufunc__ by Pauli Virtanen · 12 years ago
  44. 6fe8eb6 DOC: Add NEP and documentation for ufunc overrides. by Blake Griffith · 12 years ago
  45. 8ddb0ce STY: Giant whitespace cleanup. by Charles Harris · 12 years ago
  46. d03cd89 MAINT: fix typo in npy-format.txt by Martin Spacek · 12 years ago
  47. 91aa03f 2to3: Replace xrange by range and use list(range(...)) where needed by Charles Harris · 12 years ago
  48. 3bbbbd4 NEP: Add some details about how existing C-API access interacts with NA by Mark Wiebe · 13 years ago
  49. cc32630 ENH: missingdata: Make numpy.all follow the NA && False == False rule by Mark Wiebe · 14 years ago
  50. 1848be6 NEP: missingdata: Some fixes and updates to the NEP by Mark Wiebe · 14 years ago
  51. f597374 ENH: missingdata: Change default to create NA-mask when NAs are in lists by Mark Wiebe · 14 years ago
  52. 965e4cf ENH: missingdata: trying some more functions to see how they treat NAs by Mark Wiebe · 14 years ago
  53. b1cb211 ENH: missingdata: Add nastr= parameter to np.set_printoptions() by Mark Wiebe · 14 years ago
  54. ba4d116 BUG: missingdata: Fix mask usage in PyArray_TakeFrom, add tests for it by Mark Wiebe · 14 years ago
  55. 69e0ed8 ENH: missingdata: Rewrote boolean indexing to support NA masks by Mark Wiebe · 14 years ago
  56. 02b42b5 ENH: missingdata: Have some basic assignment and indexing with NA working by Mark Wiebe · 14 years ago
  57. 263df0c ENH: missingdata: Add the NA mask members to PyArrayObject by Mark Wiebe · 14 years ago
  58. a059979 STY: Updates for pull request feedback from Chuck and Ben by Mark Wiebe · 14 years ago
  59. b7cc20a ENH: core: Deprecating direct access to the PyArrayObject fields by Mark Wiebe · 14 years ago
  60. c625ee0 NEP: missingdata: Rename 'namask' to 'maskna', which looks better by Mark Wiebe · 14 years ago
  61. 9910b0d NEP: missingdata: Add a small note about single NA vs multi-NA by Mark Wiebe · 14 years ago
  62. 7561f85 NEP: missingdata: Describe a possible way multi-NA could be added in the future by Mark Wiebe · 14 years ago
  63. 233453a NEP: missingdata: Change the mask definition by Mark Wiebe · 14 years ago
  64. e8b6065 NEP: missingdata: Design the mask binary format so it's extensible with a payload by Mark Wiebe · 14 years ago
  65. b414305 ENH: nditer: Add the per-operand masked iteration flags by Mark Wiebe · 14 years ago
  66. e124ac5 NEP: missingdata: Adjust the parenthetical part of the NA/IGNORE defn by Mark Wiebe · 14 years ago
  67. 17d056e NEP: missingdata: Add copyright info, some more NAMASK iterator clarification by Mark Wiebe · 14 years ago
  68. 0d81192 NEP: missingdata: Add more C API details by Mark Wiebe · 14 years ago
  69. 28a2955 NEP: missingdata: Start some details about masked iteration by Mark Wiebe · 14 years ago
  70. ce78b81 NEP: missing-data: Add Peter to the Acknowledgments by Mark Wiebe · 14 years ago
  71. 43b83d6 NEP: missing-data: Add "Python API" and "C API" definitions by Mark Wiebe · 14 years ago
  72. e76ddf9 NEP: missing-data: Add numpy.ma to the glossary by Mark Wiebe · 14 years ago
  73. a9be5a1 NEP: missing-data: Add glossary of terms, try to clarify them better by Mark Wiebe · 14 years ago
  74. f2f7bd6 NEP: missing-data: Fix copy/paste/edit typo for np.all example by Mark Wiebe · 14 years ago
  75. bc0a862 NEP: missing-data: Incorporate Ben's feedback, add section on 'shared masks' by Mark Wiebe · 14 years ago
  76. 423b1e4 NEP: missingdata: Rename 'hasmask' and friends to 'hasnamask' and friends by Mark Wiebe · 14 years ago
  77. 396ee78 NEP: missing-data: Add name to acknowledgments by Mark Wiebe · 14 years ago
  78. 6a6f8f5 NEP: missingdata: Various improvements by Mark Wiebe · 14 years ago
  79. 5fdb6ba NEP: Trying to make the NEP's position on missing values and masks vs bit patterns more clear by Mark Wiebe · 14 years ago
  80. f308fcb ENH: umath: Add tests, work out kinks in ufunc 'where=' parameter by Mark Wiebe · 14 years ago
  81. bbec4c4 ENH: umath: Add parsing of a 'where=' parameter in the element-wise ufunc by Mark Wiebe · 14 years ago
  82. e720993 ENH: missingdata: Move getting the masked ufunc inner loop to a different function by Mark Wiebe · 14 years ago
  83. 59cdc32 ENH: missingdata: Add a mechanism to get masked versions of ufunc inner loops by Mark Wiebe · 14 years ago
  84. a97de6a DOC: A few typos in the missing data NEP. by Keith Goodman · 14 years ago
  85. 5becc38 NEP: missing-data: Rename the NEP as it now describes more generality than just masks by Mark Wiebe · 14 years ago
  86. b911992 NEP: c-masked-array: Add idea about np.NA __call__ method by Mark Wiebe · 14 years ago
  87. 54a2431 NEP: c-masked-array: Add examples for missing value reductions by Mark Wiebe · 14 years ago
  88. 0857948 NEP: c-masked-array: Lots of edits to reflect NA-based interface by Mark Wiebe · 14 years ago
  89. f61537d NEP: c-masked-array: More tweaks by Mark Wiebe · 14 years ago
  90. 08caab1 NEP: cmaskedarray: Some more tweaks by Mark Wiebe · 14 years ago
  91. 5f41846 NEP: c-masked-array: Add example to clarify some masking semantics by Mark Wiebe · 14 years ago
  92. 8d74430 NEP: c-masked-array: Typo feedback from WeatherGod by Mark Wiebe · 14 years ago
  93. 95bb76a NEP: c-masked-array: Idea for a parameterized dtype with an NA bit pattern by Mark Wiebe · 14 years ago
  94. 63c9d87 NEP: c-masked-array: Add a global np.NA singleton, many more changes by Mark Wiebe · 14 years ago
  95. ff71c88 NEP: c-masked-array: Refining and adding things based on feedback by Mark Wiebe · 14 years ago
  96. 0a858a6 NEP: c-masked-array: Some small improvements and clarifications by Mark Wiebe · 14 years ago
  97. b52abe1 NEP: c-masked-array: Add section about ufuncs by Mark Wiebe · 14 years ago
  98. 9ec5557 NEP: Design document for adding a mask to the core ndarray by Mark Wiebe · 14 years ago
  99. cf4a16e DOC: Change newiter to nditer in new iterator NEP. by Ralf Gommers · 14 years ago
  100. 7bead6a STY: Rename NPY_ITER_DONT_REVERSE_AXES to NPY_ITER_DONT_NEGATE_STRIDES to be more intuitive by Mark Wiebe · 15 years ago