summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11084 from mattip/test-documentationRalf Gommers2018-07-132-2/+19
|\ | | | | DOC: link to TESTS.rst.txt testing guidelines document, tweaks
| * DOC: link to TESTS.rst.txt testing guidelines document, tweak testing docsmattip2018-06-252-2/+19
| |
* | Tiny typo on numpy/reference/arrays.dtypes.htmlLilian Besson2018-07-111-0/+1
| | | | | | See #11552
* | Merge pull request #11347 from mattip/less-sphinx-warningsRalf Gommers2018-06-275-26/+13
|\ \ | |/ |/| DOC: Silence many sphinx warnings
| * fixes from reviewmattip2018-06-242-16/+0
| |
| * DOC: typos, small fixesmattip2018-06-153-14/+13
| |
| * DOC: quiet warnings about "document not in any toctree"mattip2018-06-152-0/+4
| |
* | ENH: Remove NpyIter_Closemattip2018-06-181-25/+7
| |
* | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-162-5/+5
| |
* | DOC: document new functionsmattip2018-06-153-0/+4
|/
* Merge pull request #11222 from hmaarrfk/documentation_nditerCharles Harris2018-06-091-19/+19
|\ | | | | DOC: Make reference doc nditer examples python3 friendly
| * Updated with correct endMark Harfouche2018-06-021-19/+19
| |
| * Reference doc to nditer is python3 friendlyMark Harfouche2018-06-011-19/+19
| |
* | DOC: Describe new axis argument.Marten van Kerkwijk2018-06-071-1/+12
|/ | | | Both in the general documentation and in the release notes.
* Merge pull request #11177 from mhvk/gufunc-docs-improvementEric Wieser2018-05-293-12/+25
|\ | | | | DOC: improvement of the documentation for gufunc.
| * DOC: Further clarification of c-api.Marten van Kerkwijk2018-05-291-9/+14
| |
| * DOC: Clarify C-API for generalized ufuncs.mattip2018-05-283-8/+10
| |
| * DOC: improve docs for PyUFunc_FromFuncAndData.mattip2018-05-281-4/+10
| |
* | Merge pull request #11105 from eric-wieser/take_along_axis-strictMarten van Kerkwijk2018-05-281-0/+2
|\ \ | |/ |/| ENH: Add (put|take)_along_axis
| * ENH: Add (put|take)_along_axis as described in #8708Eric Wieser2018-05-251-0/+2
| | | | | | | | This is the reduced version that does not allow any insertion of extra dimensions
* | Merge branch 'master' into force-tupleEric Wieser2018-05-2511-78/+212
|\ \ | |/
| * DOC: Describe new keepdims arguments (and axes).Marten van Kerkwijk2018-05-181-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.
| * DOC: Mention we can return unitinitialized values (#11086)Matti Picus2018-05-151-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 itmattip2018-05-141-1/+9
| |
| * DOC: create label and ref, fixes broken linkmattip2018-05-131-1/+1
| |
| * DOC: link to updated module docstring, not NEPmattip2018-05-131-1/+1
| |
| * DOC: expand reasoning behind npy_*floatstatus_barrer()mattip2018-05-101-2/+13
| |
| * BUG: optimizing compilers can reorder call to npy_get_floatstatus (#11036)Matti Picus2018-05-091-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)luzpaz2018-04-301-1/+1
| | | | | | | | | | | | | | | | | | User- and non-user-facing typos. Some source typos fixes as well. Found via `codespell`.
| * Merge pull request #10949 from mattip/doc-nditerAllan Haldane2018-04-272-23/+30
| |\ | | | | | | DOC: cleanup documentation, continuation of nditer PR #9998
| | * Merge branch 'master' into doc-nditerCharles Harris2018-04-243-12/+18
| | |\
| | * | DOC: cleanup documentation, continuation of nditer PR #9998mattip2018-04-232-24/+31
| | | |
| * | | DOC: advise against use of matrix.Marten van Kerkwijk2018-04-251-0/+7
| | |/ | |/|
| * | Merge pull request #10824 from mattip/fix-PyArray_DeprecateWritebackIfCopyCharles Harris2018-04-241-11/+15
| |\ \ | | | | | | | | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and docu…
| | * | BUG: test, fix PyArray_DiscardWritebackIfCopy refcount issue and documentmattip2018-04-211-11/+15
| | | |
| * | | DOC: add quantile, nanquantile to tocmattip2018-04-241-0/+2
| | | |
| * | | MAINT, DOC: Fix typos (#10958)Nicholas Nadeau, P.Eng., AVS2018-04-231-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 iteratormattip2018-04-221-9/+16
| |/
| * Merge pull request #9998 from mattip/nditer-as-context-managerAllan Haldane2018-04-212-42/+73
| |\ | | | | | | ENH: Nditer as context manager
| | * ENH: add nditer.close as per reviewmattip2018-04-201-3/+6
| | |
| | * ENH: add NpyIter_Close, nditer__{enter,exit}__mattip2018-04-202-42/+70
| | |
| * | DOC: Removed references to the 2008 documentation marathon (#10945)alexthomas932018-04-211-7/+1
| |/ | | | | Fixes #10944
| * add documentation for constantsguoci2018-03-102-0/+6
| |
| * DOC: describe axes keyword in ufunc documentation.Marten van Kerkwijk2018-02-271-0/+14
| |
* | DEP: Deprecate non-tuple multidimensional indicesSebastian Berg2018-05-251-6/+11
|/ | | | | | Currently, arr[[None, 0]] and arr[(None, 0)] mean the same thing, yet arr[[0, 0]] and arr[(0, 0)] mean different things. This makes it super hard to make a subclass or duck array that behaves consistently with ndarray. By deprecating this feature, we force downstream library code to stop using it, which in turn makes that library code use approaches that are easier to implement in subclasses and duck types.
* DOC: Corrected url for Guide to NumPy book; see part of #8520, all of #9088, ↵derrick2018-02-141-2/+2
| | | | and all of #10572
* DOC: added "steals a reference" to PyArray_FromAnyMads R. B. Kristensen2018-01-141-3/+4
| | | | PyArray_FromAny() steals a reference to the dtype argument
* Merge pull request #10213 from jarrodmillman/nep-processCharles Harris2018-01-031-1/+1
|\ | | | | ENH: Set up proposed NEP process
| * DOC: Prepare to host NEPs on GH pagesJarrod Millman2017-12-141-1/+1
| |
* | Documentation and misc. typosluzpaz2017-12-301-1/+1
| | | | | | Found via `codespell`