summaryrefslogtreecommitdiff
path: root/doc/neps
Commit message (Expand)AuthorAgeFilesLines
* DOC: update npy-format NEP and lib/format.py with version 2.0 description.Ralf Gommers2015-01-041-3/+20
* Merge pull request #4351 from njsmith/matmul-pepCharles Harris2014-07-061-0/+1380
|\
| * add associativity/precedence rationale (+ a few misc tweaks)Nathaniel J. Smith2014-04-061-38/+99
| * fix PEP headers to placate PEP-0000 builder, mention Julia in notation sectio...Nathaniel J. Smith2014-03-181-8/+8
| * New version just submitted to PEP editors.Nathaniel J. Smith2014-03-181-146/+167
| * add more comprehensive discussion of alternative symbolsNathaniel J. Smith2014-03-141-15/+94
| * yet more word tweaksNathaniel J. Smith2014-03-141-18/+20
| * realized I wasn't so sure of my claim about in-place matrix multiplication, s...Nathaniel J. Smith2014-03-141-4/+4
| * add 'unresolved issues' section; + wording tweaks and a little more elaborati...Nathaniel J. Smith2014-03-131-7/+34
| * and yet even more phrasing tweaksNathaniel J. Smith2014-03-131-10/+9
| * more phrasing tweaksNathaniel J. Smith2014-03-131-10/+13
| * phrasing tweaksNathaniel J. Smith2014-03-131-26/+28
| * more updates based on people's latest suggestionsNathaniel J. Smith2014-03-131-56/+76
| * clean up in prep for python-ideasNathaniel J. Smith2014-03-121-367/+432
| * add copyright noticeNathaniel J. Smith2014-03-111-0/+6
| * another ReST tweakNathaniel J. Smith2014-03-111-1/+1
| * more ReST fixesNathaniel J. Smith2014-03-111-23/+24
| * fix ReST typoes that were breaking footnotesNathaniel J. Smith2014-03-111-4/+4
| * phrasing tweaksNathaniel J. Smith2014-03-111-25/+31
| * lots better text, more polishing yesNathaniel J. Smith2014-03-111-209/+337
| * much expanded background section, to start addressing feedback from sympy/sag...Nathaniel J. Smith2014-03-101-90/+156
| * make the initial section even more overwrittenNathaniel J. Smith2014-03-091-17/+29
| * add some more fields to the Big List o' FieldsNathaniel J. Smith2014-03-091-3/+3
| * More edits; pretty clean at this point.Nathaniel J. Smith2014-03-091-48/+51
| * edit editNathaniel J. Smith2014-03-081-119/+260
| * add negative power support to @@Nathaniel J. Smith2014-02-251-0/+7
| * move intended usage section after motivationNathaniel J. Smith2014-02-241-134/+137
| * more editsNathaniel J. Smith2014-02-241-47/+84
| * tweak tweakNathaniel J. Smith2014-02-241-17/+15
| * more text tweaksNathaniel J. Smith2014-02-231-17/+20
| * switch to just use text for the table, it's easier to read!Nathaniel J. Smith2014-02-231-47/+42
| * more table format tweaking. too bad .rst sucks at this!Nathaniel J. Smith2014-02-231-44/+45
| * bold the 'dot' row of tableNathaniel J. Smith2014-02-231-41/+41
| * add mention of ellipsisNathaniel J. Smith2014-02-231-9/+10
| * Many updates to draft PEP incorporating feedbackNathaniel J. Smith2014-02-231-308/+361
| * initial commit of new infix matrix multiply PEPNathaniel J. Smith2014-02-221-0/+640
* | DOC: fix reST formatting of npy-format NEP.Ralf Gommers2014-04-211-206/+201
* | DOC: add NEPs overview to documentation.Ralf Gommers2014-04-219-887/+39
|/
* BUG DOC TST: Allow __numpy_ufunc__ to handle multiple output ufuncs.Blake Griffith2014-01-041-3/+14
* spelling: AC -> AD in yearsChris Kerr2013-11-122-26/+26
* Spelling: loose -> loseChris Kerr2013-11-122-2/+2
* BUG: core: ensure __r*__ has precedence over __numpy_ufunc__Pauli Virtanen2013-10-191-0/+82
* DOC: Add NEP and documentation for ufunc overrides.Blake Griffith2013-08-311-0/+242
* STY: Giant whitespace cleanup.Charles Harris2013-08-189-66/+61
* MAINT: fix typo in npy-format.txtMartin Spacek2013-08-051-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* NEP: Add some details about how existing C-API access interacts with NAMark Wiebe2012-05-101-0/+77
* ENH: missingdata: Make numpy.all follow the NA && False == False ruleMark Wiebe2011-08-271-1/+1
* NEP: missingdata: Some fixes and updates to the NEPMark Wiebe2011-08-271-5/+17
* ENH: missingdata: Change default to create NA-mask when NAs are in listsMark Wiebe2011-08-271-7/+29