summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #11105 from eric-wieser/take_along_axis-strictMarten van Kerkwijk2018-05-282-0/+19
|\
| * ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-252-0/+19
* | Merge pull request #10898 from EricCousineau-TRI/prefer-user-copyswapnEric Wieser2018-05-281-0/+6
|\ \
| * | ENH: Have dtype transfer for equivalent user dtypes prefer user-defined `copy...Eric Cousineau2018-05-181-0/+6
* | | Merge pull request #9686 from eric-wieser/force-tupleCharles Harris2018-05-272-6/+18
|\ \ \
| * \ \ Merge branch 'master' into force-tupleEric Wieser2018-05-2565-1060/+1311
| |\ \ \
| * | | | DEP: Deprecate non-tuple multidimensional indicesSebastian Berg2018-05-252-6/+17
* | | | | Merge pull request #11145 from mattip/nep-tweakCharles Harris2018-05-272-1/+14
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | setting version confuses circlecimattip2018-05-241-2/+1
| * | | | DOC: cleanup NEP creationmattip2018-05-243-2/+16
| | |_|/ | |/| |
* | | | BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038)Kritika Jalan2018-05-251-0/+5
* | | | ENH: Modify intersect1d to return common indices (#10684)Christopher2018-05-251-0/+6
|/ / /
* | | 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
|\ \ \ \ \