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