summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3243 from seberg/deprecate-non-integer-arguments-newCharles Harris2013-06-091-2/+5
|\
| * DOC: Add integer deprecations to release notesSebastian Berg2013-06-091-2/+5
* | Merge pull request #3411 from juliantaylor/vectorize-fabsCharles Harris2013-06-081-0/+18
|\ \
| * | DOC: document isnan/bswap and SSE2 improvementsJulian Taylor2013-06-081-0/+18
* | | A minor cleanupJoon Ro2013-06-081-4/+2
|/ /
* | DOC: add missing release notes to the reference guide.Ralf Gommers2013-06-041-0/+3
* | DOC: remove module index from reference guide.Ralf Gommers2013-06-042-3/+1
* | DOC: add to HOWTO_RELEASE to check that the benchmark suite runs.Ralf Gommers2013-06-031-1/+4
* | DOC: fix a word in HOWTO_DOCUMENT.rst.txt.Warren Weckesser2013-05-301-1/+1
* | DOC: Fix URL for "How to Build API/Reference Documentation"Dan Miller2013-05-241-1/+1
* | Merge pull request #3339 from endolith/min_max_docstringsCharles Harris2013-05-202-0/+6
|\ \
| * | DOC: add fmax/fmin to ufuncs list and math routines listendolith2013-05-192-0/+6
* | | Merge pull request #3329 from JDWarner/faster_arraypadCharles Harris2013-05-191-0/+12
|\ \ \
| * | | ENH: improved, faster algorithm for array paddingJosh Warner (Mac)2013-05-191-0/+12
* | | | DOC: update numpy.distutils documentation, remove info.py details.Ralf Gommers2013-05-191-49/+16
| |/ / |/| |
* | | Another name change to RegisterLoopForDescrJay Bourque2013-05-142-3/+3
* | | Change name of RegisterLoopForStructType to RegisterLoopByDescrJay Bourque2013-05-142-9/+11
* | | Update c-api documentationJay Bourque2013-05-142-0/+173
| |/ |/|
* | Merge pull request #3328 from pv/runtestsCharles Harris2013-05-121-0/+6
|\ \
| * | DOC: mention runtests.py in release notesPauli Virtanen2013-05-121-0/+6
* | | Merge pull request #2701 from seberg/indexingseberg2013-05-112-2/+8
|\ \ \ | |/ / |/| |
| * | DOC: Advanced indexing using np.newaxesSebastian Berg2013-04-122-2/+8
* | | Update c api documentationJay Bourque2013-05-062-0/+28
| |/ |/|
* | Merge pull request #2822 from ContinuumIO/custom_output_operand_fixCharles Harris2013-05-021-0/+8
|\ \
| * | Add unit test for ufunc with custom typeJay Bourque2013-04-261-0/+8
* | | Fix np domain to avoid duplicate module indices in docsJonathan Waltman2013-05-011-0/+1
* | | BUG: sphinxext: fix sphinx extensions broken recentlyPauli Virtanen2013-05-013-9/+7
|/ /
* | DOC: Document that the 2to3 fixer is no longer used.Charles Harris2013-04-211-0/+5
* | BUG: Fix typo in docscrape_sphinx.py import.Charles Harris2013-04-211-1/+1
* | 2to3: Apply unicode fixer.Charles Harris2013-04-213-46/+63
* | Merge pull request #3220 from pv/linalg-guCharles Harris2013-04-171-0/+18
|\ \
| * | DOC: document the behavior of generalized N-dim linear algebra functionsPauli Virtanen2013-04-101-0/+18
* | | 2to3: Apply next fixer.Charles Harris2013-04-151-1/+1
* | | Merge pull request #3244 from charris/2to3-apply-zip-fixerCharles Harris2013-04-141-10/+10
|\ \ \
| * | | 2to3: Apply zip fixer.Charles Harris2013-04-131-10/+10
| | |/ | |/|
* | | Merge pull request #3221 from seberg/document-relaxed-stridesCharles Harris2013-04-144-14/+101
|\ \ \ | |/ / |/| |
| * | DOC: Document NPY_RELAXED_STRIDES_CHECKING changesSebastian Berg2013-04-114-14/+101
| |/
* | DOC: Fixup of delete/insert changes in release notesSebastian Berg2013-04-111-7/+13
* | ENH: larger fixes for np.delete and np.insert functionsSebastian Berg2013-04-111-0/+8
* | Merge pull request #3216 from charris/2to3-apply-map-fixerCharles Harris2013-04-101-2/+2
|\ \ | |/ |/|
| * 2to3: Apply `map` fixer.Charles Harris2013-04-101-2/+2
* | ENH: add `invert` parameter to numpy.in1d().Julien Phalip2013-04-081-1/+5
* | DOC: incorporate @charris' suggestionsPaul Ivanov2013-04-082-2/+2
* | DOC: point to the github issues pagePaul Ivanov2013-04-082-13/+11
|/
* ENH: Forward port `1.7.1` release notes.Charles Harris2013-04-071-0/+25
* 2to3: apply `dict` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Apply `print` fixer.Charles Harris2013-04-0642-176/+171
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-066-9/+13
|\
| * BUG: Fix stray '.' in import statement.Charles Harris2013-04-021-2/+2
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-026-8/+12