Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | MAINT: advise implementing __array__ in duck arrays in NEP 30 | Chris Barker | 2019-09-19 | 1 | -9/+15 | |
* | | | NEP: Create NEP 32 for removing the finanical functions. | Warren Weckesser | 2019-09-09 | 1 | -0/+198 | |
* | | | Merge pull request #14257 from pentschev/update-nep30 | Ralf Gommers | 2019-09-07 | 1 | -0/+71 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Fix NEP-30 usage example | Peter Andreas Entschev | 2019-08-14 | 1 | -8/+6 | |
| * | | Update NEP-30 with usage guidance and stack example | Peter Andreas Entschev | 2019-08-13 | 1 | -31/+50 | |
| * | | Update NEP-30 with scope and usage example | Peter Andreas Entschev | 2019-08-12 | 1 | -0/+54 | |
* | | | DOC: Make implementation bullet points consistent | Thomas A Caswell | 2019-09-06 | 1 | -4/+4 | |
| |/ |/| | ||||||
* | | Merge pull request #14086 from tacaswell/cpython_support_nep | Ralf Gommers | 2019-08-18 | 1 | -0/+314 | |
|\ \ | ||||||
| * | | DOC: clarify that these are minimum support guide lines | Thomas A Caswell | 2019-08-14 | 1 | -10/+15 | |
| * | | DOC: tweak section heading a bit | Thomas A Caswell | 2019-08-14 | 1 | -2/+5 | |
| * | | DOC: add another paragraph about why N-releases is problematic | Thomas A Caswell | 2019-08-14 | 1 | -5/+12 | |
| * | | DOC: remove comment about other dependencies | Thomas A Caswell | 2019-07-29 | 1 | -3/+0 | |
| * | | DOC: minor word tweaks, make sure all 'version's are qualified | Thomas A Caswell | 2019-07-29 | 1 | -8/+8 | |
| * | | MNT: update for numpy 1.17 release | Thomas A Caswell | 2019-07-29 | 1 | -2/+5 | |
| * | | DOC: add some missing words | Thomas A Caswell | 2019-07-29 | 1 | -1/+1 | |
| * | | DOC: try to clarify the X.Y.1 alternative text | Thomas A Caswell | 2019-07-29 | 1 | -3/+8 | |
| * | | DOC: change ``Python`` -> Python through out | Thomas A Caswell | 2019-07-29 | 1 | -16/+16 | |
| * | | DOC: tweak wording in n-versions alternative | Thomas A Caswell | 2019-07-29 | 1 | -2/+2 | |
| * | | DOC: remove duplicate sentence and linewrap | Thomas A Caswell | 2019-07-25 | 1 | -5/+5 | |
| * | | DOC: add support / drop table | Thomas A Caswell | 2019-07-25 | 1 | -0/+89 | |
| * | | DOC: adjust section title | Thomas A Caswell | 2019-07-25 | 1 | -2/+2 | |
| * | | DOC: linewrap text | Thomas A Caswell | 2019-07-25 | 1 | -17/+20 | |
| * | | DOC: define minor vs major vs patch version for this NEP | Thomas A Caswell | 2019-07-25 | 1 | -9/+22 | |
| * | | DOC: clarify that this will need to be revised for python 4 | Thomas A Caswell | 2019-07-25 | 1 | -3/+2 | |
| * | | DOC: Second batch of copy edits from @willingc | Thomas A Caswell | 2019-07-25 | 1 | -19/+19 | |
| * | | DOC: Copy edits from @willingc | Thomas A Caswell | 2019-07-25 | 1 | -26/+26 | |
| * | | DOC: add caveat about a major Python version bump | Thomas A Caswell | 2019-07-24 | 1 | -0/+4 | |
| * | | Adopt wording tweaks from @ericdill | Thomas A Caswell | 2019-07-24 | 1 | -2/+2 | |
| * | | DOC: add missing 'minor' | Thomas A Caswell | 2019-07-24 | 1 | -1/+1 | |
| * | | DOC: rename from 28 -> 29 | Thomas A Caswell | 2019-07-23 | 1 | -1/+1 | |
| * | | DOC: CPython -> Python | Thomas A Caswell | 2019-07-23 | 1 | -32/+32 | |
| * | | DOC: try to clarify the text about timing from X.Y.1 | Thomas A Caswell | 2019-07-23 | 1 | -2/+2 | |
| * | | DOC: clarify major and minor releases | Thomas A Caswell | 2019-07-23 | 1 | -4/+5 | |
| * | | DOC: Apply wording changes from @mdhaber | Thomas A Caswell | 2019-07-23 | 1 | -3/+3 | |
| * | | DOC: add missing words | Thomas A Caswell | 2019-07-23 | 1 | -1/+2 | |
| * | | DOC: convert stray Python -> CPython | Thomas A Caswell | 2019-07-23 | 1 | -10/+10 | |
| * | | DOC: use the correct dash | Thomas A Caswell | 2019-07-23 | 1 | -1/+1 | |
| * | | DOC: fix typo | Thomas A Caswell | 2019-07-23 | 1 | -1/+1 | |
| * | | DOC: add note about lack of SPEEP and role of authors | Thomas A Caswell | 2019-07-23 | 1 | -0/+10 | |
| * | | DOC: wording and spelling tweaks | Thomas A Caswell | 2019-07-19 | 1 | -11/+16 | |
| * | | DOC: adjust window to 42 months | Thomas A Caswell | 2019-07-19 | 1 | -19/+20 | |
| * | | Added email, fixed typos (#2) | Matt Haberland | 2019-07-19 | 1 | -27/+28 | |
| * | | Update name and email | Matthias Bussonnier | 2019-07-19 | 1 | -1/+1 | |
| * | | NEP: first draft of a NEP to encourage CPython deprecation | Thomas A Caswell | 2019-07-19 | 1 | -0/+167 | |
* | | | DOC: set status of NEP 28 (website redesign) to Accepted | Ralf Gommers | 2019-08-10 | 1 | -2/+2 | |
* | | | MAINT: fix a typo | Guanqun Lu | 2019-08-10 | 1 | -1/+1 | |
| |/ |/| | ||||||
* | | Merge pull request #14032 from rgommers/nep-website | Ralf Gommers | 2019-08-05 | 1 | -0/+334 | |
|\ \ | ||||||
| * | | DOC: update NEP 28 (website redesign) for more review comments. | Ralf Gommers | 2019-08-05 | 1 | -6/+28 | |
| * | | DOC: update NEP 28 (website redesign) for review comments. | Ralf Gommers | 2019-07-19 | 1 | -5/+15 | |
| * | | Add NEP on numpy.org website redesign. | Ralf Gommers | 2019-07-16 | 1 | -0/+302 |