summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* DOC: add some highlights to release notes and reorganizeJulian Taylor2014-06-081-1/+1
* MAINT: Grammar and style corrections to whatisnumpy.rst.Charles Harris2014-05-291-12/+12
* DOC: Fix typos, punctuation, and grammar.Yoni Ben-Meshulam2014-05-291-3/+3
* Merge pull request #4076 from seberg/advanced-indexing-docCharles Harris2014-05-291-107/+279
|\
| * DOC: Rework the advanced indexing documentation.Sebastian Berg2014-05-291-107/+279
* | DOC: tweak gufunc API documentation, remove broken link. Closes gh-4726.Ralf Gommers2014-05-241-15/+11
* | Changing EPD to Canopybrettrmurphy2014-05-151-3/+3
* | MAINT: add a few nonnull attributes to array creation functionsJulian Taylor2014-04-241-1/+1
* | DOC: add NEPs overview to documentation.Ralf Gommers2014-04-2116-5/+59
* | DOC: fix examples in f2py documentation. They didn't appear at all in html.Ralf Gommers2014-04-211-95/+45
* | DOC: remove obsolete oldnumeric/numarray sections from reference guide.Ralf Gommers2014-04-212-3/+1
* | updated for None-npnewaxis alias commentjess0102014-04-171-2/+2
* | arrays.indexing.rstjess0102014-04-151-2/+2
* | DOC: Document assert_raises_regex in numpy reference.Charles Harris2014-03-261-0/+1
* | DOC: suggest definition of unique symbol in .hHans Meine2014-03-161-1/+5
* | "(byte-)string" in PyArrayInterface.typekind docsHans Meine2014-03-151-2/+2
* | doc fixes to 'array-protocol type strings'Hans Meine2014-03-151-4/+8
* | DOC: Change pyrex to Cython in c-info.how-to-extend.rst.Charles Harris2014-03-141-1/+1
* | Merge pull request #4487 from charris/move-swig-to-tools-directoryCharles Harris2014-03-131-1/+1
|\ \
| * | MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-121-1/+1
* | | BUG: Delay npyiter size check when size may changeSebastian Berg2014-03-121-5/+17
|/ /
* | DOC: dtype's compare requires aligned, not swapped arraysjaimefrio2014-03-041-4/+4
* | DOC fix incorrect variable name in examplejnothman2014-03-041-1/+1
* | BUG: Fix promote_types, can_cast, as astype issuesJay Bourque2014-02-251-2/+6
* | Update c-api.array.rstMarc-Alexandre Côté2014-02-171-0/+12
* | Merge pull request #4303 from charris/fix-gh-588seberg2014-02-171-1/+1
|\ \
| * | DOC: Typo, replace PyArrayDescr_Check by PyArray_DescrCheck.Charles Harris2014-02-161-1/+1
* | | DOC: remove mktemp mention from f2py manpageJulian Taylor2014-02-161-1/+1
|/ /
* | ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-114-2/+4
|/
* BUG: fix native-only long long checkJulian Taylor2014-01-041-2/+2
* Merge pull request #4149 from argriffing/doc-matrix-rankCharles Harris2014-01-021-0/+1
|\
| * DOC: matrix_rankalex2013-12-261-0/+1
* | DOC: f2py: fix some typos etcPauli Virtanen2014-01-034-38/+38
* | DOC: f2py: more Numeric -> numpy updatingPauli Virtanen2014-01-022-4/+4
* | DOC: f2py: update numpy.distutils part a bitPauli Virtanen2014-01-022-45/+7
* | DOC: f2py: minor fixupsPauli Virtanen2014-01-023-7/+6
* | MAINT: remove unused filePauli Virtanen2014-01-021-180/+0
* | DOC: f2py: Numeric -> numpyPauli Virtanen2014-01-026-30/+30
* | DOC: split up f2py user guide + markup fixesPauli Virtanen2014-01-028-1724/+1726
* | DOC: fix up f2py user guide formattingPauli Virtanen2014-01-021-181/+169
* | DOC: move f2py documentation under doc/ and link its user guide with SphinxPauli Virtanen2014-01-0235-0/+2522
|/
* Fix the doc of PyArray_ArgMax and PyArray_ArgMinFrederic2013-12-171-2/+2
* Merge pull request #3974 from juliantaylor/fenv-improveCharles Harris2013-11-062-0/+43
|\
| * ENH: avoid expensive clears in fenv functionsJulian Taylor2013-11-062-0/+43
* | 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