summaryrefslogtreecommitdiff
path: root/doc/source/reference
Commit message (Expand)AuthorAgeFilesLines
* BUG: core: ensure __r*__ has precedence over __numpy_ufunc__Pauli Virtanen2013-10-191-0/+29
* DOC: fix signature of NpyIter_GetIterNext in capi docJulian Taylor2013-10-051-1/+1
* DEP, DOC: Undocument numarray and numeric.Charles Harris2013-09-232-8/+8
* DOC: improve __numpy_ufunc__ documentationPauli Virtanen2013-09-152-13/+33
* Merge pull request #3741 from juliantaylor/doc-updateCharles Harris2013-09-142-0/+3
|\
| * DOC: add isclose and partition to reference and link some docsJulian Taylor2013-09-142-0/+3
* | DOC: Make savez_compressed show up in the documentation.Charles Harris2013-09-131-0/+1
|/
* DOC: Add NEP and documentation for ufunc overrides.Blake Griffith2013-08-311-0/+34
* STY: Giant whitespace cleanup.Charles Harris2013-08-1814-26/+16
* Update docsJay Bourque2013-08-161-3/+4
* Add documentation for new 'at' ufunc methodJay Bourque2013-08-161-0/+6
* MAINT: Refactor nanfunctions.Charles Harris2013-08-121-1/+4
* ENH: add quickselect algorithm and expose it via partitionJulian Taylor2013-08-122-9/+32
* BUG: Document that numpy.int_ doesn't inherit from int on Py3kYury V. Zaytsev2013-08-101-2/+7
* Fix documentation description of loop spam in interactive interpreterEric Price2013-08-101-3/+3
* Merge branch 'numpy-swig' into gh-3451Charles Harris2013-07-292-43/+171
|\
| * Added more mentions of the SuperTensor tests and corrected the number of type...Egor Zindy2013-06-162-8/+10
| * Updated numpy.i testing documentationBill Spotz2013-03-141-3/+3
| * Updated the numpy.i documentationBill Spotz2013-03-141-37/+163
* | Corrected typos in documentation for PyArray_GETPTR1.Daniel2013-07-011-7/+7
* | Fix minor typos in Polynomial class documentationKumar Appaiah2013-06-151-17/+17
* | DOC: add fmax/fmin to ufuncs list and math routines listendolith2013-05-192-0/+6
* | Another name change to RegisterLoopForDescrJay Bourque2013-05-141-1/+1
* | Change name of RegisterLoopForStructType to RegisterLoopByDescrJay Bourque2013-05-141-3/+5
* | Update c-api documentationJay Bourque2013-05-141-0/+8
* | Merge pull request #2701 from seberg/indexingseberg2013-05-111-2/+2
|\ \
| * | DOC: Advanced indexing using np.newaxesSebastian Berg2013-04-121-2/+2
* | | Update c api documentationJay Bourque2013-05-061-0/+10
* | | Merge pull request #3220 from pv/linalg-guCharles Harris2013-04-171-0/+18
|\ \ \
| * | | DOC: document the behavior of generalized N-dim linear algebra functionsPauli Virtanen2013-04-101-0/+18
| |/ /
* | | DOC: Document NPY_RELAXED_STRIDES_CHECKING changesSebastian Berg2013-04-113-14/+68
|/ /
* | Merge pull request #3104 from seberg/nditer-allow-0dCharles Harris2013-04-011-3/+8
|\ \
| * | DOC: Add documentation clarifying the use of oa_ndimSebastian Berg2013-03-031-3/+8
* | | 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
| |/ |/|
* | DOC: Add mention of PyArray_SetBaseObject stealing a referenceMark Wiebe2013-03-071-2/+4
|/
* DOC: Remove documentation of non-existing advanced iter NA flags.Sebastian Berg2013-03-011-29/+0
* FIX: Transition scheme for safer in-place ufunc operationsNathaniel J. Smith2012-09-201-0/+6
* Added entries for assert_allclose, assert_array_almost_equal_nulp, and assert...Matt Davis2012-07-201-0/+3
* Merge pull request #350 from jayvius/get-view2Travis E. Oliphant2012-07-171-0/+10
|\
| * change DeprecationWarning to FutureWarningJay Bourque2012-07-171-1/+1
| * Updated reference docs for DeprecationWarningJay Bourque2012-07-171-0/+10
* | Merge pull request #327 from teoliphant/restore_apiTravis E. Oliphant2012-07-171-22/+29
|\ \ | |/ |/|
| * DOC: Update API description with suggestions from charris.Travis E. Oliphant2012-07-171-8/+5
| * DOC: update language of C-API deprecations.Travis E. Oliphant2012-07-171-5/+7
| * Fix-up deprecations language.Travis E. Oliphant2012-07-111-5/+13
| * Fix the deprecations language.Travis E. Oliphant2012-07-111-19/+19
* | Merge pull request #332 from nouiz/fillwbyte_docCharles Harris2012-07-161-0/+1
|\ \
| * | better new doc sentence following code review.Frederic2012-07-161-1/+1
| * | Add doc for PyArray_FILLWBYTE to tell the ndarray must be c contiguous.Frederic2012-07-061-0/+1
| |/
* | DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-072-2/+4