Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #11347 from mattip/less-sphinx-warnings | Ralf Gommers | 2018-06-27 | 10 | -29/+46 |
|\ | | | | | DOC: Silence many sphinx warnings | ||||
| * | fixes from review | mattip | 2018-06-24 | 3 | -20/+1 |
| | | |||||
| * | DOC: typos, small fixes | mattip | 2018-06-15 | 3 | -14/+13 |
| | | |||||
| * | DOC: quiet warnings about "document not in any toctree" | mattip | 2018-06-15 | 4 | -3/+9 |
| | | |||||
| * | use `:orphan:` to quiet warnings when building documentation | mattip | 2018-06-15 | 3 | -0/+31 |
| | | |||||
* | | ENH: Remove NpyIter_Close | mattip | 2018-06-18 | 1 | -25/+7 |
| | | |||||
* | | WIP: DOC: slightly tweak the directions to create a release (#11312) | Matti Picus | 2018-06-16 | 2 | -0/+17 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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] | ||||
* | | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 22 | -84/+83 |
| | | |||||
* | | DOC: document new functions | mattip | 2018-06-15 | 3 | -0/+4 |
|/ | |||||
* | DOC: Update master after NumPy 1.14.5 release. | mattip | 2018-06-13 | 1 | -0/+1 |
| | |||||
* | REL: Setup master for 1.16 development. | Charles Harris | 2018-06-12 | 1 | -0/+1 |
| | |||||
* | Merge pull request #11222 from hmaarrfk/documentation_nditer | Charles Harris | 2018-06-09 | 1 | -19/+19 |
|\ | | | | | DOC: Make reference doc nditer examples python3 friendly | ||||
| * | Updated with correct end | Mark Harfouche | 2018-06-02 | 1 | -19/+19 |
| | | |||||
| * | Reference doc to nditer is python3 friendly | Mark Harfouche | 2018-06-01 | 1 | -19/+19 |
| | | |||||
* | | Merge pull request #11018 from mhvk/gufunc-axis-and-keepdims | Charles Harris | 2018-06-07 | 1 | -1/+12 |
|\ \ | | | | | | | ENH: Implement axis for generalized ufuncs. | ||||
| * | | DOC: Describe new axis argument. | Marten van Kerkwijk | 2018-06-07 | 1 | -1/+12 |
| | | | | | | | | | | | | Both in the general documentation and in the release notes. | ||||
* | | | DOC: Update master after NumPy 1.14.4 release. | Charles Harris | 2018-06-06 | 1 | -0/+2 |
|/ / | | | | | | | [skip ci] | ||||
* | | fixes from review | mattip | 2018-06-01 | 1 | -2/+2 |
| | | |||||
* | | DOC: add existing recfunctions documentation to output | mattip | 2018-06-01 | 1 | -0/+6 |
|/ | |||||
* | Merge pull request #11177 from mhvk/gufunc-docs-improvement | Eric Wieser | 2018-05-29 | 4 | -12/+26 |
|\ | | | | | DOC: improvement of the documentation for gufunc. | ||||
| * | DOC: Further clarification of c-api. | Marten van Kerkwijk | 2018-05-29 | 1 | -9/+14 |
| | | |||||
| * | DOC: Clarify C-API for generalized ufuncs. | mattip | 2018-05-28 | 4 | -8/+11 |
| | | |||||
| * | DOC: improve docs for PyUFunc_FromFuncAndData. | mattip | 2018-05-28 | 1 | -4/+10 |
| | | |||||
* | | Merge pull request #11105 from eric-wieser/take_along_axis-strict | Marten van Kerkwijk | 2018-05-28 | 1 | -0/+2 |
|\ \ | |/ |/| | ENH: Add (put|take)_along_axis | ||||
| * | ENH: Add (put|take)_along_axis as described in #8708 | Eric Wieser | 2018-05-25 | 1 | -0/+2 |
| | | | | | | | | This is the reduced version that does not allow any insertion of extra dimensions | ||||
* | | Merge branch 'master' into force-tuple | Eric Wieser | 2018-05-25 | 31 | -211/+513 |
|\ \ | |/ | |||||
| * | DOC: Describe new keepdims arguments (and axes). | Marten van Kerkwijk | 2018-05-18 | 1 | -0/+12 |
| | | | | | | | | | | | | Both in the general documentation and in the release notes. For the latter, also include a description of ``axes``, which was missing so far. | ||||
| * | Merge pull request #10991 from eric-wieser/genfromtxt-docs | Charles Harris | 2018-05-16 | 1 | -36/+36 |
| |\ | | | | | | | DOC: Update genfromtxt docs to use StringIO and u-strings | ||||
| | * | DOC: Update genfromtxt docs to use StringIO and u-strings | Eric Wieser | 2018-04-27 | 1 | -36/+36 |
| | | | | | | | | | | | | | | | | | | We could also instead use b-strings everywhere, but encouraging unicode seems like the right thing to do. Fixes #8498 | ||||
| * | | DOC: Mention we can return unitinitialized values (#11086) | Matti Picus | 2018-05-15 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DOC: mention we can return unitinitialized values * squash and rebase, extend explanation and improve docstring template * MAINT: Spelling fixes for docstrings. [ci skip] * MAINT: Update following feedback. | ||||
| * | | DOC: add numpy.lib.format to docs and link to it | mattip | 2018-05-14 | 2 | -1/+17 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | DOC: expand reasoning behind npy_*floatstatus_barrer() | mattip | 2018-05-10 | 1 | -2/+13 |
| | | | |||||
| * | | BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036) | Matti Picus | 2018-05-09 | 1 | -0/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * BUG: optimizing compilers can reorder call to npy_get_floatstatus * alternative fix for npy_get_floatstatus, npy_clear_floatstatus * unify test with pr #11043 * use barrier form of functions in place of PyUFunc_{get,clear}fperr * update doc, prevent segfault * MAINT: Do some rewrite on the 1.15.0 release notes. [ci skip] | ||||
| * | | MAINT: Misc. typos (#11005) | luzpaz | 2018-04-30 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | User- and non-user-facing typos. Some source typos fixes as well. Found via `codespell`. | ||||
| * | | Merge pull request #10949 from mattip/doc-nditer | Allan Haldane | 2018-04-27 | 2 | -23/+30 |
| |\ \ | | | | | | | | | DOC: cleanup documentation, continuation of nditer PR #9998 | ||||
| | * \ | Merge branch 'master' into doc-nditer | Charles Harris | 2018-04-24 | 3 | -12/+18 |
| | |\ \ | |||||
| | * | | | DOC: cleanup documentation, continuation of nditer PR #9998 | mattip | 2018-04-23 | 2 | -24/+31 |
| | | | | | |||||
| * | | | | Merge pull request #10980 from mattip/master | Charles Harris | 2018-04-27 | 2 | -3/+5 |
| |\ \ \ \ | | |_|_|/ | |/| | | | DOC: link to governance, convert external link to internal | ||||
| | * | | | DOC: link to governance, convert external link to internal | mattip | 2018-04-27 | 2 | -3/+5 |
| | | |/ | | |/| | |||||
| * | | | 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 docu… | ||||
| | * | | 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 |
| | | | | |||||
| * | | | MAINT, DOC: Fix typos (#10958) | Nicholas Nadeau, P.Eng., AVS | 2018-04-23 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed doc typo * fixed lib typos * fixed lapack_lite typos * Revert "fixed lapack_lite typos" This reverts commit e7dada860cb73af190234402508ab79965ecd079. | ||||
| * | | 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 | 2 | -42/+73 |
| |\ | | | | | | | ENH: Nditer as context manager | ||||
| | * | ENH: add nditer.close as per review | mattip | 2018-04-20 | 1 | -3/+6 |
| | | | |||||
| | * | ENH: add NpyIter_Close, nditer__{enter,exit}__ | mattip | 2018-04-20 | 2 | -42/+70 |
| | | |