summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix links to flagsEric Wieser2017-04-051-7/+8
* DOC: Add missing context argumentEric Wieser2017-04-051-1/+1
* Merge pull request #8836 from MSeifert04/doc_fixed_some_sphinx_warningsEric Wieser2017-04-029-320/+480
|\
| * DOC: Unwrap long signature linesMichael Seifert2017-03-287-166/+369
| * DOC: Replace deprecated (since 1.6) references in documentationMichael Seifert2017-03-272-6/+6
| * DOC: Fixed wrong directiveMichael Seifert2017-03-271-1/+1
| * DOC: Function definitions may not extend over several linesMichael Seifert2017-03-273-82/+39
| * DOC: Fix broken links (include missing : and capitalization)Michael Seifert2017-03-272-3/+3
| * DOC: Correct links to ndarray methods when currentmodule != numpyMichael Seifert2017-03-271-42/+42
| * DOC: Corrected links for several __array_*__ functionsMichael Seifert2017-03-275-32/+32
| * DOC: Included correct destination for "&PyArray_Type" link.Michael Seifert2017-03-271-1/+1
| * DOC: fixed link to `NPY_END_THREADS`Michael Seifert2017-03-261-1/+1
| * DOC: include missing second ":" for definitions of types.Michael Seifert2017-03-261-18/+18
| * DOC: Fix "PyObject *" links in narrative documentationMichael Seifert2017-03-264-7/+7
* | Merge pull request #8857 from MSeifert04/remove_jargon_glossaryEric Wieser2017-03-281-5/+0
|\ \
| * | DOC: remove glossary referenceMichael Seifert2017-03-281-5/+0
* | | Merge pull request #8847 from charris/update-1.13.0-notesCharles Harris2017-03-261-66/+73
|\ \ \
| * | | DOC: Preliminary edit of 1.13.0 release notes.Charles Harris2017-03-261-66/+73
* | | | DOC: Add release note about np.real and np.conjgfyoung2017-03-261-0/+6
|/ / /
* | | Merge pull request #8106 from charris/release-walkthroughCharles Harris2017-03-262-8/+208
|\ \ \
| * | | DOC: Document release procedure with a walkthrough.Charles Harris2017-03-182-8/+208
* | | | Merge pull request #8840 from rgommers/mailinglist-moveCharles Harris2017-03-266-47/+17
|\ \ \ \
| * | | | DOC: update docs and comments for move of mailing list to python.orgRalf Gommers2017-03-266-47/+17
| | |/ / | |/| |
* | | | Merge pull request #8649 from eric-wieser/lapack_lite-3.2.2Charles Harris2017-03-261-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Add changelog entry for new lapack_liteEric Wieser2017-03-261-0/+12
| | |/ | |/|
* | | Merge pull request #8835 from MSeifert04/doc_include_nextafter_and_spacingEric Wieser2017-03-251-0/+2
|\ \ \
| * | | DOC: Include nextafter and spacing function in documentation.Michael Seifert2017-03-251-0/+2
| |/ /
* | | DOC: add BENCH prefix to documented commit prefixesJulian Taylor2017-03-251-0/+1
|/ /
* | Merge pull request #8830 from MSeifert04/missing_whitespace_before_directiveCharles Harris2017-03-241-1/+1
|\ \
| * | DOC: added a whitespace so that sphinx directive displays correctlyMichael Seifert2017-03-251-1/+1
* | | DOC: Add missing release note for #8584Eric Wieser2017-03-251-1/+6
* | | Merge pull request #8801 from ZZhaoTireless/fix/hstack-error-msgCharles Harris2017-03-241-0/+6
|\ \ \
| * | | BUG: fix the error msg of empty hstack inputZZhaoTireless2017-03-211-0/+6
* | | | DOC: Add 'heaviside' to the ufunc documentation.Warren Weckesser2017-03-232-0/+2
* | | | ENH: Add the 'heaviside' ufunc.Warren Weckesser2017-03-201-0/+10
|/ / /
* | | DOC: Fix typosJakub Wilk2017-03-1748-105/+105
* | | BUG: Make MaskedArray.argsort and MaskedArray.sort consistentEric Wieser2017-03-071-0/+8
* | | Merge pull request #8749 from charris/add-1.12.1-notes-to-docsCharles Harris2017-03-051-0/+1
|\ \ \
| * | | DOC: Add 1.12.1 release notes to documentation.Charles Harris2017-03-051-0/+1
* | | | DOC: Update 1.12.1 release notes.Charles Harris2017-03-051-2/+37
|/ / /
* | | ENH: Implement most linalg operations for 0x0 matricesEric Wieser2017-03-041-0/+6
|/ /
* | Merge pull request #8731 from solarjoe/masterEric Wieser2017-03-031-0/+1
|\ \
| * | DOC: added linalg.multi_dot to function listsolarjoe2017-03-031-0/+1
* | | DOC: Add float_power to routines.math documentation autosummaryMichael Seifert2017-03-021-0/+1
|/ /
* | BUG: Fix creating a np.matrix from string syntax involving booleans (#8497)Zè Vinícius2017-03-011-0/+5
* | BUG: MaskedArray __eq__ wrong for masked scalar, multi-d recarrayMarten van Kerkwijk2017-02-271-0/+9
* | Merge pull request #8663 from eric-wieser/subclass-reprMarten van Kerkwijk2017-02-261-0/+5
|\ \
| * | ENH: Fix alignment of repr for array subclassesEric Wieser2017-02-251-0/+5
* | | DOC: fix incorrect mask value when value was changed (#8698)Eugene2017-02-261-1/+1
|/ /
* | Merge pull request #8685 from eric-wieser/shape-to-ndimJulian Taylor2017-02-251-0/+5
|\ \