summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* DOC: add 1.7.2 release notesJulian Taylor2013-11-011-0/+1
* BUG: core: ensure __r*__ has precedence over __numpy_ufunc__Pauli Virtanen2013-10-191-0/+29
* DOC: Notes on backporting.Blake Griffith2013-10-102-1/+62
* 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
* REL: Setup 1.9.0-notes.rst for master.Charles Harris2013-08-181-0/+1
* STY: Giant whitespace cleanup.Charles Harris2013-08-1821-41/+28
* 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
* MAINT: Cleanup doc/source/user/basics.io.genfromtxt.rst.Charles Harris2013-08-011-152/+239
* DOC: Fixes for doc/source/user/basics.io.genfromtxt.rst.Jesús Gómez2013-08-011-2/+2
* 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
* | DOC: put release notes in inverse orderPauli Virtanen2013-07-251-8/+8
* | DOC: use the new scipy-sphinx-theme in the documentationPauli Virtanen2013-07-255-240/+38
* | 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 missing release notes to the reference guide.Ralf Gommers2013-06-041-0/+3
* | DOC: remove module index from reference guide.Ralf Gommers2013-06-042-3/+1
* | DOC: add fmax/fmin to ufuncs list and math routines listendolith2013-05-192-0/+6
* | Another name change to RegisterLoopForDescrJay Bourque2013-05-142-3/+3
* | Change name of RegisterLoopForStructType to RegisterLoopByDescrJay Bourque2013-05-142-9/+11
* | Update c-api documentationJay Bourque2013-05-142-0/+173
* | 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
|/ /
* | DOC: incorporate @charris' suggestionsPaul Ivanov2013-04-082-2/+2
* | DOC: point to the github issues pagePaul Ivanov2013-04-082-13/+11
* | 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* | Merge pull request #3178 from charris/2to3-apply-import-fixernjsmith2013-04-021-1/+1
|\ \
| * | 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* | | 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
* | Add texinfo build target for documentTakafumi Arakaki2013-03-021-0/+12
|/