summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #5536 from stefaneng/patch-1Charles Harris2015-02-081-2/+2
|\
| * genfromtxt example in user docs missing delimiterStefan Eng2015-02-051-2/+2
* | 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
* | Merge pull request #5473 from rgommers/doc-inplace-buildCharles Harris2015-01-254-47/+272
|\ \
| * | DOC: developer guide: add section on rebuild/clean, expand section on gdb.Ralf Gommers2015-01-241-13/+72
| * | DOC: add "build and test" section to developer guide. Closes gh-5465.Ralf Gommers2015-01-204-1/+161
| * | DOC: update "build and install" page in user guide.Ralf Gommers2015-01-201-46/+52
* | | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-229-52/+53
|/ /
* | DOC: some small fixes to the "Using Python as glue" section of the user guide.Ralf Gommers2015-01-172-98/+87
* | Merge pull request #5332 from rnelsonchem/dev_docsCharles Harris2015-01-114-193/+166
|\ \
| * | DOC: Update Development Workflow PageRyan Nelson2015-01-104-193/+166
* | | 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
| | |/ | |/|
* | | Merge pull request #5301 from larsmans/pyiter-docCharles Harris2014-11-291-46/+47
|\ \ \ | |_|/ |/| |
| * | 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
* | | Merge pull request #5294 from larsmans/pyiter-docCharles Harris2014-11-191-2/+0
|\ \ \ | |/ /
| * | DOC: iterator: don't bother users with NumPy development detailsLars Buitinck2014-11-191-2/+0
* | | Merge pull request #5292 from larsmans/glue-docsCharles Harris2014-11-191-196/+140
|\ \ \ | |/ / |/| |
| * | DOC: python-as-glue: copyeditLars Buitinck2014-11-191-17/+16
| * | DOC: python-as-glue: use Cython, not PyrexLars Buitinck2014-11-181-188/+133
* | | Merge pull request #5284 from juliantaylor/doc-fixCharles Harris2014-11-181-0/+1
|\ \ \ | |/ / |/| |
| * | DOC: sync 1.9.1 release notesJulian Taylor2014-11-171-0/+1
| |/
* | DOC: remove Weave recommendationLars Buitinck2014-11-171-224/+5
* | DOC: python-as-glue: remove Instant, PyInlineLars Buitinck2014-11-171-64/+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-254-24/+17
|\ \
| * | DOC/MAINT: Python 2.6 or 3.2 requiredLars Buitinck2014-09-254-24/+17
* | | 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 #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
|\ \ | |/