summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11016 from stuartarchibald/wip/armv7_aarch32Matti Picus2018-07-041-0/+6
|\
| * Add change to release notes.Stuart Archibald2018-06-261-0/+6
* | NEP: clarify bugfix policy for legacy RandomState.Robert Kern2018-07-031-8/+10
* | Add NEP 22, a high level overview for the duck array work (#11462)Nathaniel J. Smith2018-07-031-0/+351
* | 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
|\ \
| * | Add some text to NEP 0 to clarify how a NEP is acceptedNathaniel J. Smith2018-06-291-10/+58
* | | 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
|/ /
* | Merge pull request #11347 from mattip/less-sphinx-warningsRalf Gommers2018-06-2710-29/+46
|\ \
| * | 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
| |/ |/|
* | DOC: major revision of NEP 21, advanced indexing (#11414)Stephan Hoyer2018-06-251-119/+240
* | Merge pull request #11383 from mattip/recreate-8717Eric Wieser2018-06-241-0/+6
|\ \
| * | 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
|\ \ \
| * | | 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
* | | | Merge pull request #11376 from mattip/remove-npyiter_closeCharles Harris2018-06-202-30/+8
|\ \ \ \ | |_|/ / |/| | |
| * | | ENH: Remove NpyIter_Closemattip2018-06-182-30/+8
| |/ /
* | | Merge pull request #11356 from rkern/nep/rng-clarificationMatti Picus2018-06-181-67/+184
|\ \ \ | |/ / |/| |
| * | 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
* | | Merge pull request #11323 from eric-wieser/histogram-normed-actually-deprecateCharles Harris2018-06-161-0/+3
|\ \ \
| * | | DEP: Actually deprecate the normed argument to histogramEric Wieser2018-06-151-0/+3
* | | | 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
|\ \
| * | 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
* | | Merge pull request #11297 from mhvk/nep-gufunc-signature-enhancementMatti Picus2018-06-141-0/+252
|\ \ \
| * | | DOC: Update NEP with example of a weighted meanMarten van Kerkwijk2018-06-121-6/+17
| * | | 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
|\
| * 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
|\ \
| * | BUG: Remove fragile use of __array_interface__ in ctypeslib.as_arrayEric Wieser2018-05-261-0/+5
* | | Merge pull request #11018 from mhvk/gufunc-axis-and-keepdimsCharles Harris2018-06-072-4/+25
|\ \ \