summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
* BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-191-8/+10
* DOC: Document '@' and matmul.Charles Harris2015-06-042-3/+18
* Merge pull request #5914 from sirtom67/masterCharles Harris2015-05-262-0/+12
|\
| * New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss2015-05-252-0/+12
* | DOC: add nanmedian/nanpercentile to reference docsJoris Van den Bossche2015-05-261-0/+2
|/
* Merge pull request #5605 from shoyer/stackCharles Harris2015-05-121-2/+3
|\
| * ENH: add np.stackStephan Hoyer2015-05-111-2/+3
* | DOC: Document string dtype descriptor behaviorJaime Fernandez2015-05-061-6/+6
* | MAINT: Spelling and style fixes to internals.code-explanations.rst.Charles Harris2015-04-281-63/+65
* | DOC: Update indexing implementation explanations.Sebastian Berg2015-04-231-129/+74
* | DOC: add array2string to reference guide and explain relation to array_repr/strRalf Gommers2015-03-181-0/+1
* | DOC: 'signature' preferred over 'sig' as ufunc keyword argumentJaime Fernandez2015-03-121-3/+6
* | ENH: Strict checking of ufunc keyword argument namesJaime Fernandez2015-03-091-1/+1
* | Merge pull request #5621 from jaimefrio/ufunc_out_tupleCharles Harris2015-03-081-1/+14
|\ \
| * | ENH: ufuncs can take a tuple of arrays as 'out' kwargJaime Fernandez2015-03-081-1/+14
* | | DOC: Give version when various linalg functions accepted stacked arrays.Gert-Ludwig Ingold2015-03-071-0/+2
|/ /
* | ENH: add broadcast_to functionStephan Hoyer2015-02-261-0/+1
|/
* SWIG testing: clarify location and number of testsSandro Tosi2015-02-081-2/+2
* DOC: Update PyArray_ArrFuncs documentationjaimefrio2015-01-291-17/+53
* DOC: Update docs for PyArray_FromInterface/PyArray_FromStructInterfacejaimefrio2015-01-281-7/+5
* Merge pull request #5249 from immerrr/add-missing-scalar-func-docsCharles Harris2015-01-261-3/+18
|\
| * DOC: add documentation for some scalar checksimmerrr2014-11-291-3/+18
* | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-228-49/+50
* | DOC: link to the npy-format NEP in numpy.npyio docs. Closes gh-4523.Ralf Gommers2015-01-021-2/+5
* | DOC: Added ma.clump_masked to doc; removed `extras` in examplesYuxiang Wang2014-12-281-0/+2
* | DOC: fix typo in array flag docs.Eric Moore2014-12-191-1/+1
* | Merge pull request #5287 from chatcannon/reconcile-c-api-with-docsJulian Taylor2014-12-101-1/+4
|\ \
| * | DOC: Update the docs for the C API to reflect the change in return type of Py...Chris Kerr2014-11-171-1/+4
| |/
* | DOC: NpyIter chapter: move table to bottomLars Buitinck2014-11-201-45/+45
* | DOC: fix example in NpyIter docs that didn't compileLars Buitinck2014-11-191-1/+2
* | DOC: iterator: don't bother users with NumPy development detailsLars Buitinck2014-11-191-2/+0
|/
* Merge pull request #5077 from jaimefrio/gufuncs_core_dim_no_broadcastCharles Harris2014-10-272-24/+58
|\
| * DOC: Stricter checks for gufunc signaturesjaimefrio2014-10-202-24/+58
* | Merge pull request #5120 from larsmans/install-docsCharles Harris2014-09-252-10/+3
|\ \
| * | DOC/MAINT: Python 2.6 or 3.2 requiredLars Buitinck2014-09-252-10/+3
* | | DOC: document NPY_BEGIN_THREADS_THRESHOLDEDjaimefrio2014-09-251-0/+6
|/ /
* | DOC: Update PyArray_SearchSorted docs in c-api.array.rstjaimefrio2014-09-241-11/+20
|/
* Merge pull request #5062 from charris/update-numpy_ufunc-docJulian Taylor2014-09-131-1/+1
|\
| * DOC: Correct versionadded for __numpy_ufunc__ documentation.Charles Harris2014-09-101-1/+1
* | DOC: remove 'count_reduce_items' from the 'Counting' section.Warren Weckesser2014-08-111-1/+0
* | Merge pull request #4905 from juliantaylor/doc-updateCharles Harris2014-07-274-12/+6
|\ \
| * | DOC: NPY_ITEM_LISTPICKLE -> NPY_LIST_PICKLEKirill Smelkov2014-07-271-1/+1
| * | DOC: remove obsolete NA documentation pageJulian Taylor2014-07-271-11/+0
| * | DOC: add some missing ma functions to referenceJulian Taylor2014-07-271-0/+3
| * | DOC: add ascontiguousarray and asarray_chkfinite to appropriate sectionJulian Taylor2014-07-271-0/+2
| |/
* | DOC: fix a typo and use TeX for plot labelsendolith2014-07-151-3/+3
* | Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-9/+8
|\ \
| * | MAINT: Change default inplace, ufunc(...,out=x) casting to same_kind.Charles Harris2014-05-061-9/+8
* | | Merge pull request #4801 from larsmans/c-fixesJulian Taylor2014-06-301-2/+2
|\ \ \
| * | | MAINT: const correctness and minor fixes to C codeLars Buitinck2014-06-101-2/+2
| | |/ | |/|