| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: create label and ref, fixes broken link | mattip | 2018-05-13 | 1 | -1/+1 |
* | DOC: link to updated module docstring, not NEP | mattip | 2018-05-13 | 1 | -1/+1 |
* | Merge pull request #8157 from ahaldane/void_item_memview | Charles Harris | 2018-05-12 | 1 | -0/+6 |
|\ |
|
| * | MAINT: make unstructured void .item() return byte | Allan Haldane | 2018-04-13 | 1 | -0/+6 |
* | | Merge pull request #11073 from mattip/doc-11036 | Charles Harris | 2018-05-11 | 1 | -2/+13 |
|\ \ |
|
| * | | DOC: expand reasoning behind npy_*floatstatus_barrer() | mattip | 2018-05-10 | 1 | -2/+13 |
* | | | Merge pull request #11056 from bashtage/random-permute-perf | Charles Harris | 2018-05-10 | 1 | -0/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | PERF: Improve performance of random permutation | Kevin Sheppard | 2018-05-09 | 1 | -0/+4 |
* | | | BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036) | Matti Picus | 2018-05-09 | 2 | -5/+38 |
|/ / |
|
* | | DOC: bump scipy-sphinx-theme to current version | Pauli Virtanen | 2018-05-05 | 1 | -0/+0 |
* | | MAINT: Misc. typos (#11005) | luzpaz | 2018-04-30 | 2 | -2/+2 |
* | | REL: add 1.14.3 changelogfwd_port_1.14.3_changelog | Allan Haldane | 2018-04-29 | 1 | -0/+27 |
* | | DOC: create 1.14.3 release note | Allan Haldane | 2018-04-29 | 1 | -0/+41 |
* | | Merge pull request #10949 from mattip/doc-nditer | Allan Haldane | 2018-04-27 | 3 | -26/+33 |
|\ \ |
|
| * \ | Merge branch 'master' into doc-nditer | Charles Harris | 2018-04-24 | 4 | -12/+28 |
| |\ \ |
|
| * | | | DOC: cleanup documentation, continuation of nditer PR #9998 | mattip | 2018-04-23 | 3 | -27/+34 |
* | | | | Merge pull request #10980 from mattip/master | Charles Harris | 2018-04-27 | 2 | -3/+5 |
|\ \ \ \ |
|
| * | | | | DOC: link to governance, convert external link to internal | mattip | 2018-04-27 | 2 | -3/+5 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #10635 from hameerabbasi/ufunc-reduce-identity | Marten van Kerkwijk | 2018-04-26 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | ENH: Implement initial kwarg for ufunc.add.reduce | Hameer Abbasi | 2018-04-24 | 1 | -0/+6 |
* | | | | | DOC: advise against use of matrix. | Marten van Kerkwijk | 2018-04-25 | 3 | -69/+46 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #10824 from mattip/fix-PyArray_DeprecateWritebackIfCopy | Charles Harris | 2018-04-24 | 1 | -11/+15 |
|\ \ \ \ |
|
| * | | | | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and document | mattip | 2018-04-21 | 1 | -11/+15 |
* | | | | | DOC: add quantile, nanquantile to toc | mattip | 2018-04-24 | 1 | -0/+2 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #10199 from chunweiyuan/quantile | Stephan Hoyer | 2018-04-23 | 1 | -0/+10 |
|\ \ \ \ |
|
| * | | | | ENH: Adding np.quantile() and np.nanquantile(). #10199 | Chun-Wei Yuan | 2018-04-16 | 1 | -0/+10 |
* | | | | | MAINT, DOC: Fix typos (#10958) | Nicholas Nadeau, P.Eng., AVS | 2018-04-23 | 1 | -1/+1 |
| |_|/ /
|/| | | |
|
* | | | | emphasis accessing `it.operands` only on open iterator | mattip | 2018-04-22 | 1 | -9/+16 |
| |/ /
|/| | |
|
* | | | Merge pull request #9998 from mattip/nditer-as-context-manager | Allan Haldane | 2018-04-21 | 3 | -42/+99 |
|\ \ \ |
|
| * | | | ENH: add nditer.close as per review | mattip | 2018-04-20 | 2 | -11/+13 |
| * | | | ENH: add NpyIter_Close, nditer__{enter,exit}__ | mattip | 2018-04-20 | 3 | -42/+97 |
* | | | | DOC: Removed references to the 2008 documentation marathon (#10945) | alexthomas93 | 2018-04-21 | 2 | -11/+1 |
* | | | | Added a modified version of the basic Sphinx search box | Alex Thomas | 2018-04-21 | 2 | -1/+24 |
* | | | | DOC: fix broken links for developer documentation | Nikita Kartashov | 2018-04-21 | 1 | -1/+1 |
* | | | | Merge pull request #10921 from mattip/percentile-graph | Charles Harris | 2018-04-20 | 2 | -2/+2 |
|\ \ \ \ |
|
| * | | | | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 2 | -2/+2 |
* | | | | | DOC: Fix typos in 1.15.0 changelog | Baurzhan Muftakhidinov | 2018-04-18 | 1 | -6/+6 |
| |/ / /
|/| | | |
|
* | | | | ENH: Extend np.flip to work over multiple axes | Junjie Bai | 2018-04-17 | 1 | -0/+5 |
|/ / / |
|
* | | | BUG: fix crash in numpy.genfromtxt(..., names=True, comments=None) (#10822) | Raunak Shah | 2018-04-16 | 1 | -1/+4 |
|/ / |
|
* | | Merge pull request #10878 from mattip/devdocs | Ralf Gommers | 2018-04-16 | 12 | -677/+98 |
|\ \
| |/
|/| |
|
| * | render the example in numpydoc, add ifconfig for host python major version | mattip | 2018-04-13 | 2 | -2/+26 |
| * | update submodule numpydoc for changes due to this branch | mattip | 2018-04-12 | 1 | -0/+0 |
| * | fix link (now checked) and clean up Acknowledgements | mattip | 2018-04-11 | 1 | -7/+4 |
| * | fix link | mattip | 2018-04-11 | 1 | -1/+1 |
| * | fix typos from review | mattip | 2018-04-11 | 2 | -2/+2 |
| * | add stub document for outside projects that link to it | mattip | 2018-04-11 | 1 | -0/+1 |
| * | remove duplicated text from numpydoc/formatting, include it instead | mattip | 2018-04-11 | 1 | -635/+22 |
| * | update copyright year | mattip | 2018-04-11 | 1 | -1/+1 |
| * | add missing glossary entries and link in missing document | mattip | 2018-04-11 | 1 | -0/+1 |
| * | update kwargs where needed | mattip | 2018-04-11 | 1 | -2/+2 |