summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | DOC: include NEP number on each NEP pageStephan Hoyer2018-07-0123-69/+73
| | | |
* | | | Merge pull request #11459 from njsmith/clarify-nep-acceptance-processCharles Harris2018-06-291-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 acceptedNathaniel J. Smith2018-06-291-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. Smith2018-06-291-1/+1
| | | | |
* | | | | Add NEP 15: Merging multiarray and umath (#10704)Nathaniel J. Smith2018-06-291-0/+157
|/ / / / | | | | | | | | Add a new NEP.
* | | | Merge pull request #11347 from mattip/less-sphinx-warningsRalf Gommers2018-06-2710-29/+46
|\ \ \ \ | | | | | | | | | | DOC: Silence many sphinx warnings
| * | | | fixes from reviewmattip2018-06-243-20/+1
| | | | |
| * | | | DOC: typos, small fixesmattip2018-06-153-14/+13
| | | | |
| * | | | DOC: quiet warnings about "document not in any toctree"mattip2018-06-154-3/+9
| | | | |
| * | | | use `:orphan:` to quiet warnings when building documentationmattip2018-06-153-0/+31
| | | | |
* | | | | DOC: additional revision for NEP-18 (__array_function__) (#11374)Stephan Hoyer2018-06-271-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 Hoyer2018-06-251-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-8717Eric Wieser2018-06-241-0/+6
|\ \ \ | | | | | | | | ENH: Allow size=0 in numpy.random.choice
| * | | fixes from reviewmattip2018-06-211-1/+1
| | | |
| * | | ENH: Allow size=0 in numpy.random.choicemattip2018-06-191-0/+6
| | | |
* | | | Merge pull request #11282 from mhvk/array-comparison-not-implementeduntagged-65f99747b229ae7de4ccMarten van Kerkwijk2018-06-211-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 Kerkwijk2018-06-191-0/+10
| | | | |
* | | | | NEP: Add proposal for oindex and vindex.Sebastian Berg2018-06-201-0/+537
| | | | | | | | | | | | | | | | | | | | [ci-skip]
* | | | | Merge pull request #11376 from mattip/remove-npyiter_closeCharles Harris2018-06-202-30/+8
|\ \ \ \ \ | |_|/ / / |/| | | | ENH: Remove NpyIter_Close
| * | | | ENH: Remove NpyIter_Closemattip2018-06-182-30/+8
| |/ / /
* | | | Merge pull request #11356 from rkern/nep/rng-clarificationMatti Picus2018-06-181-67/+184
|\ \ \ \ | |/ / / |/| | | NEP: Update NEP 19: RNG Policy
| * | | NEP: Clarify duration of requirements.Robert Kern2018-06-161-21/+26
| | | |
| * | | NEP: Add new MUST for the global RandomState instanceRobert Kern2018-06-161-1/+4
| | | |
| * | | NEP: Update NEP 19 with discussion resultsRobert Kern2018-06-161-63/+159
| | | |
| * | | NEP: NEP 19 RNG Policy clarifications.Robert Kern2018-06-161-8/+21
| | | |
* | | | WIP: DOC: slightly tweak the directions to create a release (#11312)Matti Picus2018-06-164-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-deprecateCharles Harris2018-06-161-0/+3
|\ \ \ \ | | | | | | | | | | DEP: Actually deprecate the normed argument to histogram
| * | | | DEP: Actually deprecate the normed argument to histogramEric Wieser2018-06-151-0/+3
| | |_|/ | |/| | | | | | | | | | Documenting this argument at such length gives it authenticity it does not deserve.
* | | | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-1640-142/+142
| |/ / |/| |
* | | DOC: document new functionsmattip2018-06-153-0/+4
| |/ |/|
* | Merge pull request #11303 from shoyer/nep-18-v2Stephan Hoyer2018-06-151-122/+198
|\ \ | | | | | | DOC: revision of NEP-18 (__array_function__)
| * | Add warning about rewriting to use a decoratorStephan Hoyer2018-06-151-0/+5
| | |
| * | Revisions per GitHub discussionStephan Hoyer2018-06-121-79/+77
| | |
| * | DOC: revision of NEP-18 (__array_function__)Stephan Hoyer2018-06-111-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-enhancementMatti Picus2018-06-141-0/+252
|\ \ \ | | | | | | | | NEP: Expansion of gufunc signatures.
| * | | DOC: Update NEP with example of a weighted meanMarten van Kerkwijk2018-06-121-6/+17
| | | | | | | | | | | | | | | | | | | | Plus some smaller updates following the discussion on the mailing list.
| * | | NEP: Expansion of gufunc signatures.Marten van Kerkwijk2018-06-101-0/+241
| |/ /
* | | DOC: Update master after NumPy 1.14.5 release.mattip2018-06-133-0/+47
| | |
* | | REL: Setup master for 1.16 development.Charles Harris2018-06-123-0/+83
| |/ |/|
* | MAINT: push back multifield copy->view changes to 1.16Allan Haldane2018-06-111-0/+10
|/
* Merge pull request #11222 from hmaarrfk/documentation_nditerCharles Harris2018-06-091-19/+19
|\ | | | | DOC: Make reference doc nditer examples python3 friendly
| * Updated with correct endMark Harfouche2018-06-021-19/+19
| |
| * Reference doc to nditer is python3 friendlyMark Harfouche2018-06-011-19/+19
| |
* | Merge pull request #10970 from eric-wieser/cut-down-ctypeslibCharles Harris2018-06-071-0/+5
|\ \ | | | | | | WIP: Remove fragile use of __array_interface__ in ctypeslib.as_array
| * | BUG: Remove fragile use of __array_interface__ in ctypeslib.as_arrayEric Wieser2018-05-261-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-keepdimsCharles Harris2018-06-072-4/+25
|\ \ \ | | | | | | | | ENH: Implement axis for generalized ufuncs.
| * | | DOC: Add release note about __array_ufunc__.Marten van Kerkwijk2018-06-072-1/+4
| | | |
| * | | DOC: Describe new axis argument.Marten van Kerkwijk2018-06-072-3/+21
| | | | | | | | | | | | | | | | Both in the general documentation and in the release notes.
| * | | ENH: add "axis" argument to generalized ufuncs.Marten van Kerkwijk2018-06-071-0/+0
| | | | | | | | | | | | | | | | | | | | It is only allowed for gufuncs with a single, shared core dimension.
* | | | Merge pull request #10444 from ahaldane/dragon4_otherformats_splitCharles Harris2018-06-071-0/+10
|\ \ \ \ | | | | | | | | | | MAINT: Implement float128 dragon4 for IBM double-double (ppc64)