summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
| * DOC: Mention numpydoc 0.6.chebee7i2015-02-141-2/+10
| * DOC: Replace "Parameters" with "Returns".chebee7i2015-02-141-1/+1
| * DOC: Clarify documentation for Yields.chebee7i2015-01-111-4/+3
| * DOC: Add documentation for Yields section in docstrings.chebee7i2015-01-111-19/+49
* | DOC: Document loadtxt support for float.hex float representation.Charles Harris2015-02-131-0/+5
* | Merge pull request #5518 from charris/simple-gh-3010Charles Harris2015-02-131-0/+13
|\ \
| * | DOC: Document changes in npymath library.Charles Harris2015-02-131-0/+13
* | | 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
|/ / /
* | | Correct my email addressBlake Griffith2015-02-021-1/+1
* | | DOC: Update PyArray_ArrFuncs documentationjaimefrio2015-01-291-17/+53
* | | DOC: Update docs for PyArray_FromInterface/PyArray_FromStructInterfacejaimefrio2015-01-281-7/+5
|/ /
* | Merge pull request #5505 from ahaldane/recarray_returntypeCharles Harris2015-01-261-0/+9
|\ \
| * | BUG: Fix recarray getattr and getindex return typesAllan Haldane2015-01-261-0/+9
* | | 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: Document new genfromtxt max_rows argument in release notes.Charles Harris2015-01-241-1/+8
* | | | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-229-52/+53
* | | | ENH: Make swapaxes always return a viewjaimefrio2015-01-201-2/+7
|/ / /
* | | ENH: Make rollaxis always return a view.Charles Harris2015-01-191-0/+6
* | | DOC: some small fixes to the "Using Python as glue" section of the user guide.Ralf Gommers2015-01-172-98/+87
* | | Merge pull request #5361 from JDWarner/arraypad_fixesCharles Harris2015-01-131-0/+6
|\ \ \ | |_|/ |/| |
| * | ENH: Improve arg handling & enhance test suite for np.padJosh Warner (Mac)2015-01-061-0/+6
* | | Merge pull request #5332 from rnelsonchem/dev_docsCharles Harris2015-01-115-194/+173
|\ \ \
| * | | DOC: Update Development Workflow PageRyan Nelson2015-01-105-194/+173
* | | | Merge pull request #5421 from charris/special-case-matrixCharles Harris2015-01-061-5/+7
|\ \ \ \
| * | | | DOC: Document changes to diag, diagonal, ravel in 1.10-notes.rst.Charles Harris2015-01-061-5/+7
* | | | | Merge pull request #5418 from shoyer/nanprodCharles Harris2015-01-051-0/+1
|\ \ \ \ \
| * | | | | ENH: add np.nanprodStephan Hoyer2015-01-051-0/+1
| | |_|/ / | |/| | |
* | | | | DOC: update npy-format NEP and lib/format.py with version 2.0 description.Ralf Gommers2015-01-041-3/+20
| |/ / / |/| | |
* | | | Merge pull request #5398 from Garrett-R/fix_5376Charles Harris2015-01-021-5/+8
|\ \ \ \
| * | | | BUG: Fixes #5376: np.ravel to return same array typeGarrett-R2015-01-021-5/+8
* | | | | DOC: link to the npy-format NEP in numpy.npyio docs. Closes gh-4523.Ralf Gommers2015-01-021-2/+5
* | | | | DOC: Add note about writeable views from einsum to 1.10.0 release notes.Ian Henriksen2015-01-011-0/+5
|/ / / /
* | | | DOC: add change to dev-version string (gh-5387) to 1.10.0 release notes.Ralf Gommers2014-12-291-0/+6
* | | | DOC: Added ma.clump_masked to doc; removed `extras` in examplesYuxiang Wang2014-12-281-0/+2
* | | | Merge pull request #5369 from charris/compat-noteCharles Harris2014-12-251-0/+8
|\ \ \ \
| * | | | REL: Update the 1.10 release notes.Charles Harris2014-12-121-0/+8
| |/ / /
* | | | 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
|\ \ \ \ | |/ / /