summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Clean up/fix several references to the "future" 1.10 releaseNathaniel J. Smith2016-01-141-1/+1
* DOC,BUG: Fix some latex generation problems.Charles Harris2016-01-051-16/+15
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-9/+9
* DEP: Stricter arg checking for array orderinggfyoung2015-12-181-4/+8
* ENH: reimplement may_share_memory in C to improve its performancePauli Virtanen2015-11-121-0/+39
* Fixed a typo in np.inner docSamuel St-Jean2015-10-161-1/+1
* typoeulerreich2015-10-041-1/+1
* Document empty(..., object) initialization to None.Antony Lee2015-09-261-2/+2
* DOC: Document Datetime, Timedelta dtype kindsHassan Kibirige2015-09-081-1/+3
* DOC: update docs + release notes vs shares_memoryPauli Virtanen2015-08-291-3/+2
* ENH: add shares_memory, implement may_share_memory using itPauli Virtanen2015-08-291-7/+24
* Doc : fixed paramter typoSamuel St-Jean2015-08-181-1/+1
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-5/+9
* DOC: Remove references to removed setasflat ndarray method.Charles Harris2015-07-011-31/+0
* DOC: Update docs.Gabor Kovacs2015-06-211-13/+14
* DOC: Document '@' and matmul.Charles Harris2015-06-041-1/+126
* DOC: Better document 'order' argument of 'sort' and friendsJaime Fernandez2015-05-301-6/+10
* Merge pull request #5605 from shoyer/stackCharles Harris2015-05-121-1/+2
|\
| * ENH: add np.stackStephan Hoyer2015-05-111-1/+2
* | ENH sync ndarray methods doc/args with numpy function doc/argsAllan Haldane2015-04-021-10/+11
|/
* Merge pull request #5307 from hunse/array-docstringCharles Harris2015-01-261-7/+7
|\
| * DOC: array docstring lists correct order defaultEric Hunsberger2014-11-201-7/+7
* | DOC: Fixing help documentation error in numpy.zeros. Fixes #5497 [skip ci]abdulmuneer2015-01-241-1/+1
* | Merge pull request #5476 from juliantaylor/merge-cbaseJaime2015-01-231-9/+9
|\ \
| * | MAINT: merge _compiled_base module into multiarrayJulian Taylor2015-01-221-9/+9
* | | DOC: improve record/structured array nomenclature & guideAllan Haldane2015-01-221-4/+5
|/ /
* | DOC: Added a note about writeability of views from np.einsum toIan Henriksen2015-01-011-0/+16
|/
* DOC: reorganize `digitize` docstringjaimefrio2014-09-251-1/+2
* DOC: document improvements to `np.digitize`jaimefrio2014-09-251-0/+7
* ENH: implement `digitize` with `PyArray_SearchSorted`jaimefrio2014-09-251-5/+5
* Merge pull request #5107 from juliantaylor/na-docCharles Harris2014-09-231-9/+1
|\
| * DOC: remove preservena reference from docstringsJulian Taylor2014-09-231-9/+1
* | DOC: Update docs to reflect deprecation of alterdot and restoredot.Charles Harris2014-09-041-37/+0
* | DOC: add version added tag to reduction keepdims argumentJulian Taylor2014-07-271-0/+2
* | DOC: fix documented return value of tostring/tobytesJulian Taylor2014-07-271-10/+12
|/
* explain character codes of dtype.kindHans Meine2014-03-151-1/+13
* DOC: remove mention of quickselect in argpartition docsJulian Taylor2014-03-011-1/+1
* DOC: Document ldexp and frexp.Charles Harris2014-02-281-77/+0
* BUG: Fix promote_types, can_cast, as astype issuesJay Bourque2014-02-251-5/+23
* ENH: add tobytes and stop using tostring in documentationJulian Taylor2014-02-111-8/+17
* DOC: fix error in reduceat documentationPauli Virtanen2014-01-281-5/+6
* DOC: add versionadded:: 1.8.0 to ufunc.at docstringJulian Taylor2014-01-221-0/+2
* ENH: Remove unnecessary broadcasting notation restrictions in einsum.hpaulj2014-01-101-0/+14
* DOC: adding 'Returns' section to `empty` functionCJ Carey2013-09-251-0/+6
* DOC: add isclose and partition to reference and link some docsJulian Taylor2013-09-141-0/+2
* ENH: Make the ndarray diagonal method return a view.Charles Harris2013-08-221-1/+3
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-5/+5
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* Update docsJay Bourque2013-08-161-3/+3
* Update docsJay Bourque2013-08-161-0/+3