summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* DOC: add 1.9.2 release notesJulian Taylor2015-01-271-0/+1
* DOC: add 1.9.1 release notes to index and fix formattingJulian Taylor2014-10-261-0/+1
* Merge pull request #5102 from dpinte/fix/epd_canopyJulian Taylor2014-09-231-3/+4
|\
| * DOC: replacing old reference from EPD to CanopyDidrik Pinte2014-09-231-3/+4
* | Merge pull request #5076 from kanhua/kh_fixJulian Taylor2014-09-191-0/+6
|\ \ | |/
| * DOC: add section on compiling pyf fileskanhua2014-09-191-0/+6
* | DOC: sync release notes with 1.8 branchJulian Taylor2014-09-071-0/+2
* | MAINT: disable ufunc override for 1.9 releaseJulian Taylor2014-07-291-70/+0
* | Merge pull request #4906 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-161-3/+3
* | 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
| |/
* | DOC: add full/full_likeJulian Taylor2014-06-141-0/+2
* | DOC: fix a couple mistakes in the indexing documentationJulian Taylor2014-06-111-5/+5
* | DOC: fix signature of PyArray_NewShape in C-API docsJulian Taylor2014-06-111-3/+4
|/
* 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
|\