summaryrefslogtreecommitdiff
path: root/doc/neps
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix broken links for developer documentationNikita Kartashov2018-04-211-1/+1
* Move Status tag to more appropriate locationStefan van der Walt2018-03-221-2/+1
* Add missing check for Replaces tag in replacement NEPStefan van der Walt2018-03-221-0/+6
* Add consistency check for superseded NEPsStefan van der Walt2018-03-211-1/+37
* Raise errors in Sphinx warningsStefan van der Walt2018-03-211-1/+1
* Use correct tag Final for merged NEPs. Add resolution to NEP 14.Stefan van der Walt2018-03-218-10/+13
* Add tool for building NEP indexStefan van der Walt2018-03-2120-63/+126
* Write down a formal procedure for declaring a NEP "accepted"Nathaniel J. Smith2018-03-081-2/+8
* Assign numbers to all existing NEPsNathaniel J. Smith2018-03-0815-18/+25
* DOC: Obsoleted by PEP 465Jarrod Millman2017-12-141-1380/+0
* DOC: Prepare to host NEPs on GH pagesJarrod Millman2017-12-144-1/+291
* DOC: ADD NEP 0 draft and templateJarrod Millman2017-12-143-554/+205
* DOC: Copy PEP 1Jarrod Millman2017-12-141-0/+636
* NEP: Drop Python2 support.Charles Harris2017-11-121-0/+52
* 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