Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15323 from mattip/nep-0034-2 | Matti Picus | 2020-01-22 | 1 | -1/+6 |
|\ | | | | | NEP: document reimplementation of NEP 34 | ||||
| * | NEP: document reimplementation | mattip | 2020-01-14 | 1 | -1/+6 |
| | | |||||
* | | DOC: fix typos | Brian Wignall | 2020-01-14 | 4 | -6/+6 |
|/ | |||||
* | DOC: minor formatting fixups for NEP-37 (#15273) | Stephan Hoyer | 2020-01-06 | 1 | -40/+40 |
| | |||||
* | DOC: NEP 37: A dispatch protocol for NumPy-like modules (#15197) | Stephan Hoyer | 2020-01-06 | 1 | -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 corrector | Brian Wignall | 2019-12-19 | 2 | -2/+2 |
| | |||||
* | Fix typos | Brian Wignall | 2019-11-25 | 2 | -2/+2 |
| | |||||
* | Merge pull request #14903 from mattip/nep-0034-accepted | Ralf Gommers | 2019-11-23 | 1 | -2/+2 |
|\ | | | | | NEP: move nep 34 to accepted | ||||
| * | NEP: move nep 34 to accepted | mattip | 2019-11-13 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #14793 from hameerabbasi/uarray | Charles Harris | 2019-11-18 | 1 | -47/+67 |
|\ \ | | | | | | | DOC: Adjust NEP-31 to new template. | ||||
| * | | DOC: Move composition example into usage section | Hameer Abbasi | 2019-10-29 | 1 | -11/+8 |
| | | | |||||
| * | | DOC: Adjust NEP-31 to new template. | Hameer Abbasi | 2019-10-25 | 1 | -42/+65 |
| | | | |||||
* | | | Merge pull request #14901 from eric-wieser/remove-uses-of-scalar-aliases | Matti Picus | 2019-11-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | MAINT: Remove uses of scalar aliases | ||||
| * | | | MAINT: Remove uses of scalar aliases | Eric Wieser | 2019-11-13 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | Relates to gh-6103 | ||||
* | | | DOC: Update NEP29 with Python3.8 informations. | Matthias Bussonnier | 2019-11-11 | 1 | -2/+5 |
|/ / | | | | | | | Regenerate the tables. | ||||
* | | Merge pull request #14674 from mattip/nep-0034 | Ralf Gommers | 2019-10-31 | 1 | -0/+141 |
|\ \ | | | | | | | NEP: add default-dtype-object-deprecation nep 34 | ||||
| * | | NEP: fix typo | Matti Picus | 2019-10-29 | 1 | -1/+1 |
| | | | | | | | | | Co-Authored-By: Hameer Abbasi <einstein.edison@gmail.com> | ||||
| * | | NEP: clarify np.ndarray behaviour | mattip | 2019-10-29 | 1 | -5/+11 |
| | | | |||||
| * | | NEP: changes from review | mattip | 2019-10-29 | 1 | -18/+22 |
| | | | |||||
| * | | NEP: update from comments and PR 14794 | mattip | 2019-10-29 | 1 | -9/+18 |
| | | | |||||
| * | | DOC: fixes from review | mattip | 2019-10-24 | 1 | -27/+31 |
| | | | |||||
| * | | NEP: explicitly define ragged array | mattip | 2019-10-24 | 1 | -3/+11 |
| | | | |||||
| * | | DOC: changes from review | mattip | 2019-10-24 | 1 | -5/+13 |
| | | | |||||
| * | | DOC: changes from review | mattip | 2019-10-24 | 1 | -8/+8 |
| | | | |||||
| * | | NEP: put off discussion of , fixes from review | mattip | 2019-10-24 | 1 | -18/+21 |
| | | | |||||
| * | | NEP: fixes from review, add ragged_array_object function | mattip | 2019-10-13 | 1 | -10/+22 |
| | | | |||||
| * | | NEP: add default-dtype-object-deprecation nep | mattip | 2019-10-10 | 1 | -0/+87 |
| | | | |||||
* | | | Merge pull request #14786 from hameerabbasi/stefanv-nep-usage | Stefan van der Walt | 2019-10-30 | 2 | -10/+8 |
|\ \ \ | | | | | | | | | DOC: Make changes to NEP procedure | ||||
| * | | | Make changes to NEP procedure | Hameer Abbasi | 2019-10-26 | 2 | -10/+8 |
| | |/ | |/| | | | | | | | as suggested by @stefanv in #14734 | ||||
* | | | NEP: move 'NEP 29 random' from Accepted to Final | mattip | 2019-10-29 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #14734 from hameerabbasi/nep-usage-section | Matti Picus | 2019-10-24 | 2 | -8/+26 |
|\ \ | | | | | | | DOC: Edit NEP procedure for better discussion | ||||
| * | | DOC: Edit NEP procedure for better discussion | Hameer Abbasi | 2019-10-24 | 2 | -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/uarray | Ralf Gommers | 2019-10-18 | 1 | -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 Abbasi | 2019-10-10 | 1 | -19/+56 |
| | | | | |||||
| * | | | Respond to comment by @seberg. | Hameer Abbasi | 2019-10-09 | 1 | -1/+16 |
| | | | | |||||
| * | | | Respond to review by @peterbell10. | Hameer Abbasi | 2019-10-09 | 1 | -11/+20 |
| | | | | |||||
| * | | | Revise NEP-31. | Hameer Abbasi | 2019-10-08 | 1 | -1/+112 |
| | | | | |||||
| * | | | NEP: Add NEP 31 — Context-local and global overrides of the NumPy API | Hameer Abbasi | 2019-09-05 | 1 | -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 final | Sebastian Berg | 2019-10-17 | 1 | -2/+3 |
| |/ / |/| | | |||||
* | | | DOC: Switch Markdown link to RST in NEP 29 | Chris Markiewicz | 2019-10-15 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge pull request #14639 from stefanv/nep-releases-minor-language-fixups | Stefan van der Walt | 2019-10-03 | 1 | -1/+1 |
|\ \ | | | | | | | Fix typo in NEP 29 | ||||
| * | | Fix typo | Stefan van der Walt | 2019-10-03 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #14447 from stefanv/nep-releases-minor-language-fixups | Matti Picus | 2019-10-03 | 1 | -72/+59 |
|\ \ \ | |/ / | | | | MAINT: Clarify policy language in NEP-29. | ||||
| * | | Do not include inaccurate historic data | Stefan van der Walt | 2019-10-01 | 1 | -6/+1 |
| | | | |||||
| * | | Emphasize that we are talking about source compatibility | Stefan van der Walt | 2019-10-01 | 1 | -7/+8 |
| | | | |||||
| * | | Tighten up wording around edge cases | Stefan van der Walt | 2019-09-26 | 1 | -9/+5 |
| | | | |||||
| * | | Clarify policy language | Stefan van der Walt | 2019-09-06 | 1 | -65/+60 |
| | | | |||||
* | | | DOC: Only list "Active" NEPs under "Meta-NEPs" | Stephan Hoyer | 2019-09-26 | 1 | -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 Walt | 2019-09-26 | 3 | -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 Weckesser | 2019-09-26 | 1 | -3/+19 |
| | | |