summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: Describe new keepdims arguments (and axes).Marten van Kerkwijk2018-05-182-2/+39
* Merge pull request #10991 from eric-wieser/genfromtxt-docsCharles Harris2018-05-161-36/+36
|\
| * DOC: Update genfromtxt docs to use StringIO and u-stringsEric Wieser2018-04-271-36/+36
* | DOC: Mention we can return unitinitialized values (#11086)Matti Picus2018-05-151-0/+10
* | Merge pull request #11094 from mattip/fix-11080Charles Harris2018-05-152-1/+17
|\ \
| * | DOC: add numpy.lib.format to docs and link to itmattip2018-05-142-1/+17
* | | Merge branch 'master' into linalg-move-matrix-powerCharles Harris2018-05-149-43/+210
|\ \ \
| * \ \ Merge pull request #11009 from numpy/release_walkthrough_1.14.3notesCharles Harris2018-05-141-37/+73
| |\ \ \
| | * | | MAINT: Change 1.14.1 reference to 1.14.3release_walkthrough_1.14.3notesCharles Harris2018-05-041-1/+1
| | * | | DOC: release walkthrough updates from 1.14.3Allan Haldane2018-04-291-36/+72
| * | | | Merge pull request #11023 from eric-wieser/histogramdd-no-fuzzCharles Harris2018-05-141-0/+7
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | DOC: Add release notes for histogram[dd] changes.Eric Wieser2018-05-141-0/+7
| | | |/ | | |/|
| * | | DOC: create label and ref, fixes broken linkmattip2018-05-131-1/+1
| * | | DOC: link to updated module docstring, not NEPmattip2018-05-131-1/+1
| * | | Merge pull request #8157 from ahaldane/void_item_memviewCharles Harris2018-05-121-0/+6
| |\ \ \
| | * | | MAINT: make unstructured void .item() return byteAllan Haldane2018-04-131-0/+6
| * | | | Merge pull request #11073 from mattip/doc-11036Charles Harris2018-05-111-2/+13
| |\ \ \ \
| | * | | | DOC: expand reasoning behind npy_*floatstatus_barrer()mattip2018-05-101-2/+13
| * | | | | Merge pull request #11056 from bashtage/random-permute-perfCharles Harris2018-05-101-0/+4
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | PERF: Improve performance of random permutationKevin Sheppard2018-05-091-0/+4
| * | | | | BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-092-5/+38
| |/ / / /
| * | | | DOC: bump scipy-sphinx-theme to current versionPauli Virtanen2018-05-051-0/+0
| * | | | MAINT: Misc. typos (#11005)luzpaz2018-04-302-2/+2
| * | | | REL: add 1.14.3 changelogfwd_port_1.14.3_changelogAllan Haldane2018-04-291-0/+27
| * | | | DOC: create 1.14.3 release noteAllan Haldane2018-04-291-0/+41
| | |_|/ | |/| |
* | | | ENH: Allow stacks of matrices in matrix_power.Marten van Kerkwijk2018-04-291-2/+9
|/ / /
* | | Merge pull request #10949 from mattip/doc-nditerAllan Haldane2018-04-273-26/+33
|\ \ \
| * \ \ Merge branch 'master' into doc-nditerCharles Harris2018-04-244-12/+28
| |\ \ \
| * | | | DOC: cleanup documentation, continuation of nditer PR #9998mattip2018-04-233-27/+34
* | | | | Merge pull request #10980 from mattip/masterCharles Harris2018-04-272-3/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | DOC: link to governance, convert external link to internalmattip2018-04-272-3/+5
| | |/ / | |/| |
* | | | Merge pull request #10635 from hameerabbasi/ufunc-reduce-identityMarten van Kerkwijk2018-04-261-0/+6
|\ \ \ \
| * | | | ENH: Implement initial kwarg for ufunc.add.reduceHameer Abbasi2018-04-241-0/+6
* | | | | DOC: advise against use of matrix.Marten van Kerkwijk2018-04-253-69/+46
| |/ / / |/| | |
* | | | Merge pull request #10824 from mattip/fix-PyArray_DeprecateWritebackIfCopyCharles Harris2018-04-241-11/+15
|\ \ \ \
| * | | | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and documentmattip2018-04-211-11/+15
* | | | | DOC: add quantile, nanquantile to tocmattip2018-04-241-0/+2
| |/ / / |/| | |
* | | | Merge pull request #10199 from chunweiyuan/quantileStephan Hoyer2018-04-231-0/+10
|\ \ \ \
| * | | | ENH: Adding np.quantile() and np.nanquantile(). #10199Chun-Wei Yuan2018-04-161-0/+10
* | | | | MAINT, DOC: Fix typos (#10958)Nicholas Nadeau, P.Eng., AVS2018-04-231-1/+1
| |_|/ / |/| | |
* | | | emphasis accessing `it.operands` only on open iteratormattip2018-04-221-9/+16
| |/ / |/| |
* | | Merge pull request #9998 from mattip/nditer-as-context-managerAllan Haldane2018-04-213-42/+99
|\ \ \
| * | | ENH: add nditer.close as per reviewmattip2018-04-202-11/+13
| * | | ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-203-42/+97
* | | | DOC: Removed references to the 2008 documentation marathon (#10945)alexthomas932018-04-212-11/+1
* | | | Added a modified version of the basic Sphinx search boxAlex Thomas2018-04-212-1/+24
* | | | DOC: fix broken links for developer documentationNikita Kartashov2018-04-211-1/+1
* | | | Merge pull request #10921 from mattip/percentile-graphCharles Harris2018-04-202-2/+2
|\ \ \ \
| * | | | DOC: clear up warnings, fix matplotlib plotmattip2018-04-172-2/+2
* | | | | DOC: Fix typos in 1.15.0 changelogBaurzhan Muftakhidinov2018-04-181-6/+6
| |/ / / |/| | |