summaryrefslogtreecommitdiff
path: root/doc/neps
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9106 from mhvk/array_ufunc_reduce_out_tupleEric Wieser2017-05-181-1/+2
|\
| * DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-171-1/+2
* | DOC: mention that ndarray.__pow__ takes shortcuts in NEP.Marten van Kerkwijk2017-05-141-5/+11
|/
* DOC: update ufunc overides NEP with __divmod__Stephan Hoyer2017-05-071-4/+7
* DOC: Improve wording in ufunc_override NEP.Charles Harris2017-05-051-4/+5
* DOC: simply -> simplifyStephan Hoyer2017-05-011-1/+1
* Further clarificationsStephan Hoyer2017-04-301-23/+45
* DOC: fixups per charris's reviewStephan Hoyer2017-04-301-4/+4
* DOC: update binary-op/ufunc sections in ufunc-overides NEPStephan Hoyer2017-04-291-31/+111
* ENH: Add NDArrayOperatorsMixin mixin class.Stephan Hoyer2017-04-271-6/+8
* DOC,MAINT: small corrections to NEP following Stephan's comments.Marten van Kerkwijk2017-04-271-7/+8
* DOC: ufunc-overrides: revise hierarchy discussionPauli Virtanen2017-04-271-69/+76
* DOC: ufunc-overrides: sync the discussion vs. current implementationPauli Virtanen2017-04-271-91/+41
* REVERT: remove __array_ufunc__ override for np.matmul.Marten van Kerkwijk2017-04-271-14/+15
* REVERT: remove __array_ufunc__ override for np.dot and ndarray.dot.Marten van Kerkwijk2017-04-271-15/+15
* DOC: implement many smaller and bigger changes suggested in review.Marten van Kerkwijk2017-04-271-35/+101
* DOC: update NEP again.Marten van Kerkwijk2017-04-271-144/+202
* DOC: Update ndarray.__array_ufunc__ documentation vs. review commentsPauli Virtanen2017-04-271-8/+5
* DOC: Document behavior of ufuncs with default ndarray.__array_ufunc__Pauli Virtanen2017-04-271-10/+18
* MAINT: Update array_ufunc NEP.Pauli Virtanen2017-04-271-19/+158
* DOC Update NEP to reflect actual implementation.Marten van Kerkwijk2017-04-271-111/+151
* DOC: update docs and comments for move of mailing list to python.orgRalf Gommers2017-03-262-12/+12
* DOC: Fix typosJakub Wilk2017-03-177-15/+15
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-063-5/+5
* DOC: Fix more typos in docs and comments.Dongjoon Hyun2016-02-251-2/+2
* MAINT: Fix typos in docsDongjoon Hyun2016-01-251-4/+4
* Fix version number in the documentRyosuke Okuta2015-12-231-1/+1
* Correct my email addressBlake Griffith2015-02-021-1/+1
* 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