Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | DOC: include NEP number on each NEP page | Stephan Hoyer | 2018-07-01 | 23 | -69/+73 | |
| | | | | ||||||
* | | | | Merge pull request #11459 from njsmith/clarify-nep-acceptance-process | Charles Harris | 2018-06-29 | 1 | -10/+58 | |
|\ \ \ \ | | | | | | | | | | | NEP: Add some text to NEP 0 to clarify how a NEP is accepted | |||||
| * | | | | Add some text to NEP 0 to clarify how a NEP is accepted | Nathaniel J. Smith | 2018-06-29 | 1 | -10/+58 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't think there are any substantive changes here, but there seems to be some confusion, so this expands that section and adds an example. | |||||
* | | | | | Add discussion link to NEP 15 (#11461) | Nathaniel J. Smith | 2018-06-29 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Add NEP 15: Merging multiarray and umath (#10704) | Nathaniel J. Smith | 2018-06-29 | 1 | -0/+157 | |
|/ / / / | | | | | | | | | Add a new NEP. | |||||
* | | | | Merge pull request #11347 from mattip/less-sphinx-warnings | Ralf Gommers | 2018-06-27 | 10 | -29/+46 | |
|\ \ \ \ | | | | | | | | | | | DOC: Silence many sphinx warnings | |||||
| * | | | | fixes from review | mattip | 2018-06-24 | 3 | -20/+1 | |
| | | | | | ||||||
| * | | | | DOC: typos, small fixes | mattip | 2018-06-15 | 3 | -14/+13 | |
| | | | | | ||||||
| * | | | | DOC: quiet warnings about "document not in any toctree" | mattip | 2018-06-15 | 4 | -3/+9 | |
| | | | | | ||||||
| * | | | | use `:orphan:` to quiet warnings when building documentation | mattip | 2018-06-15 | 3 | -0/+31 | |
| | | | | | ||||||
* | | | | | DOC: additional revision for NEP-18 (__array_function__) (#11374) | Stephan Hoyer | 2018-06-27 | 1 | -149/+355 | |
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: additional revisions for NEP-18 (__array_function__) * Rename: @dispatch -> @array_function_dispatch * Clarify the possibility of a limited core API * Update magic decorators; add other protocol choices * Add section on extensibility * another sentence * Move implementation specific arguments to Alternatives * Add discussion links * Note on return value/types and typing * Add note about why we write issubclass(t, MyArray) * Spelling and minor rewording * Add Marten, Hameer and Eric as co-authors | |||||
* | | | | DOC: major revision of NEP 21, advanced indexing (#11414) | Stephan Hoyer | 2018-06-25 | 1 | -119/+240 | |
| |_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: major revision of NEP 21, advanced indexing My focus here has been on clarifying the motivation for these changes, and clearly defining indexing terminology. I've also made the proposal a bit more definitive about what changes *should* be made, and have added myself as a co-author. * Add link to another PR | |||||
* | | | Merge pull request #11383 from mattip/recreate-8717 | Eric Wieser | 2018-06-24 | 1 | -0/+6 | |
|\ \ \ | | | | | | | | | ENH: Allow size=0 in numpy.random.choice | |||||
| * | | | fixes from review | mattip | 2018-06-21 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | ENH: Allow size=0 in numpy.random.choice | mattip | 2018-06-19 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Merge pull request #11282 from mhvk/array-comparison-not-implementeduntagged-65f99747b229ae7de4cc | Marten van Kerkwijk | 2018-06-21 | 1 | -0/+10 | |
|\ \ \ \ | | | | | | | | | | | MAINT: move comparison operator special-handling out of ufunc parsing. | |||||
| * | | | | DOC: add release note for change in output of comparison ufuncs. | Marten van Kerkwijk | 2018-06-19 | 1 | -0/+10 | |
| | | | | | ||||||
* | | | | | NEP: Add proposal for oindex and vindex. | Sebastian Berg | 2018-06-20 | 1 | -0/+537 | |
| | | | | | | | | | | | | | | | | | | | | [ci-skip] | |||||
* | | | | | Merge pull request #11376 from mattip/remove-npyiter_close | Charles Harris | 2018-06-20 | 2 | -30/+8 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ENH: Remove NpyIter_Close | |||||
| * | | | | ENH: Remove NpyIter_Close | mattip | 2018-06-18 | 2 | -30/+8 | |
| |/ / / | ||||||
* | | | | Merge pull request #11356 from rkern/nep/rng-clarification | Matti Picus | 2018-06-18 | 1 | -67/+184 | |
|\ \ \ \ | |/ / / |/| | | | NEP: Update NEP 19: RNG Policy | |||||
| * | | | NEP: Clarify duration of requirements. | Robert Kern | 2018-06-16 | 1 | -21/+26 | |
| | | | | ||||||
| * | | | NEP: Add new MUST for the global RandomState instance | Robert Kern | 2018-06-16 | 1 | -1/+4 | |
| | | | | ||||||
| * | | | NEP: Update NEP 19 with discussion results | Robert Kern | 2018-06-16 | 1 | -63/+159 | |
| | | | | ||||||
| * | | | NEP: NEP 19 RNG Policy clarifications. | Robert Kern | 2018-06-16 | 1 | -8/+21 | |
| | | | | ||||||
* | | | | WIP: DOC: slightly tweak the directions to create a release (#11312) | Matti Picus | 2018-06-16 | 4 | -56/+65 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: slightly tweak the directions to create a release * make release documents part of built documentation * remove comment about version numbering * MAINT: More tweaks to WALKTHROUGH. Add check of Cython version. * reword from comments * DOC: Remove mention of the `.pypirc` file from HOWTO_RELEASE.txt.rst [ci skip] | |||||
* | | | | Merge pull request #11323 from eric-wieser/histogram-normed-actually-deprecate | Charles Harris | 2018-06-16 | 1 | -0/+3 | |
|\ \ \ \ | | | | | | | | | | | DEP: Actually deprecate the normed argument to histogram | |||||
| * | | | | DEP: Actually deprecate the normed argument to histogram | Eric Wieser | 2018-06-15 | 1 | -0/+3 | |
| | |_|/ | |/| | | | | | | | | | | Documenting this argument at such length gives it authenticity it does not deserve. | |||||
* | | | | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 40 | -142/+142 | |
| |/ / |/| | | ||||||
* | | | DOC: document new functions | mattip | 2018-06-15 | 3 | -0/+4 | |
| |/ |/| | ||||||
* | | Merge pull request #11303 from shoyer/nep-18-v2 | Stephan Hoyer | 2018-06-15 | 1 | -122/+198 | |
|\ \ | | | | | | | DOC: revision of NEP-18 (__array_function__) | |||||
| * | | Add warning about rewriting to use a decorator | Stephan Hoyer | 2018-06-15 | 1 | -0/+5 | |
| | | | ||||||
| * | | Revisions per GitHub discussion | Stephan Hoyer | 2018-06-12 | 1 | -79/+77 | |
| | | | ||||||
| * | | DOC: revision of NEP-18 (__array_function__) | Stephan Hoyer | 2018-06-11 | 1 | -96/+169 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I would particularly like to highlight a draft implementation (in pure Python for now). Hopefuly this will be a useful for driving the discussion forward: https://nbviewer.jupyter.org/gist/shoyer/1f0a308a06cd96df20879a1ddb8f0006 TODOs before merging: - [ ] review from mrocklin Other TODOs: - [ ] decide if we want to change what is passed on to `__array_function__` implementations: should we include `overloaded_args` and/or `relevant_args` as well or instead? - [ ] add some discussion about static typing / PEP-484? | |||||
* | | | Merge pull request #11297 from mhvk/nep-gufunc-signature-enhancement | Matti Picus | 2018-06-14 | 1 | -0/+252 | |
|\ \ \ | | | | | | | | | NEP: Expansion of gufunc signatures. | |||||
| * | | | DOC: Update NEP with example of a weighted mean | Marten van Kerkwijk | 2018-06-12 | 1 | -6/+17 | |
| | | | | | | | | | | | | | | | | | | | | Plus some smaller updates following the discussion on the mailing list. | |||||
| * | | | NEP: Expansion of gufunc signatures. | Marten van Kerkwijk | 2018-06-10 | 1 | -0/+241 | |
| |/ / | ||||||
* | | | DOC: Update master after NumPy 1.14.5 release. | mattip | 2018-06-13 | 3 | -0/+47 | |
| | | | ||||||
* | | | REL: Setup master for 1.16 development. | Charles Harris | 2018-06-12 | 3 | -0/+83 | |
| |/ |/| | ||||||
* | | MAINT: push back multifield copy->view changes to 1.16 | Allan Haldane | 2018-06-11 | 1 | -0/+10 | |
|/ | ||||||
* | Merge pull request #11222 from hmaarrfk/documentation_nditer | Charles Harris | 2018-06-09 | 1 | -19/+19 | |
|\ | | | | | DOC: Make reference doc nditer examples python3 friendly | |||||
| * | Updated with correct end | Mark Harfouche | 2018-06-02 | 1 | -19/+19 | |
| | | ||||||
| * | Reference doc to nditer is python3 friendly | Mark Harfouche | 2018-06-01 | 1 | -19/+19 | |
| | | ||||||
* | | Merge pull request #10970 from eric-wieser/cut-down-ctypeslib | Charles Harris | 2018-06-07 | 1 | -0/+5 | |
|\ \ | | | | | | | WIP: Remove fragile use of __array_interface__ in ctypeslib.as_array | |||||
| * | | BUG: Remove fragile use of __array_interface__ in ctypeslib.as_array | Eric Wieser | 2018-05-26 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Everything behaves a lot better if we let the array constructor handle it, which will use the ctypes PEP3118 support. Bugs this fixes: * Stale state being attached to pointer objects (fixes gh-2671, closes gh-6214) * Weird failure modes on structured arrays (fixes-10978) * A regression in gh-10882 (fixes gh-10968) | |||||
* | | | Merge pull request #11018 from mhvk/gufunc-axis-and-keepdims | Charles Harris | 2018-06-07 | 2 | -4/+25 | |
|\ \ \ | | | | | | | | | ENH: Implement axis for generalized ufuncs. | |||||
| * | | | DOC: Add release note about __array_ufunc__. | Marten van Kerkwijk | 2018-06-07 | 2 | -1/+4 | |
| | | | | ||||||
| * | | | DOC: Describe new axis argument. | Marten van Kerkwijk | 2018-06-07 | 2 | -3/+21 | |
| | | | | | | | | | | | | | | | | Both in the general documentation and in the release notes. | |||||
| * | | | ENH: add "axis" argument to generalized ufuncs. | Marten van Kerkwijk | 2018-06-07 | 1 | -0/+0 | |
| | | | | | | | | | | | | | | | | | | | | It is only allowed for gufuncs with a single, shared core dimension. | |||||
* | | | | Merge pull request #10444 from ahaldane/dragon4_otherformats_split | Charles Harris | 2018-06-07 | 1 | -0/+10 | |
|\ \ \ \ | | | | | | | | | | | MAINT: Implement float128 dragon4 for IBM double-double (ppc64) |