summaryrefslogtreecommitdiff
path: root/doc/neps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15323 from mattip/nep-0034-2Matti Picus2020-01-221-1/+6
|\ | | | | NEP: document reimplementation of NEP 34
| * NEP: document reimplementationmattip2020-01-141-1/+6
| |
* | DOC: fix typosBrian Wignall2020-01-144-6/+6
|/
* DOC: minor formatting fixups for NEP-37 (#15273)Stephan Hoyer2020-01-061-40/+40
|
* DOC: NEP 37: A dispatch protocol for NumPy-like modules (#15197)Stephan Hoyer2020-01-061-0/+550
| | | | | | | | | | | | | | | | | | | | | | * DOC: NEP 37: A dispatch protocol for NumPy-like modules * Minor text edits, per review comments * Add examples of how pint and dask avoid array creation routines * Apply suggestions from code review Co-Authored-By: Sebastian Berg <sebastian@sipsolutions.net> * Fixes per Sebastian's review * Fixes from ptenschev's review * line wrapping * Spelling fixes Co-authored-by: Sebastian Berg <sebastian@sipsolutions.net>
* Fix typos, via a Levenshtein-style correctorBrian Wignall2019-12-192-2/+2
|
* Fix typosBrian Wignall2019-11-252-2/+2
|
* Merge pull request #14903 from mattip/nep-0034-acceptedRalf Gommers2019-11-231-2/+2
|\ | | | | NEP: move nep 34 to accepted
| * NEP: move nep 34 to acceptedmattip2019-11-131-2/+2
| |
* | Merge pull request #14793 from hameerabbasi/uarrayCharles Harris2019-11-181-47/+67
|\ \ | | | | | | DOC: Adjust NEP-31 to new template.
| * | DOC: Move composition example into usage sectionHameer Abbasi2019-10-291-11/+8
| | |
| * | DOC: Adjust NEP-31 to new template.Hameer Abbasi2019-10-251-42/+65
| | |
* | | Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliasesMatti Picus2019-11-141-1/+1
|\ \ \ | | | | | | | | MAINT: Remove uses of scalar aliases
| * | | MAINT: Remove uses of scalar aliasesEric Wieser2019-11-131-1/+1
| | |/ | |/| | | | | | | Relates to gh-6103
* | | DOC: Update NEP29 with Python3.8 informations.Matthias Bussonnier2019-11-111-2/+5
|/ / | | | | | | Regenerate the tables.
* | Merge pull request #14674 from mattip/nep-0034Ralf Gommers2019-10-311-0/+141
|\ \ | | | | | | NEP: add default-dtype-object-deprecation nep 34
| * | NEP: fix typoMatti Picus2019-10-291-1/+1
| | | | | | | | | Co-Authored-By: Hameer Abbasi <einstein.edison@gmail.com>
| * | NEP: clarify np.ndarray behaviourmattip2019-10-291-5/+11
| | |
| * | NEP: changes from reviewmattip2019-10-291-18/+22
| | |
| * | NEP: update from comments and PR 14794mattip2019-10-291-9/+18
| | |
| * | DOC: fixes from reviewmattip2019-10-241-27/+31
| | |
| * | NEP: explicitly define ragged arraymattip2019-10-241-3/+11
| | |
| * | DOC: changes from reviewmattip2019-10-241-5/+13
| | |
| * | DOC: changes from reviewmattip2019-10-241-8/+8
| | |
| * | NEP: put off discussion of , fixes from reviewmattip2019-10-241-18/+21
| | |
| * | NEP: fixes from review, add ragged_array_object functionmattip2019-10-131-10/+22
| | |
| * | NEP: add default-dtype-object-deprecation nepmattip2019-10-101-0/+87
| | |
* | | Merge pull request #14786 from hameerabbasi/stefanv-nep-usageStefan van der Walt2019-10-302-10/+8
|\ \ \ | | | | | | | | DOC: Make changes to NEP procedure
| * | | Make changes to NEP procedureHameer Abbasi2019-10-262-10/+8
| | |/ | |/| | | | | | | as suggested by @stefanv in #14734
* | | NEP: move 'NEP 29 random' from Accepted to Finalmattip2019-10-291-1/+1
|/ /
* | Merge pull request #14734 from hameerabbasi/nep-usage-sectionMatti Picus2019-10-242-8/+26
|\ \ | | | | | | DOC: Edit NEP procedure for better discussion
| * | DOC: Edit NEP procedure for better discussionHameer Abbasi2019-10-242-8/+26
| | | | | | | | | | | | | | | | | | This commit changes the NEP template and the NEP procedure to allow for better discussion, both on the mailing list as well as the pull request itself.
* | | Merge pull request #14389 from hameerabbasi/uarrayRalf Gommers2019-10-181-0/+637
|\ \ \ | | | | | | | | NEP: Add initial draft of NEP-31: Context-local and global overrides of the NumPy API
| * | | Respond to comments by Juan Nunez-Iglesias on the mailing list.Hameer Abbasi2019-10-101-19/+56
| | | |
| * | | Respond to comment by @seberg.Hameer Abbasi2019-10-091-1/+16
| | | |
| * | | Respond to review by @peterbell10.Hameer Abbasi2019-10-091-11/+20
| | | |
| * | | Revise NEP-31.Hameer Abbasi2019-10-081-1/+112
| | | |
| * | | NEP: Add NEP 31 — Context-local and global overrides of the NumPy APIHameer Abbasi2019-09-051-0/+465
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Ralf Gommers <ralf.gommers@gmail.com> Co-authored-by: Peter Bell <peterbell10@live.co.uk>
* | | | NEP: Accept NEP 29 as finalSebastian Berg2019-10-171-2/+3
| |/ / |/| |
* | | DOC: Switch Markdown link to RST in NEP 29Chris Markiewicz2019-10-151-1/+1
| |/ |/|
* | Merge pull request #14639 from stefanv/nep-releases-minor-language-fixupsStefan van der Walt2019-10-031-1/+1
|\ \ | | | | | | Fix typo in NEP 29
| * | Fix typoStefan van der Walt2019-10-031-1/+1
| | |
* | | Merge pull request #14447 from stefanv/nep-releases-minor-language-fixupsMatti Picus2019-10-031-72/+59
|\ \ \ | |/ / | | | MAINT: Clarify policy language in NEP-29.
| * | Do not include inaccurate historic dataStefan van der Walt2019-10-011-6/+1
| | |
| * | Emphasize that we are talking about source compatibilityStefan van der Walt2019-10-011-7/+8
| | |
| * | Tighten up wording around edge casesStefan van der Walt2019-09-261-9/+5
| | |
| * | Clarify policy languageStefan van der Walt2019-09-061-65/+60
| | |
* | | DOC: Only list "Active" NEPs under "Meta-NEPs"Stephan Hoyer2019-09-261-1/+1
| | | | | | | | | | | | | | | In particular, NEP 23 (which is only a draft) is currently listed under both "Meta-NEPs" *and* "Open NEPs". It should only be in the later.
* | | Fix discrepancies in NEPs (#14601)Stefan van der Walt2019-09-263-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | * Clarify that NEP Resolution should point to email thread * Add correct resolution thread for RNG NEP * Fix typo in NEP 24
* | | NEP: Accept NEP 32. (#14600)Warren Weckesser2019-09-261-3/+19
| | |