summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | 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-183-14/+48
|\ \ \
| * | | DOC: sync 1.9.1 release notesJulian Taylor2014-11-172-0/+34
| * | | DOC: fix documentation build removing single backticksJulian Taylor2014-11-171-14/+14
| | |/ | |/|
* | | Merge pull request #5288 from larsmans/glue-docsCharles Harris2014-11-181-288/+5
|\ \ \ | |/ / |/| / | |/
| * DOC: remove Weave recommendationLars Buitinck2014-11-171-224/+5
| * DOC: python-as-glue: remove Instant, PyInlineLars Buitinck2014-11-171-64/+0
* | ENH: add `multi_dot`: dot with multiple arguments.Stefan Otte2014-11-101-0/+3
|/
* Merge pull request #5161 from juliantaylor/parallel-distutilsJulian Taylor2014-11-021-0/+9
|\
| * ENH: support parallel compilation of extensionsJulian Taylor2014-10-281-0/+9
* | DEP: deprecate pkgloadalex2014-10-281-2/+6
|/
* Merge pull request #5077 from jaimefrio/gufuncs_core_dim_no_broadcastCharles Harris2014-10-273-24/+66
|\
| * DOC: Stricter checks for gufunc signaturesjaimefrio2014-10-203-24/+66
* | ENH: added parameter to use periodic x-coordinatessaullogiovani2014-10-171-0/+8
* | DEP: Deprecate SafeEval class.Charles Harris2014-10-151-0/+7
* | DOC: document improvements to `np.digitize`jaimefrio2014-09-251-0/+7
* | Merge pull request #5120 from larsmans/install-docsCharles Harris2014-09-255-25/+18
|\ \
| * | DOC/MAINT: Python 2.6 or 3.2 requiredLars Buitinck2014-09-255-25/+18
* | | Merge pull request #5116 from jaimefrio/poly-overflowCharles Harris2014-09-251-0/+7
|\ \ \
| * | | ENH: Cast non-object arrays to float in np.polyjaimefrio2014-09-251-0/+7
| |/ /