summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8043 from pv/ufunc-copy-overlapCharles Harris2017-02-161-0/+7
|\
| * DOC: fix wrong flag name docstringPauli Virtanen2017-01-231-1/+1
| * ENH: core: change NPY_ITER_OVERLAP_NOT_SAME to NPY_ITER_OVERLAP_ALLOW_SAMEPauli Virtanen2017-01-191-3/+5
| * ENH: NpyIter: add a flag to handle read/write operand overlapPauli Virtanen2017-01-191-0/+5
* | Added searchsorted to see items.Joseph Fox-Rabinovitz2017-01-311-1/+1
* | DOC: Missing backticksJoseph Fox-Rabinovitz2017-01-311-1/+1
|/
* DEP: Fix escaped string characters deprecated in Python 3.6.Charles Harris2016-12-141-1/+1
* BUG: fix packbits and unpackbits to correctly handle empty arraysTakuya Akiba2016-12-021-1/+2
* DOC: Patch doc errors for atleast_nd and frombuffergfyoung2016-10-271-1/+1
* Merge pull request #8198 from eric-wieser/warning-on-accumulate-keepdimCharles Harris2016-10-231-1/+3
|\
| * DEP: Deprecate the keepdims argument to accumulateEric Wieser2016-10-231-1/+3
* | DOC: Add missing arguments to np.ufunc.outerEric Wieser2016-10-221-1/+3
|/
* DOC: warn that dtype.descr is only for use in PEP3118Allan Haldane2016-10-181-2/+4
* ENH: Allows contraction order optimization in einsum function.Daniel Smith2016-09-261-5/+9
* ENH: a.resize(.., refcheck=True) is almost unusable on PyPyMatti Picus2016-09-171-0/+3
* Update add_newdocs.py (#8040)AustereCuriosity2016-09-111-1/+1
* DOC: change version references from x.y to x.y.zPierre de Buyl2016-09-071-1/+1
* DOC: change Numpy to NumPy in dosctrings and commentsPierre de Buyl2016-09-061-10/+10
* ENH: added axis param for np.count_nonzerogfyoung2016-08-041-28/+0
* DOC: Remove a redundant theShayan Pooya2016-06-221-1/+1
* MAINT: Tweak documentation of broadcast.nd and broadcast.ndim.Charles Harris2016-06-171-2/+3
* ENH: Alias broadcast.ndim to broadcast.ndEric Wieser2016-06-151-1/+17
* DOC: Further clarification of order argument in np.array.Charles Harris2016-06-121-24/+34
* DOC: Fix order='A' docs of np.arrayMechCoder2016-06-121-5/+9
* DOC: Fix some incorrect RST definition listsEndolith2016-05-111-4/+9
* DOC: link frompyfunc and vectorizeendolith2016-04-041-0/+4
* DOC: array link to full and full_like instead of fillMichael Seifert2016-03-221-1/+1
* 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